资源列表
[数据结构常用算法] C_lianbiao
说明: Data *Create() //创建一个带头结点的空表 void Insert(Data *,int) //插入一个节点 void Reverse(Data *) //就地逆置 void Delete(Data *) //删除指定节点的节点 void Print(Data *) //打印链表 void Exit() //退出-Data* Create () // create an empty table to take the lead node void I<> 在 2025-06-16 上传 | 大小:1kb | 下载:0
[数据结构常用算法] Hffman
说明:哈夫曼编码(Huffman Coding)是一种编码方式,哈夫曼编码是可变字长编码(VLC)的一种。uffman于1952年提出一种编码方法,该方法完全依据字符出现概率来构造异字头的平均长 度最短的码字,有时称之为最佳编码,一般就叫作Huffman编码-Huffman coding (Huffman Coding) is an encoding, Huffman coding is a variable word length coding (VLC) of the kind. uffman i<weizhi> 在 2025-06-16 上传 | 大小:1kb | 下载:0
[数据结构常用算法] hashsearch
说明:1、系统应具备的功能: (1)设计哈希函数和哈希表; (2)设计解决冲突的方法; (3)输入一组数据建立哈希表,并实现在哈希表中进行查找。 -1, the system should have the function: (1) design a hash function and hash table (2) design solution to the conflict (3) input data to establish a set of hash tables, a<刘洋> 在 2025-06-16 上传 | 大小:1kb | 下载:0
[数据结构常用算法] 02-18-46
说明:系统应具备的功能: (1)从键盘上输入五个学生的考研成绩; (2)实现直接插入排序、二分插入排序、对各科成绩,以及平均成绩从小到大排序; (3)比较各种插入排序的优劣。 -System should have the function: (1) input from the keyboard on the study section of the results of five students (2) for direct insertion sort, binary ins<刘洋> 在 2025-06-16 上传 | 大小:1kb | 下载:0
[数据结构常用算法] rbtree.cpp.tar
说明:source code of RB tree data structure.<padma> 在 2025-06-16 上传 | 大小:1kb | 下载:0
[数据结构常用算法] shuffle-cards
说明:洗牌算法,把一副牌随机的依次发给四个玩家。-Shuffling algorithm, the random order of a deck of cards issued to four players.<王乐> 在 2025-06-16 上传 | 大小:1kb | 下载:0