资源列表

« 1 2 ... .80 .81 .82 .83 .84 1385.86 .87 .88 .89 .90 ... 2656 »

[数据结构常用算法danyuan

说明:单源最短路算法,对单源最短路算法做了很好的实现,适合初学者学习。-Single-source shortest
<亮建> 在 2024-10-12 上传 | 大小:10240 | 下载:0

[数据结构常用算法makeByGCC-2

说明:哈希表 算法实现 C语言实现 对哈希算法可以较直接的认识-Hash table calculation algorithm C language to achieve a more direct understanding of the hash algorithm can
<王元龙> 在 2024-10-12 上传 | 大小:10240 | 下载:0

[数据结构常用算法2010011016_e8_p1

说明:1、对给定的若干组数据,按照指定的阶数,根据最小二乘原理分别利用正规方程方法和QR 分解方法进行多项式拟合。 2、对给定的若干组数据,求经过这些点的插值多项式。 -1, for a given number of sets of data, according to the order specified in accordance with the principle of least squares methods are
<林宇> 在 2024-10-12 上传 | 大小:10240 | 下载:0

[数据结构常用算法swap

说明:数组换位,输入数组,在第K位对换序列,并实现时间复杂度最小-Array transposition, the input array, in the first K-bit sequence to change, and to achieve the minimum time complexity
<刘博> 在 2024-10-12 上传 | 大小:10240 | 下载:0

[数据结构常用算法zuidazuixiao

说明:用C++编写的求最大和最小值,并且空间复杂度是O(1),时间复杂度3n/2-2.-Written in C++ uates the maximum and minimum values, and the space complexity is O (1), the time complexity of 3n/2-2.
<刘博> 在 2024-10-12 上传 | 大小:10240 | 下载:0

[数据结构常用算法BFS_graph

说明:这是数据结构中图的广度优先算法的实现。广度优先算法是按照每个节点的拥有的孩子数目来进行遍历的。而不像图的深度优先算法是按照深层次,然后如果不能继续进入更深一层,就往回遍历。-BFS program of tree have a large of difference of the DFS program of trees.The produre of it is with the method of the children of a
<冯严> 在 2024-10-12 上传 | 大小:10240 | 下载:0

[数据结构常用算法sort_leap

说明:堆排序是一种比较优化的排序方法,特备是在只是找一串数字中前几个最大最小值时更显示它的优势。这个程序的堆排序包括每一轮的堆排序的调整以及最终的排序结果的显示。-leap sorted method is a excellent way to handle the sequence , exspecially when you want to find the proitory max or min number .the program
<冯严> 在 2024-10-12 上传 | 大小:10240 | 下载:0

[数据结构常用算法for-c-array-size

说明:输入三个大小不同的数值,按这三个数由小到大输出。-for c array size
<zenghongpu> 在 2024-10-12 上传 | 大小:10240 | 下载:0

[数据结构常用算法output-prime-number

说明:判断101-200之间有多少个素数,并输出所有素数。-output100-200 prime number
<zenghongpu> 在 2024-10-12 上传 | 大小:10240 | 下载:0

[数据结构常用算法2test

说明:数据结构中,对新创建的单链表进行测试的C++源代码-Data structure, single chain newly created source code to test C++
<harrytsz> 在 2024-10-12 上传 | 大小:10240 | 下载:0

[数据结构常用算法student

说明:将一个Student对象替换为Teacher类,将num,name,sex三个相同的数据成员移植过去-Replace a Student object with a Teacher class and port the same data members num, name, and sex
<张旭> 在 2024-10-12 上传 | 大小:10240 | 下载:0

[数据结构常用算法619666

说明:对任意给定的网络顶点数和边数自定,建立它的邻接矩阵并输出,然后利用Prim算法或Kruskal算法生成它的最小生成树,()
<elemini> 在 2024-10-12 上传 | 大小:10240 | 下载:0
« 1 2 ... .80 .81 .82 .83 .84 1385.86 .87 .88 .89 .90 ... 2656 »

源码中国 www.ymcn.org