资源列表
1
- 哈夫曼树的建立 哈夫曼树的建立
WalshTransform
- 经典的walsh变换,可以进行实验,matlab程序
chap6_2
- 单神经元网络PID自动整定MATLAB程序-single neuron network automatic PID tuning MATLAB
aa
- 深度优先遍历,算法设计分析,数据结构。-Depth-first traversal, algorithm design, data structure.
huffmancodding
- huffman codding: codding based opn huffman method
2-1
- 生成两个非递增线性表,并对其进行合并成非递增线性表-Generates two non-incremental linear form, and its merger into a non-incremental linear form
LinearList
- 基于模板类(STL)线性表的顺序存储的实现-datastructure (stl)
approxIndep
- 求独立集的近似算法,使用C++描述,供算法设计学习者参考-For independent set approximation algorithm, using C descr iption
12-10-2013_21-02-44
- this solving for c++ tasks
main
- 1.在电报收发等数据通讯中,常需要将传送的文字转换成由二进制字符0、1组成的字符串来传输。为了使收发的速度提高,就要求电文编码要尽可能地短。此外还要保证任意字符的编码都不是另一个字符编码的前缀,这种编码称为前缀编码。 2.Huffman树可以用来构造编码长度不等且译码不产生二义性的编码。 -1 In the telegram send and receive data communications, and often need to send the text into a stri
opencv
- opencv 写的人脸识别 在默认图片中识别出人脸-opencv writing recognition to identify the face in the default picture
vertex_cover
- 内容为顶点覆盖问题的程序设计: 给定一个 n 个点 m 条边(n≤ 100,m≤5000)的无向图 G,问是否存在一个不超过 k(𝑘 ≤20)个点的点集 S,使得 G 中每条边都至少有一个点被覆盖。该实现效率很高,较大的测试用例也可以在15ms内计算出。-vertex cover problem.