资源列表
[数据结构常用算法] vcPP-the-shortest-path
说明:最小路不交化算法,用于求网络图的可靠度,或者评价网络的可靠度-Minimal path does not cross the algorithm for seeking the reliability of the network diagram, or to evaluate the reliability of the network<he san> 在 2025-06-23 上传 | 大小:312kb | 下载:1
[数据结构常用算法] Balance-two-forks-tree
说明:将二叉排序树转变为平衡二叉树,其操作有:创建二叉树、插入数据、 删除数据、输出、销毁二叉树和退出 -Binary sort tree into a balanced binary tree, its operations are: create a binary tree, insert data, delete data, output, the destruction of the binary tree and exit<wanshaui> 在 2025-06-23 上传 | 大小:24kb | 下载:0
[数据结构常用算法] Advance-and-retreat-method
说明:用进退法、0.618法求解函数的解—实例。附有测试实例-Advance and retreat method, 0.618 Method function of the solution- an instance of. Attached to the test instance<he san> 在 2025-06-23 上传 | 大小:4kb | 下载:0
[数据结构常用算法] VCPMFCPJosephPLink
说明:数据结构优秀实验,约瑟夫环出列顺序动画显示,C++ MFC实现,含源代码-Excellent experimental data structures, Joseph ring column order animation C++ MFC implementation, including source code<孔云> 在 2025-06-23 上传 | 大小:3.55mb | 下载:0
[数据结构常用算法] heapsort_new
说明:堆排序,建堆过程,调整堆,推导堆排序复杂度-Heap sort, built reactor process, adjust the heap, heap sort complexity<hsj> 在 2025-06-23 上传 | 大小:3kb | 下载:0
[数据结构常用算法] sizeof_virtual
说明:测试虚函数的例程,测试虚函数所占用的内存,内存分部-Test virtual functions routines, the memory occupied by the test virtual functions, memory segments<hsj> 在 2025-06-23 上传 | 大小:1kb | 下载:0
[数据结构常用算法] str_reverse
说明:字符串反转程序,把一段字符串根据单词分开,然后反转-Reverse a string program, for some string separated according to the word, and then reverse<hsj> 在 2025-06-23 上传 | 大小:1kb | 下载:0
[数据结构常用算法] Kruskal-algorithm
说明:利用Kruskal算法,求各城市之间的最佳通信线路的布置问题。-Kruskal algorithm, to seeking the best lines of communication between cities layout.<he san> 在 2025-06-23 上传 | 大小:128kb | 下载:0
[数据结构常用算法] 11
说明:编写递归函数,求n个元素集合的所有子集。不妨令集合元素为小写字母,原集合为{ a , b , …, a + n - 1}。 输入:input.txt,仅包含整数n(1-26)。 输出:若输入合法,输出集合的所有子集;否则输出"WRONG"。子集输出格式为每行一个子集,空集用空行表示,非空集合每个元素间用一个空格间隔,最后一个元素之后不能有空格。-Write a recursive function, an n-element set of all subset of. May wish<麦白术> 在 2025-06-23 上传 | 大小:1kb | 下载:0