资源列表

« 1 2 ... .52 .53 .54 .55 .56 1257.58 .59 .60 .61 .62 ... 2656 »

[数据结构常用算法liststor

说明:冒泡排序算法的实现,可以了解排序的功能,直接使用。-Bubble sort algorithm, you can understand the sort function, directly.
<Blood> 在 2024-11-19 上传 | 大小:17kb | 下载:0

[数据结构常用算法Huffman-Code

说明:把story.txt转换为code.txt,然后读取code.txt,转换为decoding.txt,模拟了哈夫曼编码、译码的过程。-The story.txt into code.txt, then read code.txt, converted to decoding.txt, to simulate the Huffman coding and decoding process.
<kevin> 在 2024-11-19 上传 | 大小:17kb | 下载:0

[数据结构常用算法Tree

说明:Data Structure Example...Linked List like tr-Data Structure Example...Linked List like tree
<arief> 在 2024-11-19 上传 | 大小:17kb | 下载:0

[数据结构常用算法C-DLL

说明:C用二叉树排序法编写的DLL,VB使用,速度会非常快-C prepared by Binary Tree Sorting DLL, VB use, very fast speed
<Fly> 在 2024-11-19 上传 | 大小:17kb | 下载:0

[数据结构常用算法yuesehu

说明: 编号是1,2,……,n的n个人按照顺时针方向围坐一圈,每个人只有一个密码(正整数)。一开始任选一个正整数作为报数上限值m,从第一个仍开始顺时针方向自1开始顺序报数,报到m时停止报数。报m的人出列,将他的密码作为新的m值,从他在顺时针方向的下一个人开始重新从1报数,如此下去,直到所有人全部出列为止。设计一个程序来求出出列顺序。-Number is 1,2, ... ..., n of n individuals sitting arou
<罗峰> 在 2024-11-19 上传 | 大小:17kb | 下载:0

[数据结构常用算法PDSE

说明:This program is a Dynamic Stack-This program is a Dynamic Stack..
<Bruno> 在 2024-11-19 上传 | 大小:17kb | 下载:0

[数据结构常用算法Merger-orderly-linear-list

说明:假设有两个按元素非递减次序排列的线性表,均以单链表形式存储。请编写算法将这两个单链表归并为一个按元素值非递减次序排列的单链表,并要求利用原来两个单链表的结点存放归并后的单链表。-Suppose there are two elements in non-descending order according to the linear form, are stored as single linked list. Please write
<钱行> 在 2024-11-19 上传 | 大小:17kb | 下载:0

[数据结构常用算法c1

说明:数据结构、算法与应用--C++语言描述 源代码Chapter 1-source code of data structure, algorithms, and application in C++ :Chapter 1
<姚丽萍> 在 2024-11-19 上传 | 大小:17kb | 下载:0

[数据结构常用算法4554564

说明:对以下6种常用的内部排序算法进行实测较: 起泡排序、直接插入排序、简单选择排序、快速排序、希尔排序、堆排序 -On the following six kinds of commonly used internal sorting algorithm measured more: bubble sort, insertion sort direct, simple selection sort, quick sort, shel
<刘青海> 在 2024-11-19 上传 | 大小:17kb | 下载:0

[数据结构常用算法kringing

说明:克里格算法广泛应用与多个领域,对于地理方面处理有很大作用-Kriging algorithm is widely used in many fields, there is a great deal for the role of geography
<Jess> 在 2024-11-19 上传 | 大小:17kb | 下载:0

[数据结构常用算法bolanjisuanqi

说明:背景 以下是几个标准的表达式: 5 * 2 + -3 5 * (2 + -3) 5 + ((-4 * -5) + (((5 + (6 - 2)) * 7 + ((4 + 2) * (3 - 1)))) 与之等价的波兰表达式为 + * 5 2 -3 * 5 + 2 -3 + 5 + * -4 -5 + * + 5 - 6 2 7 * + 4 2 - 3 1 在普通的表达式中
<vengeance> 在 2024-11-19 上传 | 大小:17kb | 下载:0

[数据结构常用算法efficient-monkey-king

说明:猴子选大王 算法实现,即约瑟夫环问题,并不是模拟算法,而是将其转化为数学问题,从而提高算法性能-Joseph circle
<徐若晨> 在 2024-11-19 上传 | 大小:17kb | 下载:0
« 1 2 ... .52 .53 .54 .55 .56 1257.58 .59 .60 .61 .62 ... 2656 »

源码中国 www.ymcn.org