资源列表

« 1 2 ... .40 .41 .42 .43 .44 2545.46 .47 .48 .49 .50 ... 2656 »

[数据结构常用算法To-solve-the-equation-solution

说明:使用二分法不断循环,一直到误差很小。求近似解未知方程的零点-To solve the equation
<qiuxiaohui> 在 2024-12-26 上传 | 大小:1kb | 下载:0

[数据结构常用算法1273

说明:poj1273 一道网络流图论的简单题,运用增光路的算法-poj1273 a simple graph problem
<hangweiqiang> 在 2024-12-26 上传 | 大小:1kb | 下载:0

[数据结构常用算法Dijkstra

说明:Dijkstra(迪杰斯特拉)算法是典型的单源最短路径算法,用于计算一个节点到其他所有节点的最短路径。主要特点是以起始点为中心向外层层扩展,直到扩展到终点为止。Dijkstra算法是很有代表性的最短路径算法,在很多专业课程中都作为基本内容有详细的介绍,如数据结构,图论,运筹学等等。Dijkstra一般的表述通常有两种方式,一种用永久和临时标号方式,一种是用OPEN, CLOSE表的方式,这里均采用永久和临时标号的方式。注意该算法要求图中
<吕子乔> 在 2024-12-26 上传 | 大小:1kb | 下载:0

[数据结构常用算法Dijkstra-alg

说明:Dijkstra(迪杰斯特拉)算法是典型的单源最短路径算法,用于计算一个节点到其他所有节点的最短路径。本算法时间复杂度完全符合要求。-Dijkstra (Dijkstra) algorithm is a typical single-source shortest path algorithm, is used to calculate a node to all other nodes in the shortest path. Th
<吕子乔> 在 2024-12-26 上传 | 大小:1kb | 下载:0

[数据结构常用算法The-matrix-the-chain-multiplication-

说明:运用动态规划思想,解决矩阵链最优算法问题。-The use of dynamic programming to solve the problem of the optimal matrix chain algorithm.
<吕子乔> 在 2024-12-26 上传 | 大小:1kb | 下载:0

[数据结构常用算法The-longest-common-subsequence

说明:运用动态规划思想和策略,解决最长公共子序列问题。-The use of dynamic programming ideas and strategies to solve the longest common subsequence problem.
<吕子乔> 在 2024-12-26 上传 | 大小:1kb | 下载:0

[数据结构常用算法single-list

说明:单链表实现代码,各种操作:数据插入,删除,显示等-Single linked list implementation code, a variety of operations: data insertion, deletion, display
<罗锦盛> 在 2024-12-26 上传 | 大小:1kb | 下载:0

[数据结构常用算法Josephus

说明:约瑟夫环 程序可直接运行 已知n个人(以编号1,2,3...n分别表示)围坐在一张圆桌周围。从编号为k的人开始报数,数到m的那个人出列;他的下一个人又从1开始报数,数到m的那个人又出列;依此规律重复下去,直到圆桌周围的人全部出列。-Josephus program can be run directly known n individuals (No. 1, 2, 3, ... n, respectively) were sitting
<gcl> 在 2024-12-26 上传 | 大小:1kb | 下载:0

[数据结构常用算法beibaosufa

说明:背包算法 问题描述 给定一组物品,每种物品都有自己的重量和价格,在限定的总重量内,我们如何选择,才能使得物品的总价格最高。-The knapsack algorithm descr iption of the problem given a set of items, each item has its own weight and price, the total weight of the limited, how to choos
<gcl> 在 2024-12-26 上传 | 大小:1kb | 下载:0

[数据结构常用算法FDTDc

说明:FDTD模拟一维TM传播,源代码为c语言。。,-FDTD simulation of one-dimensional TM spread, the source code for the c language. . And
<木阮清> 在 2024-12-26 上传 | 大小:1kb | 下载:0

[数据结构常用算法Taskassgin

说明:n个操作员以n种不同时间完成n种不同作业。要求分配每位操作员完成一项工作,使完成n项工作的总时间最少。 -n operator to n different time to complete the n kinds of different jobs. Assign each operator to complete a task, make work completed n the total time at least.
<jenhro> 在 2024-12-26 上传 | 大小:1kb | 下载:0

[数据结构常用算法STACK1.C.tar

说明:program to show the implementation of stack datstructure
<daemon> 在 2024-12-26 上传 | 大小:1kb | 下载:0
« 1 2 ... .40 .41 .42 .43 .44 2545.46 .47 .48 .49 .50 ... 2656 »

源码中国 www.ymcn.org