资源列表
[数据结构常用算法] LDPC_Girth4-Test
说明:检查LDPC 的围长是否超过4, Matlab code-LDPC Girth-4 test, Matlab code<linzhujun> 在 2025-06-15 上传 | 大小:8kb | 下载:0
[数据结构常用算法] QuickSort
说明:快速排序(Quicksort)是对冒泡排序的一种改进。由C. A. R. Hoare在1962年提出。它的基本思想是:通过一趟排序将要排序的数据分割成独立的两部分,其中一部分的所有数据都比另外一部分的所有数据都要小,然后再按此方法对这两部分数据分别进行快速排序,整个排序过程可以递归进行,以此达到整个数据变成有序序列。-Quick sort (Quicksort) is a bubble sort of an improvement. By the CAR Hoare in 1962. The b<杨金> 在 2025-06-15 上传 | 大小:8kb | 下载: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 tests by Vc6.0<郑湾州> 在 2025-06-15 上传 | 大小:8kb | 下载:0
[数据结构常用算法] ShortestPath
说明:在有障碍物的地图上,寻求亮点的最短距离,采用广度搜索。-try to find the shortest path between the two point while there are some barriers in the map.<张晓璐> 在 2025-06-15 上传 | 大小:8kb | 下载:0
[数据结构常用算法] bigint
说明:大整数运算,输入包括多组测试用例. 每组用例之间用一个空行隔开. 每个用例内部由三行组成: 前两行每行包含一个字符串, 表示参与运算的大整数, 输入字符串的长度不超过 100. 第三行是运算符: +或者-. 每组用例内部无任何空行. -Large integer arithmetic, the input includes multiple sets of test cases with each case separated by a blank line between each use c<huangda> 在 2025-06-15 上传 | 大小:8kb | 下载:0
[数据结构常用算法] neibupaixu
说明:本程序是有关数据结构中内部排序的程序,对于学习很有帮助!-This program is the data structure of the internal sorting program, very helpful for learning!<yupan123> 在 2025-06-15 上传 | 大小:8kb | 下载:0
[数据结构常用算法] AssignWeek6HuiJin
说明:冒泡排序,通过冒泡算法对输入的数字进行大小排序。-bubble sort<金晖> 在 2025-06-15 上传 | 大小:8kb | 下载:0