搜索资源列表
51622417
- huffman 编码用C做,本代码主要实现的是对输入的一串英文字符进行统计,编码
asm-C-CPP-program
- 包括C语言哈夫曼树的实现;win32写的代码统计工具;汇编加密解密机masm程序;C++哈夫曼树的实现;汇编简单计算器;汇编编译工具-Including the realization of C language Huffman tree win32 statistical tools to write code assembly the encryption decryption machine masm process C++ Huffman tree realization com
library
- 本代码能够实现图书的录入,删除,借书者卡号的办理与删除,图书借阅统计,读者信息和借书统计-This code is able to achieve a book entry, delete, library card number to apply for and delete those, books to borrow statistics, the reader of information and library statistics
huffman
- Huffman编码又称哈夫曼编码,是一种可变长编码方式.码的原理是:将使用次数多的代码转换成长度较短的代码,而使用次数少的可以使用较长的编码,并且保持编码的唯一可解性。Huffman算法的最根本的原则是:累计的(字符的统计数字*字符的编码长度)为最小,也就是权值(字符的统计数字*字符的编码长度)的和最小。-Huffman coding, also known as Huffman coding is a variable length encoding. Code principle is: u