-
哈夫曼编/解码器
(1) 初始化。从终端读入字符集大小n,以及n个字符和n个权值,建立哈夫曼树,并将它存于文件hfmTree.txt中。
(2) 编码。利用已建好的哈夫曼树,对文件ToBeTra.txt中的正文进行编码,然后将结果存入文件CodeFil.txt中。
(3) 译码。利用已建好的哈夫曼树将文件CodeFile.txt中的代码进行译码,结果存入文件Textfile.txt中。
-Huffman encoder/decoder
- 2022-03-21 20:30:14下载
- 积分:1
-
严蔚敏编写的《数据结构》第7章的答案,全部为源码
严蔚敏编写的《数据结构》第7章的答案,全部为源码-the answers of chapter 7 of a book called ‘Data Structures’ writen by Yan Wei Min
- 2022-03-13 00:24:29下载
- 积分:1
-
在线考试系统
在线考试系统是为不同学生提供在线考试。 使用 PHP 构建, wamp 服务器包含登录表单,注册表单, 和数据库维护,可以删除或者插入数据
- 2022-01-30 21:57:38下载
- 积分:1
-
约瑟夫环的数据结构算法 VC++6.0实现
约瑟夫环的数据结构算法 VC++6.0实现-Josephus algorithm data structure VC++ 6.0
- 2022-02-10 07:42:17下载
- 积分:1
-
每一个参加排列的数据对应二叉树的一个结点,且任一结点如果有左(右)子树,则左(右)子树各结点的数据必须小(大)于该结点的数据。中序遍历排序二叉树即得排序结果。...
每一个参加排列的数据对应二叉树的一个结点,且任一结点如果有左(右)子树,则左(右)子树各结点的数据必须小(大)于该结点的数据。中序遍历排序二叉树即得排序结果。-Order to participate in each of the data corresponding to a binary tree node, and any one node if there is left (right) subtree, then the left (right) subtree of the data node must be small (large) in the node data. Order traversal of binary tree that is the result of a sort.
- 2022-11-17 03:15:03下载
- 积分:1
-
The database of the agricultural enterprise
农业企业数据库是为教育目的而设计的。
- 2023-08-11 06:15:03下载
- 积分:1
-
This procedure for the integer type of procedure, and they hope to help everyone...
本程序为大整数类的程序,希望对大家有所帮助,在不对之处望大家见谅啊!-This procedure for the integer type of procedure, and they hope to help everyone in doing so hope everyone will forgive ah!
- 2022-01-29 02:09:29下载
- 积分:1
-
在数据结构中编程实现表达式求值算法(加减乘除)
在数据结构中编程实现表达式求值算法(加减乘除)-Structure in the data evaluated the expression programming algorithm (calculation)
- 2022-07-13 14:31:46下载
- 积分:1
-
方便的数据库连接调试程序
方便的数据库连接调试程序-convenient debugging procedures Database Connection
- 2022-01-28 19:42:40下载
- 积分:1
-
用循环链表解决约瑟夫环问题。对学习循环链表有很大帮助
用循环链表解决约瑟夫环问题。对学习循环链表有很大帮助-By cyclic list Joseph Central problem to solve. Learning cycle has a great list to help
- 2022-06-20 16:38:30下载
- 积分:1