搜索资源列表
student
- VS2010,对C++中的基本概念(基本知识点)的理解和掌握,其中包括类、成员、函数、友元、重载、IO流、模板等;此外,还包含了对数据结构(链表)、内存操作的内容,以及编程的规范。-VS2010, on the basic concepts C++ (basic knowledge) to understand and master, including class, member, function, friends, overloading, IO streams, templates, e
rjkj_huffman
- 在VS2010中用C语言实现以哈夫曼编码为基础的压缩与解压缩,处理文件大小限制为2G(可以通过修改源码来改变)-VS2010 using C language to Huffman coding based compression and decompression processing the file size is limited to 2G (can be changed by modifying the source code)
UnZip
- 用C++实现zip压缩解压缩,主要是利用第三方源码接口,自己封装了一个压缩函数,和解压函数。使使用操作简单化。编译器是 VS2010,在MFC工程下测试的。-In C++ zip compression and decompression is to use a third-party source interface encapsulates a function of compression and decompression functions. The compiler is VS201
HuffmanTree2
- 哈夫曼算法,VS2010环境下,C++编写。有编码解码过程。从文件读取消息并进行统计与编码,然后可以进行解码验证。-Huffman algorithm, VS2010 environment, C++ write. Encoding the decoding process. Reads the message from the file and statistical encoding, decoding can then be verified.
jpgCompress_new
- vs2010下编写的c++控制台程序,输入JPG或BMP格式图片,通过设置压缩质量对其大小进行压缩。-vs2010 prepared under c++ console program, enter JPG or BMP format picture, its size by setting the compression quality compression.