资源列表

« 1 2 ... 10 11 12 13 14 1516 17 18 19 20 ... 2658 »

[数据结构常用算法BinarySortTree

说明:构造二叉排序树,输出元素值位于指定范围( low,high)内的所有元素值。(The binary sort tree is constructed, and the output element values are all elements in the specified range (low, high).)
<薄荷小安> 在 2024-05-04 上传 | 大小:703488 | 下载:0

[数据结构常用算法JobSequence

说明:最佳工作序列算法:有N件工作,输入每件工作的费时、最后完成的期限及工作的价值,试求可能的一个完成工作序列,使价值和最大。(Best work sequence algorithm: N work, input each work time consuming, the final completion time and the value of the work, try to find a possible completion of
<薄荷小安> 在 2024-05-04 上传 | 大小:5487616 | 下载:0

[数据结构常用算法linjiejuzhen

说明:对新加入节点之后的网络的邻接矩阵进行修改并保存。(The adjacency matrix of the new join node is modified and saved.)
<晗哥不会写代码> 在 2024-05-04 上传 | 大小:6144 | 下载:0

[数据结构常用算法约瑟夫环

说明:约瑟夫问题是一个经典的问题。已知n个人(不妨分别以编号1,2,3,...,n 代表)围坐在一张圆桌周围,从编号为 k 的人开始,从1开始顺时针报数1, 2, 3, ...,顺时针数到m 的那个人,出列并输出。然后从出列的下一个人开始,从1开始继续顺时针报数,数到m的那个人,出列并输出,...依此重复下去,直到圆桌周围的人全部出列。 输入:n,k,m 输出:按照出列的顺序依次输出出列人的编号,编号中间相隔一个空
<爱西瓜的伊卡> 在 2024-05-04 上传 | 大小:1024 | 下载:0

[数据结构常用算法link_list

说明:使用C语言,构成单链表,实现单链表的增删改查功能(C language is used to form single linked list, and add and delete functions of single linked list.)
<liuqi605752176> 在 2024-05-04 上传 | 大小:1024 | 下载:0

[数据结构常用算法dblink_list

说明:使用C语言,构成双向链表,实现双向链表的增删改查功能(C language is used to form a two-way linked list, so as to realize the function of adding and deletions and changing functions of two-way linked list.)
<liuqi605752176> 在 2024-05-04 上传 | 大小:1024 | 下载:0

[数据结构常用算法sequeue

说明:使用C语言,构成队列,实现队列的入队以及出队操作(The use of C language, a queue, queue enqueue and dequeue operations)
<liuqi605752176> 在 2024-05-04 上传 | 大小:1024 | 下载:0

[数据结构常用算法linkstack

说明:使用C语言,构成链表栈,实现链表栈的增删改查功能(C language is used to form linked list stack, so that we can add and delete functions of linked list stack.)
<liuqi605752176> 在 2024-05-04 上传 | 大小:1024 | 下载:0

[数据结构常用算法RingBuffer-master

说明:数据结构中的环形队列的实现方法,稍微修改即可用于你的应用中。(realize Ring buffer.)
<MichaelChen> 在 2024-05-04 上传 | 大小:11091968 | 下载:0

[数据结构常用算法数据结构基础(C语言版)(第2版)

说明:是一本很好的学习数据结构的书籍,而且是C语言描述。(a good book for your studying Data Structure. And the language is C.)
<MichaelChen> 在 2024-05-04 上传 | 大小:28806144 | 下载:0

[数据结构常用算法字符串插入块链实现

说明:输入一串字符串,程序自动分割成8个一串的块链。整个程序通过链表实现,还可实现插入字符串功能。(Input a string of characters, the program is automatically divided into 8 string blocks. The whole program is implemented through linked list, and the function of inserting
<晴栀菀歌°> 在 2024-05-04 上传 | 大小:1024 | 下载:0

[数据结构常用算法二叉树的遍历

说明:主要实现:创建二叉树、用先中后序遍历二叉树(中序,先序和后序遍历用非递归实现),并输出树高。(The main achievement is to create two branches tree, and use the first and middle traversal to traverse the two fork tree.)
<晴栀菀歌°> 在 2024-05-04 上传 | 大小:1024 | 下载:0
« 1 2 ... 10 11 12 13 14 1516 17 18 19 20 ... 2658 »

源码中国 www.ymcn.org