资源列表
jmsf
- 加密算法,麻烦给个会员,想参考一下里面的代码-The encryption algorithms trouble to member would like to refer to the code inside
harddec
- programs for MiMO systems
关于建堆的实现数据结构
- 数据结构 中 关于建堆的实现 包括上调算法 和下调算法 以及添加 和删除-Including the realization of the construction of the heap data structure algorithm raised and lowered the algorithm, as well as add and delete
CreatBinaryTree
- 这个程序能让用户输入由中序与层序序列建立二叉树,该文件底部有一个输入例子供参考。-This program allows the user to input Chinese and sequence sequence sequence to build a binary tree, the bottom of the file has an input example for reference.
huffman.rar
- 给定n个权值作为n个叶子结点,构造一棵二叉树,若带权路径长度达到最小,称这样的二叉树为最优二叉树,也称为哈夫曼树(Huffman tree)。,Given n weights as a the n leaf node, construct a binary tree, with the right path length to a minimum, said such a binary tree for the optimal binary tree, also known as Huffman
md6.zip
- MD6散列函数,用于文件完整性校验和(Checksum)算法。 ,MD6 hash function for file integrity checksum (Checksum) algorithm.
HuffmanDecode.zip
- 霍夫曼编码和解码文件,霍夫曼编码重要作用就是用最少的编码长度表示相同的内容,Huffman coding and decoding files, Huffman encoding important role is to denote the same content with a minimum of coding length
boost.rar
- boost 库学习的一些资料,方便大家学习boost,boost library to learn some of the information to facilitate learning boost
SortAlgorithms.rar
- 《数据结构》课程中,各种排序算法,包括冒泡,选择,插入,快速,归并,堆的C++实现。具有很好的参考价值!,Kinds of Sort Algorithms implementation by C++ programming language.
HuffmanCoding.rar
- 《数据结构》课程中,Huffman编码的C++实现。具有很好的参考价值!,Huffman Coding implementation by C++ programming language.
Queue.rar
- 《数据结构》课程中,Queue的C++实现。具有很好的参考价值!,Queue implementation by C++ programming language.
Btree.rar
- 一个简单的b树的实现,可方便实现简易数据库,The realization of a simple b-tree, easy to implement simple database
