资源列表

« 1 2 ... .34 .35 .36 .37 .38 1739.40 .41 .42 .43 .44 ... 2656 »

[数据结构常用算法Joseph

说明:约瑟夫环 约瑟夫问题的一种描述是:编号为1,2,3……的n个人按顺时针方向围坐成一圈,每人持有一个密码。一开始任选一个正整数作为报数上限m,从第一个人开始按顺时针方向自1开始报数,报到m停止报数。报m的人出列,将他的密码作为新的m值,从他顺时针方向的下一个人开始重新从1开始报数,如此下去,直到所有人全部出列。-Joseph Ring Joseph, a descr iption of the problem is: numbe
<angela> 在 2024-10-05 上传 | 大小:1024 | 下载:0

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

[数据结构常用算法primkruskal

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

[数据结构常用算法sortandtree

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

[数据结构常用算法DoubleLinkList

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

[数据结构常用算法LinkList

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

[数据结构常用算法ADC

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

[数据结构常用算法BTree3_src_vc6

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

[数据结构常用算法subset_divide

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

[数据结构常用算法task

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

[数据结构常用算法saleman

说明:货郎担问题,离散优化问题,快速处理离散的遍历问题-Traveling salesman problem, discrete optimization, rapid processing of discrete traversal problem
<邱立富> 在 2024-10-05 上传 | 大小:10240 | 下载:0
« 1 2 ... .34 .35 .36 .37 .38 1739.40 .41 .42 .43 .44 ... 2656 »

源码中国 www.ymcn.org