资源列表
huffman-0.4
- source code for file compression using Huffman coding in java
16basecode
- 将文件破解成16进制的代码形式,有利于在自己生成一定格式的文件时(比如彩信文件),对文件的具体内容和格式进行分析
DGLS
- 演示道格拉斯数据压缩算法,即通过画出的自由线段按照一定的阈值对其进行道格拉斯压缩
progrumulng
- 对于网络编程中常用的函数epoll的效率进行了详细的分析-For commonly used functions in the network programming epoll efficiency are analyzed in detail
Lempel_Ziv2179064162010
- This a full C++ OOP implementation of a Lempel Ziv compressor/decompressor. It does not have an entropy coder. The window size has to be a power of 2, and atleast 1KB in size (1024 bytes), but the match lengths can be anything.- This is a full C++ O
huffman_bainop1
- this is hupffman code.you can compress file with this application
extend_huffman
- 扩展霍夫曼编码,要求为读取txt文件内容,形成字典表和编码解码的的文件-Extended Huffman coding
video
- 采用QT做界面,使用QT的UDP协议。创建两个线程,一个用来读本平台的音频设备的语音信号(即录音),然后通过udpSocket发给对方设备,一个用来接收对方设备通过udpSocket发过来的语音信号,并把语音信号写到本平台的音频设备上(即播放语音)-Using the QT interface to do, use the QT UDP protocol. Creates two threads, the speech signal to a reader platform audio equi
Huiffman
- Huffman source code in matlab.
hafuman
- 文件testS中读取字符串,经过哈弗曼编码后,显示每个字符出现的次数以及编码后的0、1串-The file testS reading the string, after Hafu Man coding, showing the number of occurrences of each character, as well as 0,1 string encoded
unp_1945_src
- wuinzup in the MFC way
datastruct_lzw
- 一个数据结构课程之后自己编写的lzw压缩算法-a data structure courses to prepare themselves to the 4,558,302 Compression Algorithm