资源列表

« 1 2 ... .44 .45 .46 .47 .48 1949.50 .51 .52 .53 .54 ... 2656 »

[数据结构常用算法Josephus

说明:约瑟夫(Josephus)环问题 设n个人围坐在一个圆桌周围,现在从第s个人开始报数,数到第m个人,让他出局;然后从出局的下一个人重新开始报数,数到第m个人,再让他出局,如此反复直到所有的人全部出局为止。 下面要解决的约瑟夫(Josephus)环问题是:对于任意给定的n,s和m,求出这n个人的出局序列。要求以单循环链表作为存储结构,实现约瑟夫环问题。然后使用n=9,s=1,m=5,以及n=9,s=1,m=10作为输入数据,检查
<winner> 在 2024-10-01 上传 | 大小:44032 | 下载:0

[数据结构常用算法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> 在 2024-10-01 上传 | 大小:319488 | 下载: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> 在 2024-10-01 上传 | 大小:24576 | 下载: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> 在 2024-10-01 上传 | 大小:4096 | 下载:0

[数据结构常用算法VCPMFCPJosephPLink

说明:数据结构优秀实验,约瑟夫环出列顺序动画显示,C++ MFC实现,含源代码-Excellent experimental data structures, Joseph ring column order animation C++ MFC implementation, including source code
<孔云> 在 2024-10-01 上传 | 大小:3724288 | 下载:0

[数据结构常用算法heapsort

说明:堆排序,建堆过程,调整堆,堆排序复杂度-Heap sort, built reactor process, adjust the heap, heap sort complexity
<hsj> 在 2024-10-01 上传 | 大小:1024 | 下载:0

[数据结构常用算法heapsort_new

说明:堆排序,建堆过程,调整堆,推导堆排序复杂度-Heap sort, built reactor process, adjust the heap, heap sort complexity
<hsj> 在 2024-10-01 上传 | 大小:3072 | 下载:0

[数据结构常用算法sizeof_virtual

说明:测试虚函数的例程,测试虚函数所占用的内存,内存分部-Test virtual functions routines, the memory occupied by the test virtual functions, memory segments
<hsj> 在 2024-10-01 上传 | 大小:1024 | 下载:0

[数据结构常用算法str_reverse

说明:字符串反转程序,把一段字符串根据单词分开,然后反转-Reverse a string program, for some string separated according to the word, and then reverse
<hsj> 在 2024-10-01 上传 | 大小:1024 | 下载:0

[数据结构常用算法Kruskal-algorithm

说明:利用Kruskal算法,求各城市之间的最佳通信线路的布置问题。-Kruskal algorithm, to seeking the best lines of communication between cities layout.
<he san> 在 2024-10-01 上传 | 大小:131072 | 下载:0

[数据结构常用算法huffman

说明:源代码包括实验数据等分析结果等数据,哈弗曼编码-Source code
<小张> 在 2024-10-01 上传 | 大小:1133568 | 下载:0

[数据结构常用算法WordHash

说明:对txt文档的hash散列 Visual Studio 2008-For txt,Hash Table Visual Studio 2008
<侯卓越> 在 2024-10-01 上传 | 大小:2506752 | 下载:0
« 1 2 ... .44 .45 .46 .47 .48 1949.50 .51 .52 .53 .54 ... 2656 »

源码中国 www.ymcn.org