资源列表

« 1 2 ... .30 .31 .32 .33 .34 1435.36 .37 .38 .39 .40 ... 2656 »

[数据结构常用算法d722732635c1

说明:数据结构课程设计,关于运动会名单统计的课程报告。-Data structure course design, the list of statistics on the Games program report.
<欧阳盆栽> 在 2024-10-11 上传 | 大小:8192 | 下载:0

[数据结构常用算法LDPC_Girth4-Test

说明:检查LDPC 的围长是否超过4, Matlab code-LDPC Girth-4 test, Matlab code
<linzhujun> 在 2024-10-11 上传 | 大小:8192 | 下载:0

[数据结构常用算法QuickSort

说明:快速排序(Quicksort)是对冒泡排序的一种改进。由C. A. R. Hoare在1962年提出。它的基本思想是:通过一趟排序将要排序的数据分割成独立的两部分,其中一部分的所有数据都比另外一部分的所有数据都要小,然后再按此方法对这两部分数据分别进行快速排序,整个排序过程可以递归进行,以此达到整个数据变成有序序列。-Quick sort (Quicksort) is a bubble sort of an improvement. B
<杨金> 在 2024-10-11 上传 | 大小:8192 | 下载:0

[数据结构常用算法hafuman

说明:哈弗曼树c程序 建立,建立哈夫曼树求哈夫曼编码 测试函数 结束界面函数-Ha Fuman tree c program established to build the Huffman tree find the end of the test function Huffman coding interface function
<renwei> 在 2024-10-11 上传 | 大小:8192 | 下载:0

[数据结构常用算法xianxingbiao

说明:线性表,包括链式线性表,顺序线性表,双向循环线性表,还有实际应用线性表,全部通过Vc6.0测试-Linear form, including the chain of linear form, the order of the linear form, two-way loop linear form, as well as the practical application of the linear form, all the te
<郑湾州> 在 2024-10-11 上传 | 大小:8192 | 下载:0

[数据结构常用算法list

说明:有关链表的使用。建立链表,有表首插入法,表尾挂入法,还有形成循环链表-The use of the list. The establishment of the list, there is the table the first insertion, the tail hanging into the law, as well as the formation of circular linked list
<王薇> 在 2024-10-11 上传 | 大小:8192 | 下载:0

[数据结构常用算法BtreeImpl

说明:B树算法与实现(C数据结构),十分详细哦-B-tree algorithm and implementation (C data structure), very detailed Oh! ! !
<夺城> 在 2024-10-11 上传 | 大小:8192 | 下载:0

[数据结构常用算法ShortestPath

说明:在有障碍物的地图上,寻求亮点的最短距离,采用广度搜索。-try to find the shortest path between the two point while there are some barriers in the map.
<张晓璐> 在 2024-10-11 上传 | 大小:8192 | 下载:0

[数据结构常用算法bigint

说明:大整数运算,输入包括多组测试用例. 每组用例之间用一个空行隔开. 每个用例内部由三行组成: 前两行每行包含一个字符串, 表示参与运算的大整数, 输入字符串的长度不超过 100. 第三行是运算符: +或者-. 每组用例内部无任何空行. -Large integer arithmetic, the input includes multiple sets of test cases with each case separated by a
<huangda> 在 2024-10-11 上传 | 大小:8192 | 下载:0

[数据结构常用算法123

说明:最小生成树算法 结构精简,C++语言实验,编译通过-Minimum spanning tree algorithm is lean, C++ language experiments, compiled by
<liuki> 在 2024-10-11 上传 | 大小:8192 | 下载:0

[数据结构常用算法neibupaixu

说明:本程序是有关数据结构中内部排序的程序,对于学习很有帮助!-This program is the data structure of the internal sorting program, very helpful for learning!
<yupan123> 在 2024-10-11 上传 | 大小:8192 | 下载:0

[数据结构常用算法AssignWeek6HuiJin

说明:冒泡排序,通过冒泡算法对输入的数字进行大小排序。-bubble sort
<金晖> 在 2024-10-11 上传 | 大小:8192 | 下载:0
« 1 2 ... .30 .31 .32 .33 .34 1435.36 .37 .38 .39 .40 ... 2656 »

源码中国 www.ymcn.org