资源列表
cyclic-FINAL
- cyclic conovlution code for transsmission of digital data
shangke-
- 统计字符串出现的次数,并进一步实现数据压缩-Number of statistical occurrences, and further data compression
huffman
- 实现霍夫曼编码,初学的好例子,新手入门,建议好好分析程序
yasuo
- RLE压缩,完成文本文件的压缩,运用游程长度编码算法
DCT
- code for dct for image processing
Ass1(2nd)
- 這是一個簡單的C++程式,可是十分合適初學者用來體驗C++的基本功能-It is a simple programme which has introduced C++, it is very suitable for the beginner user of C++
compile_work2
- 这个是编译原理的课程实验~~~是计算机大三所学的~~试验名称为正确递归
Video-Compression
- video compression algorithm for video compression and processing
raw_number_select
- 在YUV的序列中,选择某一个片段,比如有个300帧的序列foreman300.yuv,想选择第30-100帧,可以生产一个新的70帧的序列-select a segment of YUV sequence
Rle_Rld
- Run length Coding and Run Length decoding .take an input and encode and at the decoder side decode it-Run length Coding and Run Length decoding .take an input and encode and at the decoder side decode it
lingqian
- 简单的找零钱问题 属于算法中的程序 在c中运行-C++
LZW-coding
- 输入:本程序将从标准输入中读入待压缩的数据流;输出:将压缩结果输出到标准输出上去。LZW编码 -Input: to be the compressed data stream read from the standard input of the program Output: compression results up to the standard output. LZW coding