资源列表
GenericMFC
- vc 界面美化包括对话框,按钮。 -vc interface landscaping, including dialog boxes, buttons. vc interface landscaping, including dialog boxes, buttons.
111
- 这是一个学生信息管理系统 初学者可以使用-This is a student information management system can be used for beginners
yasuo-yu-jieya
- 用matlab模拟实现的灰度图的类JPEG的压缩解压过程,其中含有各函数的说明txt-Using matlab simulation class grayscale JPEG compression decompression process, which contains a descr iption of each function txt
encode-and-decode
- C++程序,实现文件的压缩与解压缩,用霍夫曼树压缩,VS2012平台-C++ program, file compression and decompression, compression Huffman tree, VS2012 platform
autodoor
- 一个用vrml编写的自动门交互程序,欢迎大家下载-An automatic door using vrml prepared interactive program, welcome to download
menchuang
- 一些用vrml写的有关门窗等的素材,方便大家直接使用-Some use vrml written material about doors and windows to facilitate direct use
nen-fractal
- slide fractal compressions
tushuguanlixitong
- 图书管理系统,包括管理员管理系统,学生登陆和查询系统-Library management system, including the administrator management system, student login and query system
HuffanCoding
- 读取数据,统计所得到的文件中每个字母的权值,创建哈夫曼树,哈夫曼编码。哈夫曼解码,解码后内容写入到指定的文件。 读取数据里面的内容是由英文单词组成。读取文件的时候传入文件存放的路径、读取方式以及读出以后存放的数组,最终可以得到一个存放目标文件内容的数组。 将得到的数组进行字母权值的统计,统计每个字母出现的次数,次数即为每个字母的权值。 将得到的字符数组与权值数组作为创建哈夫曼树的依据,哈夫曼树根据每个字母权值的大小来创建,每个节点,包括权值、父节点、左子、右子和字母本身。 根据哈
Calculator
- C++计算器 含界面,供c语言初学者使用,有问题可联系我QQ 1423945708-VC++ Calculator
PNG
- C++ BUILDER 显示png图片,可以有效解决C++ BUILDER 不显示png格式的缺陷-C++ BUILDER display png images, can effectively resolve C++ BUILDER not show defects in png format
huffff
- 基于赫夫曼的编码和解码,适合于数据结构初学者~-Huffman encoding and decoding based on