资源列表

« 1 2 ... .88 .89 .90 .91 .92 1293.94 .95 .96 .97 .98 ... 2656 »

[数据结构常用算法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-11-17 上传 | 大小:10kb | 下载: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-11-17 上传 | 大小:10kb | 下载:0

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

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

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

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

[数据结构常用算法2test

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

[数据结构常用算法4Test

说明:数据结构中,对新创建的双向链表进行测试用的C++源代码-Data structure of the doubly linked list to test the newly created source code used C++
<harrytsz> 在 2024-11-17 上传 | 大小:10kb | 下载:0

[数据结构常用算法5Test

说明:数据结构中,对新创建的循环链表进行测试的C++源代码。-Data structure of the newly created circular list of tested C++ source code.
<harrytsz> 在 2024-11-17 上传 | 大小:10kb | 下载:0

[数据结构常用算法HD1014

说明:seed(x+1) [seed(x) + STEP] MOD 给你STEP,MOD,看对于上式是否seed(x)结果是否包括了0到MOD-1的所有值。 如果是,输出good choice 否则bad choice-seed (x+1) [seed (x)+ STEP] MOD to you STEP, MOD, look for a formula on whether seed (x) whether the resul
<XIEYING> 在 2024-11-17 上传 | 大小:10kb | 下载:0

[数据结构常用算法HD1019

说明:一道非常简单的杭电题目,求多个数的最小公倍数,这是我的AC代码。-Hang a very simple electrical problem, find the number of the plurality of the least common multiple, this is my AC code.
<XIEYING> 在 2024-11-17 上传 | 大小:10kb | 下载:0

[数据结构常用算法Application-Stack

说明:用算符优先法对算术表达式求值, 以字符序列的形式从终端输入语法正确的、不含变量的整数表达式-Integer expression with operator precedence arithmetic expression is uated in the form of a sequence of characters the input terminal grammatically correct, variable-free
<倪培昆> 在 2024-11-17 上传 | 大小:10kb | 下载: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-11-17 上传 | 大小:10kb | 下载:0

[数据结构常用算法619666

说明:对任意给定的网络顶点数和边数自定,建立它的邻接矩阵并输出,然后利用Prim算法或Kruskal算法生成它的最小生成树,()
<elemini> 在 2024-11-17 上传 | 大小:10kb | 下载:0
« 1 2 ... .88 .89 .90 .91 .92 1293.94 .95 .96 .97 .98 ... 2656 »

源码中国 www.ymcn.org