搜索资源列表
Untitled1
- 【问题描述】 设计一个利用哈夫曼算法的编码和译码系统,重复地显示并处理以下项目,直到选择退出为止。 【基本要求】 (1)初始化:键盘输入字符集大小n、n个字符和n个权值,建立哈夫曼树; (2)编码:利用建好的哈夫曼树生成哈夫曼编码; (3)输出编码; (4)设字符集及频度如下表: 字符:A B C D E F 频度:4 9 23 2 17 15 字符:G H I J K 频度:1 2 3 3 4 -【Descr iption】 d
Untitled1
- 全排列算法之字典序法 全排列算法之字典序法 全排列算法之字典序法-Lexicographic permutation algorithm of the method of lexicographic permutation algorithm method of lexicographic permutation algorithm permutation algorithm for the dictionary method Sequential
Untitled1
- 顺序查找算法的c-c++实现,里边为可执行文件 -Sequential search algorithm c-c++ implementation, an executable file inside
Untitled1
- dijstra 实现单源最短路径 使用vc++环境下运行-dijstra single-source shortest path
Untitled1
- 数据结构中,对链表的操作,可以完成链表排序及逆序的功能。-Data structure, Chain operation, can be done to sort the list in reverse order and function.