资源列表
Huffman
- 1.基本上已经完成压缩及解压缩操作的代码实现。 解压缩时关键还是文件流的操作,读取内容时采用逐字节读取,把0-255的十进制整数转化为二进制数,利用这些二进制数从哈夫曼树的根结点出发,0走左子,1走右子,找到叶子结点,把该叶子结点的下标写入新文件,最后处理有效位数不满8位的字节-1 basically completed the compression and decompression code implementation. Decompression is the key stre
MPEG-2-TS-structure-and-application
- MPEG-2中TS码流包结构和功能应用,非常棒-MPEG-2 TS structure and application
MPEG-standard-study
- MPEG标准的学习总结,非常不错,欢迎大家下载-MPEG standard study
MPEG-standards-development
- MPEG标准的发展及应用,欢迎大家下载,很棒-MPEG standard s development
MPEG-2-PS-TO-TS
- MPEG-2节目流到传输流的转换,非常棒-MPEG-2 PS TO TS
H264s-CABAC-algorithm
- H264中CABAC算法的研究与优化,欢迎大家下载-H264 s CABAC algorithm
yonghudenglu
- 使用springMVC框架实现用户登录功能-Use springMVC framework implements user login feature
Untitled2
- introduction to coding in matlab-introduction to coding in matlab
NGPM_v1.4
- 适应c语言今次那个编写的源代码程序,用于解决多目标优化问题,-This time to adapt to the c language source code written procedures for solving multi-objective optimization problem,
ADDA
- 制作了一个数字电压表,主要用adc0809通过数码管来显示当前检测的电压值-Produced a digital voltmeter, adc0809 mainly used by digital displays currently detected voltage value
RemoteTool
- CTP_接口应用例程 CTP_接口应用例程-CTP interface demo project code
compressadecom
- 数据结构实验中文件压缩和解压,对应于中大的压缩编码实验-Data structure file compression and decompression, corresponding to a large compression coding experiments