资源列表
[数据结构常用算法] shcool-guide
说明:数据结构中的一个试验程序,实现简单的校园导游图功能,提供查找最短路径功能。-data structure of a test procedures, a simple guide campus map function, providing the shortest path search function.<宋文强> 在 2024-11-06 上传 | 大小:1024 | 下载:0
[数据结构常用算法] hongheishu
说明:红黑树算法,是高级数据结构中必须学习的一种特殊二元查找树,也是很有实际用处的一个算法。-Tree algorithm, senior data structure must learn a special binary search tree, also very practical usefulness of an algorithm.<宋文强> 在 2024-11-06 上传 | 大小:3740672 | 下载:0
[数据结构常用算法] rbtreetraver
说明:树的四种遍历方式,中叙,前序,后序和按层遍历算法,前三个用递归很好实现,最后一个复杂点。-tree traversal of the four, China and Syria, the former sequence after sequence and by layer traversal algorithm, the former three Recursive properly achieved, Finally a compl<宋文强> 在 2024-11-06 上传 | 大小:1024 | 下载:0
[数据结构常用算法] Chap7_InSort
说明:本程序包实现了各种内排序功能,可以作为头文件库使用,封装好,强度大-the package to achieve a ranking within the various functions, as can the use of the header files, Packaging, and intensity<14965a> 在 2024-11-06 上传 | 大小:45056 | 下载:0
[数据结构常用算法] Chap9_hash
说明:本程序实现了哈希表的基本功能,以及一些附带的附属功能,可以作为数据结构的演示程序-the procedures of the hash table to achieve the basic functions, as well as some fringe subsidiary function, can be used as a data structure Demonstration Program<14965a> 在 2024-11-06 上传 | 大小:13312 | 下载:0
[数据结构常用算法] Chap8_ExtSort
说明:本程序实现了败者树等外排序方式,封装性好,代码强壮-program of the master tree outer Sort, Packaging and good strong code<14965a> 在 2024-11-06 上传 | 大小:292864 | 下载:0
[数据结构常用算法] zhaomigong_c
说明:简单的演示,N的大小可以改变的,而且这个程序的速度还可以, 比以前我用递归写的那个快多了.如果N改得太大输出会有问题, 因为我用到gotoxy的,这个程序主要是练一个算法-simple demonstration, N size can be changed, but the rate of this procedure can also, than in the past I used to write a recursive<黄波> 在 2024-11-06 上传 | 大小:2048 | 下载:0
[数据结构常用算法] chagnshengjiangjun
说明:常胜将军 现有21根火柴,两人轮流取,每人每次可以取走1至4根,不可多取,也不能不取,谁取最后一楰火柴谁输。请编写一个程序进行人机对弈,要求人先取,计算机后取;计算机一方为“常胜将军”。 *问题分析与算法设计 在计算机后走的情况下,要想使计算机成为“常胜将军”,必须找出取 关键。根据本题的要求枷以总结出,后走一方取子的数量与对方刚才一步取子的数量之和等于,就可以保证最后一个子是留给先取子的那个人的。 据此分析进行算<黄波> 在 2024-11-06 上传 | 大小:1024 | 下载:0