资源列表
[数据结构常用算法] cpro
说明:里面包含了五个c语言程序源代码,长途电话计费程序,用来计算长途电话费用问题。插入排序,将无序的数字排好序。比较大小的代码程序。-Which contains five c language source code, long distance telephone billing program used to calculate the long-distance telephone costs. Insertion sort, the number of unordered sorted. C<寇德靖> 在 2025-06-22 上传 | 大小:1.02mb | 下载:0
[数据结构常用算法] huffman
说明: 哈夫曼树的构造,假设有n个权值,则构造出的哈夫曼树有n个叶子结点。 n个权值分别设为 w1、w2、…、wn,则哈夫曼树的构造规则为: (1) 将w1、w2、…,wn看成是有n 棵树的森林(每棵树仅有一个结点); (2) 在森林中选出两个根结点的权值最小的树合并,作为一棵新树的左、右子树,且新树的根结点权值为其左、右子树根结点权值之和; (3)从森林中删除选取的两棵树,并将新树加入森林; (4)重复(2)、(3)步,直到森林中只剩一棵树为止,该树即为所求得的哈夫曼树。-Huf<huang> 在 2025-06-22 上传 | 大小:127kb | 下载:0
[数据结构常用算法] filetable_mange
说明:数据结构实习,用C语言写的文件目录管理程序,模拟实现文件的创建,查找,删除等功能,能以凹入表形式输出所有文件的路径-Practice data structures, written in C language file directory management program to simulate the creation of the implementation file, find, delete and other functions, can all recessed table<Robin> 在 2025-06-22 上传 | 大小:4kb | 下载:0
[数据结构常用算法] Quick_Sort220762752011
说明:To understand a Basic data structural term in C named "Quick Sort".<Rahim> 在 2025-06-22 上传 | 大小:1kb | 下载:0
[数据结构常用算法] datastructure
说明:各类数据结构的功能实现,包括线性表,树,图几种数据结构-Function of various types of data structures<xiaojiu> 在 2025-06-22 上传 | 大小:5kb | 下载:0
[数据结构常用算法] Doug-Leas-DLMAlloc
说明:memory malloc manager-Doug Lea s DLMAlloc<王杰> 在 2025-06-22 上传 | 大小:61kb | 下载:0
[数据结构常用算法] shujuqingxihao
说明:数据清洗,出去不需要的数据,简单好用,希望喜欢-Data cleansing, data do not need to go out, easy to use, I hope like<周思远> 在 2025-06-22 上传 | 大小:21kb | 下载:0
[数据结构常用算法] liangxi
说明:求两个整数的最小公倍数的简单的算法代码,辗转相除法-Least common multiple of two integers a simple algorithm code, the Euclidean algorithm<shiwangying> 在 2025-06-22 上传 | 大小:1kb | 下载:0
[数据结构常用算法] How-c-language-FLOAT-are-represented
说明:c语言中FLOAT 是如何表示的?尾数,阶码是如何在32位上安排的,即哪几位是 尾数,哪几位是阶码,那一位是符号位。-How c language FLOAT are represented? Mantissa, exponent is how 32-bit on the arrangement, that is what several of the mantissa, which is the order of a few yards, then a is the sign bit.<> 在 2025-06-22 上传 | 大小:2kb | 下载:0