资源列表
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
Huffman
- 利用哈弗曼编码的思想实现文本文件的压缩和解压功能,并计算压缩前后的占用空间之比。-Huffman coding realize the idea of using the text file compression and decompression functions, and computing space before and after compression ratio.
ZipUtil
- 将一个字符串按照zip方式压缩和解压缩-Compress and uncompress string in zip way.
IDW
- 收藏的反距离权重方法,注意程序中e为幂次方的负数,其它看说明即可-Inverse distance weighted method
GMSVeditCFG
- 一个满好用的工具, 喜欢的人可以下载-One full of handy tools, like people can download and see
ECC
- ECC加密算法,最新的加密算法及其代码,仅供参考 -ECC encryption algorithm,you can study a lot
50hz
- 定时中断方波。(10分) 比如让P1.0口输出一个周期为50Hz的方波 -Timer interrupt square wave. (10) For example let P1.0 port output a square wave cycle is 50Hz
miaobiao
- 1602液晶显示+简易秒表 按键可停再次按键继续计时 计满2分钟停止 源代码-1602 LCD+ simple stopwatch buttons can be pressed again to continue counting stopped falling two minutes to stop the source code
huffman
- 用哈弗曼树实现文件的压缩及解压,有简单界面,操作简单,压缩效率高-Huffman tree implementation with file compression and decompression, has a simple interface, easy operation, high compression efficiency