资源列表
[数据结构常用算法] DoubleLinkTest
说明:基于ACE跨平台通信中间件的例子,主要是对ACE DOUBLE LINK的实现-Examples of cross-platform communication middleware based on ACE, the ACE DOUBLE LINK achieve<raojie> 在 2025-06-22 上传 | 大小:395kb | 下载:0
[数据结构常用算法] erchapaixushu
说明:二叉排序树的C++源代码与思路过程以及实验截图-Binary the sort tree the C++ source code with the thinking process and experimental shots<孙立尧> 在 2025-06-22 上传 | 大小:63kb | 下载:0
[数据结构常用算法] build-tree
说明:Pascal 建树程序,基本上完成。大家再略做修改就可以了。-Pascal build tree.<威虎> 在 2025-06-22 上传 | 大小:1kb | 下载:0
[数据结构常用算法] EIGHT-QUEEN
说明:八皇后问题的解法。。。数据结构常用问题。-Eight queens problem solution. . . Commonly used data structures.<zhoulu> 在 2025-06-22 上传 | 大小:249kb | 下载:0
[数据结构常用算法] shortest-mileage-query-procedures
说明:城市间火车最短里程查询程序,实现了最短路径算法,通过自动化生成两个城市之间的最短路径方案.-Inter-city train shortest mileage query procedures to achieve the shortest path algorithm, the shortest path between two cities program generated by the automation.<随赛> 在 2025-06-22 上传 | 大小:3kb | 下载:0
[数据结构常用算法] filecfg
说明:超轻量级的配置文件写入、读取工具。格式为key=value,每行一个。支持#注释。适用于嵌入式系统中,保存系统配置。-The ultra-lightweight configuration file is written to, read the tool. The format is key = value, one per line. Support# comment. Suitable for embedded systems, save the system configuration.<刘凤翔> 在 2025-06-22 上传 | 大小:4kb | 下载:0
[数据结构常用算法] Sorting
说明:排序算法,完成几种排序算法并进行比较-Sorting algorithm to complete several algorithm and compared<Kelley Kong> 在 2025-06-22 上传 | 大小:1kb | 下载:0
[数据结构常用算法] Shell-Sort
说明:谢尔排序可以看作是一种插入排序的扩展方法与插入排序法相同的是,它们都是可以看作是一个个新的元素插入到已排好的数组里面的不同点是,在普通的插入排序法中,它是一个个元素比较,而在Shell s Sort中,相对多了一个步骤,改了一个步骤,其实两个合起来的改动就是多了一个概念,一个分治的概念,从代码实现的角度来看的话,就是多了一个调整步进的变量。-The Rochelle sort can be seen as an extension method of insertion sort and ins<alinder> 在 2025-06-22 上传 | 大小:10kb | 下载:0