资源列表
HaffManWindow
- 有独立的窗口 输入字符数以及权值 实现哈弗曼编码-Independent window enter the number of characters, as well as the realization of the right value哈弗曼coding
encoding_source_code
- 适合初学者的基于MATLAB的JPEG编码,haffman编码,RLE编码.-Suitable for beginners MATLAB-based JPEG coding, haffman encoding, RLE encoding.
onexam
- 一个在线考试系统,系统得内容主要有登录答题试题分数得记录-An online examination system, the system may log the contents of the main answer questions scores were recorded
huffman
- 哈弗曼编码-哈弗曼coding
KnapsacksProblem1
- 利用遗传算法解决背包问题,对遗传算法和编程的学习有一定帮助-The use of genetic algorithms to solve knapsack problem, genetic algorithms and programming of learning to some extent help the
free_lz77_gl
- Microsoft Visual C++ 6.0环境下的无损压缩测试工程,实现了LZW77算法,压缩效率和速度都不错。-Microsoft Visual C++ 6.0 environment lossless compression testing works, realized LZW77 algorithm, compression efficiency and speed are good.
VB6_CompressZ-It_Code
- vb利用zlib 压缩源码,高人写了一个类-vb source code using zlib compression, an expert has written a class
H264com
- H.264压缩算法,对源码及算法进行了详细的介绍与讲解-H.264 compression algorithm, the source and the algorithm in detail and explain
GXZGGL
- C++课程设计 C++开放的高校职工管理软件 附带源代码及报告-C++ Curriculum design C++ Open College staff management software source code and reports incidental
cell-compress
- 细胞自动机压缩算法 细胞自动机是用来解释生命现象。系统为什么总要处于“混沌边缘”的状态呢?比如生命吧,静止于某种固定的状态不是挺好的么?为了适应多变的环境,生命必须不断的进化而变得复杂,而要想变得复杂就必须让自己处于混沌边缘的状态。按照达尔文进化论的观点,不适应环境的生命体就会被大自然淘汰了,并不是每个生命体都有意识的要让自己越来越复杂,而是因为过于简单的生命不能适应环境了,于是它们被淘汰掉了,所以剩下来的仅有那些相对复杂的生命体。科学家曾用一批细胞自动机当作生命体在一个虚拟的自然环境
Huffman
- 本程序是第二带编码解码经典,huffman编码,实现编码解码-This procedure is the second classic band codec, huffman coding, to achieve codec
ScoreSystem
- 学生成绩查询系统,运用结构体,struct ,sort ,Clrscr(),textcolor()函数,用for()循环语句,switch和ifelse作为条件测试语句。 程序实现了学生成绩查询功能,有20个我们班学生的数据信息,每个包含: 学号 — num [10](字符串)、姓名(拼音)— name[25](字符串)、 性别 — sex(字符,M或W)、年龄 — age(整型)、 三门课程成绩(高数、英语、计算机)— score [3 ](单精度)。设计一个系统: 定义