资源列表

« 1 2 ... .03 .04 .05 .06 .07 1808.09 .10 .11 .12 .13 ... 2656 »

[数据结构常用算法better

说明:给出一棵树,找出这棵树中所有的拓扑排序列表,并列出来-Give a tree, find out the tree of all the topological sort list, tied for it
<phoebe> 在 2024-10-04 上传 | 大小:3705856 | 下载:0

[数据结构常用算法5_3

说明:编程习题:C语言 验证求素数公式p=n的平方+n+41-Validation seeking the prime number formula p =
<bh> 在 2024-10-04 上传 | 大小:139264 | 下载:0

[数据结构常用算法ArrayingWithC

说明:编写算法,对n个关键字取整数值的记录序列进行整理,以使所有关键字为负值的记录排在关键字为非负值的记录之前,要求: (1) 采用顺序存储结构,至多使用一个记录的辅助存储空间 (2) 算法的时间复杂度 (3) 讨论算法中记录的最大移动次数. -Make the non-negative records at first before the all keywords with
<> 在 2024-10-04 上传 | 大小:10240 | 下载:0

[数据结构常用算法Mergerandarray

说明:可按如下所述实现归并排序:假设序列中有k个长度为小于等于L的有序子序列。利用过程merge(参见教科书10.5)对它们进行两两归并,得到[k/2]个长度小于等于2l的有序子序列,称为一趟归并排序。反复调用一趟归并排序过程,使有序子序列的长度自l=1开始成倍的增加,直至使整个序列成为一个有序序列。是对序列实现上述归并排序的递推算法,并分析你的算法的时间复杂度。 本程序包含四个模块: 1. 主程序模块: void main(
<> 在 2024-10-04 上传 | 大小:11264 | 下载:0

[数据结构常用算法sort

说明:交换排序,插入排序,选择排序,快速排序 几种重要排序算法的总结-exchange sort, insert sort, select sort, quick sort
<luougliu> 在 2024-10-04 上传 | 大小:2048 | 下载:0

[数据结构常用算法hailiang

说明:海量数据处理的问题是很多面试笔试中经常出现的问题,是对数据结构和算法方面的考察,在数据库和搜索引擎方面有很大的作用。-The massive data processing is a recurrent problem in many interview written test, and inspection of the data structures and algorithms, databases and search eng
<张力> 在 2024-10-04 上传 | 大小:26624 | 下载:0

[数据结构常用算法Cpp5

说明:推箱子 自己算的算法 不知道好玩吧 大家试试吧-a box
<人力心> 在 2024-10-04 上传 | 大小:2048 | 下载:0

[数据结构常用算法tuixiangzi

说明:推箱子 自己算的算法 不知道好玩吧 大家试试吧-boxs that made by my self
<人力心> 在 2024-10-04 上传 | 大小:4096 | 下载:0

[数据结构常用算法Qeuing-simulation-sysem

说明:queuing simulation system theory and the solution for some problem that will stop you for bullding-queuing simulation system theory and the solution for some problem that will stop you for bullding
<george barakat> 在 2024-10-04 上传 | 大小:223232 | 下载:0

[数据结构常用算法list_code

说明:单向、双向链表标准实现代码,HASH各种操作接口代码。适用于windows/Linux/Unix等-Single-dir/bi_dir/HASH universal code.
<王成> 在 2024-10-04 上传 | 大小:21504 | 下载:0

[数据结构常用算法MyExp

说明:使用C++写的迷宫小程序,可以在VC环境下运行,自带10个迷宫库,可修改配置文件选择。-A maze code in C++ can run in VC directly including 10 maze file inside which can be chosen by modifying the ini type file
<shine> 在 2024-10-04 上传 | 大小:1500160 | 下载:0

[数据结构常用算法greed-bag

说明:一个贪心背包的小程序可以在VC下运行,可作为算法学习参考- a greed bag algorithm implementation can run in VC
<shine> 在 2024-10-04 上传 | 大小:899072 | 下载:0
« 1 2 ... .03 .04 .05 .06 .07 1808.09 .10 .11 .12 .13 ... 2656 »

源码中国 www.ymcn.org