-
12345
说明: 数据结构往年试题及答案(Data structure in previous years questions and answers)
- 2008-09-16 20:47:53下载
- 积分:1
-
哈夫曼编码
程序是要建立一个哈弗曼树,并利用哈夫曼树求相应编码和译码,根据输入的一串电文(字符串)来设计哈夫曼树,并根据哈弗曼树求出每个字符相应的编码,最后根据已知的编码,随机组合输入编码串,根据哈弗曼编码和哈弗曼树求出译码内容。
主要输入形式为一串字符串例如:abcd
输入的范围就是这26个字母,不限大小写,定义最多输入的字符不超过100个。
输出的形式根据要求,输入字符串后,要输出每个字符及其权值(出现次数);
然后再输入要译码的编码串,输出译码内容。
- 2022-03-16 10:05:21下载
- 积分:1
-
huffman_tree_code
Huffman编码与译码,实现数据结构树的功能。(Huffman coding and decoding, data structure tree functions.)
- 2007-04-17 19:22:39下载
- 积分:1
-
dj
说明: 迪杰斯特拉算法,用c++语言实现,适用于本科数据结构教学.
(Dijkstra,implemented by c++, can be used in the course of DS for college students)
- 2013-03-30 12:32:25下载
- 积分:1
-
length
利用佛洛伊德算法计算节点之间的最短路径,用于复杂网络中计算平均路径长度(average path lengh)
- 2011-09-01 11:13:51下载
- 积分:1
-
the-Josephus-problem
利用建立双向循环链表来解决约瑟夫环的问题(Doubly linked list to solve the Josephus problem)
- 2013-03-09 18:24:08下载
- 积分:1
-
@163
数值计算方法中高斯主元素消元法 在vc环境中运行 用于解方程组(Numerical methods in the Gaussian elimination method, the main elements of the environment in vc run for the solution of equations)
- 2011-10-19 20:28:39下载
- 积分:1
-
数椐结构实验指导书
数据结构的实验算法
有线性表的,栈和队列,数组,树和而叉树,图,查找以及排序等算法的源代码
(experimental data structure is linear algorithm to the table, stack and queue, arrays, trees and the trees and fork, graphics, such as search and sorting algorithm source code)
- 2020-06-26 06:40:02下载
- 积分:1
-
Internal-comparison-algorithm
系统用srand()函数产生一个以当前时间开始的随机种子。其产生的种子用选择排序、冒泡排序、快速排序将顺序表中的数字排好,设置变量记录每种排序关键字的移动次数和关键字的比较次数。选择排序:利用L.length-1个循环,将随机种子按从小到大的顺序排好。(System with srand () function generates a random seed to start the current time. Which produces seeds with selection sort, bubble sort, quick sort the order of numbers in the table lined up, set the variable record number of comparisons for each mobile number and keyword sort key. Sort: use L.length-1 cycle, the random seed small to large order lined up.
)
- 2015-03-14 12:39:38下载
- 积分:1
-
xuanzexingjiegou
选择型结构c语言编程 (Choose the type of structure of C language programming)
- 2013-09-24 22:11:37下载
- 积分:1