资源列表

« 1 2 ... .13 .14 .15 .16 .17 918.19 .20 .21 .22 .23 ... 2656 »

[数据结构常用算法reverse

说明:将具有头结点的单链表的所有指针全部进行倒向。其中使用的额外空间为 O(1),时间代价为O(n),其中 n 为结点个数。-have the first node of the single list of all all for backward pointers. One of the additional space for the O (1), time costs for the O (n), where n is the num
<stanley> 在 2025-05-01 上传 | 大小:302kb | 下载:0

[数据结构常用算法4

说明:无向图功能实现,用邻接多重表存储该无向图,并使用动态存储结构。用一个单链表把所有顶点存储起来,在存储边的节点中给出该边的两个顶点的各自的下一条边的节点地址。-Undirected graph implementation of function, with the adjacent multi-table to store the graph, and using dynamic storage structures. With a s
<stanley> 在 2025-05-01 上传 | 大小:1kb | 下载:0

[数据结构常用算法primkruskal

说明:数据结构中的经典算法,普利姆算法和kruskal算法,已经测试过的可以运行 。-Classical algorithm for data structure, algorithm and kruskal Pliem algorithm has been tested to run.
<*> 在 2025-05-01 上传 | 大小:1kb | 下载:0

[数据结构常用算法sortandtree

说明:数据结构中的经典排序算法,树的生成以及前序,中序,后续遍历操作。-The classic data structures sorting algorithm, tree formation and the former order, in sequence, follow-up traversal operation.
<*> 在 2025-05-01 上传 | 大小:2kb | 下载:0

[数据结构常用算法DoubleLinkList

说明:循环链表的基本操作,包括创建表,插入数据,删除数据,查找数据,获取数据-Circular linked list of basic operations, including creating tables, inserting data, deleting data, find data, get data ... ...
<林浊> 在 2025-05-01 上传 | 大小:5kb | 下载:0

[数据结构常用算法LinkList

说明:单链表的基本操作,包括创建表,插入数据,删除数据,查找数据,获取数据-Single list of basic operations, including creating tables, inserting data, deleting data, find data, get data ... ...
<林浊> 在 2025-05-01 上传 | 大小:4kb | 下载:0

[数据结构常用算法ADC

说明:介绍XC164CM单片机的ADC工作原理以及DAVed的配置方法和KEIL的编程实例-Introduction XC164CM MCU ADC works and DAVed configuration methods and programming examples KEIL
<陈全> 在 2025-05-01 上传 | 大小:227kb | 下载:0

[数据结构常用算法BTree3_src_vc6

说明:这是一个VC++根据前序序列和中序序列生成二叉树的程序,并进行遍历。 很不错的参考程序。-Btree
<高飞> 在 2025-05-01 上传 | 大小:99kb | 下载:0

[数据结构常用算法subset_divide

说明:无冲突子集划分:用于数学建模对数据进行分类,用贪心算法实现-divide
<sherry> 在 2025-05-01 上传 | 大小:12kb | 下载:0

[数据结构常用算法task

说明:剪枝算法,优先级用优先级队列来实现,优先级越高越靠近队列开头放置-Pruning algorithm, priority queue with priority to achieve, the closer the higher priority queue placed at the beginning
<邱立富> 在 2025-05-01 上传 | 大小:11kb | 下载:0

[数据结构常用算法saleman

说明:货郎担问题,离散优化问题,快速处理离散的遍历问题-Traveling salesman problem, discrete optimization, rapid processing of discrete traversal problem
<邱立富> 在 2025-05-01 上传 | 大小:10kb | 下载:0

[数据结构常用算法0-1

说明:0-1背包问题的动态规划,根据算法书上自己编写的一个小程序,背包问题用动态规划的方法来解决-0-1 knapsack problem dynamic programming, according to algorithm I have written the book on a small program, knapsack problem using dynamic programming approach to the
<王周利> 在 2025-05-01 上传 | 大小:105kb | 下载:0
« 1 2 ... .13 .14 .15 .16 .17 918.19 .20 .21 .22 .23 ... 2656 »

源码中国 www.ymcn.org