搜索资源列表
test
- 从TS文件中依次提取出TS流,video packet,PES,es,I帧;然后又依次将I帧打包为TS流实现播放-TS stream video packet PES, es in turn extracted from the TS file, I-frame and then in turn I-frame packaged realization of TS stream playback
zfbm
- 文件压缩中的游程编码源程序。已经测试通过。对重复字符较多的文件压缩率较高。-File compression in the run-length coding source. Have the test. More characters for the duplicate file compression is higher.
huffman_Golomb_COMPRESS
- 从 Mentor Graphics 的自动测试图形生成(ATPG)工具 FastScan的 测试文档中提取出测试电路(CUT)的测试模式,生成便于对应压缩算法的文件 格式。 本文中, 给出了 2 种压缩测试模式的方法, 一种是基于统计的哈夫曼编码, 一种是基于差分运算的Golomb 编码。本次毕业设计中,在熟悉Mentor Graphics ATPG工具 FastScan的基本功能和其主要的测试模式输出文件的格式的基础上, 实现其中测试结构和测试模式数据的分析提取, 并且在
arith
- 压缩包里包含算术码压缩和解压到源代码,能够对大小写字母进行压缩,包含测试文件,对测试文件的内容压缩率可达到50 。主函数部分有详细的解释。-In this compressed packet,it include the source code of arithmetic coding and decoding.And it can compress all character with a test file.The compressive ratio can achive 50 for t
speex
- speex的编解码器源代码,1.2 beta版, 带回声消除功能,我在VS 2005下编译成功,并用输入文件测试的方式测试了它的回音消除功能,效果不错-speex codec source code, 1.2 beta version, back to the sound of the elimination of functions, I successfully compiled under VS 2005, and the way the test input file to test t
blowfish
- test file for Blowfish
DecompressLib
- 1. 实现Wince平台下的rar\zip文件压缩解压 2. 包含源码工程及测试工程 3. 包含lib-1. Wince platform to achieve the rar \ zip file compression decompression 2. Contains source engineering and test engineering 3. Include lib
winFM
- 附件实现huffman数据压缩的基本实现,不具备通用性.但是却是一个成品,用MFC经过包装界面也比较可以,可以让大家参考, 再着说明下文件压缩后的格式:扩展名是".fm",文件头两个字节是字母"FM"(用来检验文件格式),然后是原始文件名的长度,再来是原始文件长度(解码的时候判断解码结素),接着是原始文件名,再来是是256个unsigned long的数据表示原始文件每个字母出现的次数(用来重新建立huffman树),最后就是数据了,也就是编码后的数据. 注意几点是,解码要是.fm
LZencodedecode
- LZ壓縮測試,對於一般文字檔案使用測試壓縮效果,輸出為32bit,encode , decode txt文件,-LZ compression test, using a test for general text file compression, output 32bit, encode, decode txt file
LZW_Demo
- lzw压缩算法源码,LZW压缩算法和RLE压缩算法的实现源码及Demo。 本Demo未经过严格测试,请先保存待压缩文件再进行压缩测试。-lzw source compression algorithm, LZW compression algorithm and implementation of RLE compression algorithm source code and Demo. This Demo has not been rigorously tested, first sa
DecompressLibrary_gz_zip
- 这份代码构建了一套处理.gz/.zip文件的实例。里面包括一份library程序和一份测试代码,Visual Studio 2010编译测试完全通过。-This code build a suit process procedure for .zip/.gz file.The package includes a library program and a test code.The code can be compiled in Visual studio 2010.
ZipTest20121125025941
- 压缩及解压缩操作类及测试程序,支持单个或多个文件,可设定文件压缩密码。-Compression and decompression operation class and test procedures, support single or multiple files, you can set the file compression password.
compression-and-decompression
- 这是一个基于Huffman算法的文件压缩与解压程序,也实现了文件压缩率的计算。上传文件里包括可执行文件、源代码和六组测试用例。-This is a Huffman algorithm-based file compression and decompression procedures, file compression rate calculation. Upload files, executable files, source code, and six groups of test ca
S201207109_assign02
- 利用动态规划算法实现0-1背包问题,要求测试数据以文本文件的形式存储,即所有的数据由文本文件读入。-Implementation of 0-1 knapsack problem using dynamic programming algorithm, test data are stored as text files, that all of the data from text file to read.
cn700_pb3458763
- 程序文件: update.exe 功能: 实现升级一台机子上的程序,所有其它机子的程序自动升级. 开发工具: PB6.5 (也适用于PB7、PB8、PB9、PB10) 运行环境: 基于数据库(SQL2000测试通过,其它如Oracle,MySQL,Sybase应该没问题) 特点: 1.支持多个模块,支持一个模块多个文件. 2.文件位置可不为当前目录. 3.可自动压缩文件,然后上传,提高上传与下载速度. 4.update.exe可自动升级(注:仅随新系统升级时升级!!!
VC_FileCutter
- VC6.0测试通过 能对一个大文件分割成若干小文件,也能合并若为小文件为一个大文件, 学习的好例子-VC6.0 test able to split a large file into several small files, but also to merge the case of small files into one large file, learning a good example
test
- 可以实现文件压缩和解压,可以实现文件压缩和解压-file
VB1
- VB压缩数据库,修复Access数据库文件,是在一瞬间完成的修复功能,因此测试截图上并没什么功能,有兴趣的可准备两个Access数据库测试一下。-VB compressed database, Access database file repair is completed at the moment of repair, so no test shots on what features are interested can prepare two Access database test.
CAVLE-h264
- 本压缩文件包含了h.264压缩算法中的CAVLE的编解码模块(Verilog和VHDL两个版本),包含有仿真的testbench测试文件,综合后可以直接使用-The compressed file contains the h.264 compression algorithm CAVLE codec module (Verilog and VHDL both versions), including a simulation testbench test file, can be used d
Simple-test-tool
- 实现小学生多边形面积和周长问题的自动出题,自动校验答案,打分存入文件等简单功能,使用了简单的C++指针,继承与派生,多态,文件流等,是一道综合性很强的题目-Using the simple C++ pointer, inheritance and derived, polymorphism, file flow, is a comprehensive strong Of the title