-
简单的文本压缩程序
简单的文本压缩程序-A simple program about text compressing
- 2022-03-16 04:27:44下载
- 积分:1
-
vb方面的编程,条形码编程。希望对大家有用。
vb方面的编程,条形码编程。希望对大家有用。-vb aspects of programming, bar code programming. Want to be useful to everyone.
- 2022-08-23 13:16:44下载
- 积分:1
-
此源码是关于h264图像编解码的工程,希望对大家有帮助
此源码是关于h264图像编解码的工程,希望对大家有帮助-this is the source of h264 image codec works, and I hope to be helpful
- 2022-04-30 14:50:30下载
- 积分:1
-
Jpeg图像解压,可以参考其中的几个文件
Jpeg图像解压,可以参考其中的几个文件-Jpeg image decompression, which can refer to several documents
- 2022-03-12 01:27:56下载
- 积分:1
-
1、简介
此代码是IS0 13818
1、简介
此代码是IS0 13818-5 MPEG2系统层协议分析代码,经过我的一点修改,现在终于可以在VC++ 6.0下编译运行, 发布上来献给那些为了理解MPEG2系统层协议而苦苦加班的程序员。为了可以在windows下编译,我修改了部分操作系统相关代码,注解掉了一些main函数,只留下decode.cpp中的main函数没有注解,所以编译后的程序是TS流系统层解码分析程序,如果要实现其他功能如encode,只要把decode.cpp中的main函数注解,把encode.cpp中的main函数注解去掉即可。-1, INTRODUCTION This code is IS0 13818-5 MPEG2 system layer protocol analysis code, after that I modified, and now finally can VC++ 6.0 compiler to run under the release for up dedicated to those who understand the MPEG2 system layer protocol and the hard programmers to work overtime. In order to be able to compile under windows, I modified the relevant part of the operating system code, comment out a number of main function, leaving only the main function decode.cpp no comment, so the procedure is compiled TS streaming system layer decoding analysis procedures, If you want to realize other functions such as encode, as long as the main function of decode.cpp comment, the main function of encode.cpp Notes can be removed.
- 2023-01-05 20:30:04下载
- 积分:1
-
一个用汇编写的基于BCE32的压缩和解压引擎,作者配有比较文档...
一个用汇编写的基于BCE32的压缩和解压引擎,作者配有比较文档-A compilation of writing with BCE32-based compression and decompression engine, the authors compare with the document
- 2022-01-28 08:47:25下载
- 积分:1
-
这个是一个多媒体的压缩与解压的软件源码 采用的是行程编码的 看看吧...
这个是一个多媒体的压缩与解压的软件源码 采用的是行程编码的 看看吧-This is a multimedia compression and decompression software using the source code look at the itinerary it
- 2022-01-25 18:42:50下载
- 积分:1
-
实现多序列连续播放功能!对于视频编解码很有用途。
实现多序列连续播放功能!对于视频编解码很有用途。-Multiple sequence realize continuous playback! For the very purpose video codec.
- 2022-02-26 09:38:50下载
- 积分:1
-
经过DCT变换用 LZW进行数据压缩 再还原回来
经过DCT变换用 LZW进行数据压缩 再还原回来-After DCT transform data using LZW compression and then restored back
- 2022-02-02 02:16:21下载
- 积分:1
-
huffman
控件台应用程序。
采用哈夫曼编码对文件进行压缩解压。先将文件各字节读出,统计频率。进行哈夫曼编码,将编码重新写入文件。
编码命令:c
解码命令:d
对于编码的output file和解码的input file可以省略后缀,则默认采用.hfm。-huffman
- 2022-03-19 07:31:48下载
- 积分:1