搜索资源列表
Arithmeticcoding
- 自己用C语言编写的一个算术编码的程序,很好用的。-own use of the C language an arithmetic coding procedures, very good use.
asimpledpcmcode
- 本人自己编写的一个图像预测编码(DPCM)的简单程序。-I own an image prepared by the Predictive Coding (DPCM) the simple procedure.
HUFFCompress
- 自己编写的对文件做哈夫曼无损压缩编码/解码的程序;-their documents prepared by the right to do Huffman lossless compression encoding / decoding procedures;
LZWCompress2
- 自己编写的一个采用LZW压缩算法对文件进行压缩的程序;-themselves prepared a LZW compression algorithm used to compress the document procedures;
MPEG-4bianmajishu
- (1)本程序可在Windows 2000、Visual C++6.0 环境下编译通过。 (2)源码是一个编码模块,编译后生成encore.lib库文件, 不能直接执行。需要读者自己编写程序调用其中的功能。 (3)运行时打开//encore/build/目录下的encore.dsw文件。
7ZipDecode
- 自己编写的7Zip压缩文件解压程序,可以解压出压缩文件中的整个目录。-I have written 7Zip compressed file decompression program that can extract the compressed file in the directory.
53quincunxADLwavelet
- 方向自适应的小波变换程序(5/3) 本人自己编写,有些简陋,采用固定块大小,方向冗余没有与小波系数进行率失真优化-adaptive directional lifting wavelet (ADL)
huffman1102.tar
- 自己编写的一个简单的C语言实现的HUFFMAN编码实现的小程序,适合初学者。-I have written a simple C-language implementation of HUFFMAN coding a small program, suitable for beginners.
myfft
- 自己编写的基为2的fft程序,输入为时间序列,输出为DFT序列-matlab code that can perform FFT based on radix-2 algorithm
123SPIHT(Matlab)
- 本人自己编写的SPIHT程序,已经通过编译,适合图像的压缩。-I have written the huffman procedures are compile for image compression.
dpcm
- 进行预测编码的一部分程序,若想使用还需自己编写部分函数-To predict the coding part of the program, if you want to use some functions need to write your own
asm-zip-program
- 自己编写的一个汇编压缩程序,用的是行程算法。该程序适用于初学者学习,压缩后的文件不可以用常用软件解压。-I have written a compilation of compression program, using a trip algorithm. The program for beginners to learn, the compressed files can not use common software codecs.
ZipFolder
- 自己编写的目录压缩程序,能压缩一个目录中每一个文件为一个单独的zip文件,并连同目录结构一起复制到另一个目录下。-Write your own directory compression program that can compress a directory for each file as a single zip file and directory structure together with copy to another directory.
UnzipFolder
- 自己编写的目录解压缩程序,能解压缩一个目录中每一个zip文件为一个单独的文件,并连同目录结构一起复制到另一个目录下。-Write your own directory unzip program to unzip a zip file of each directory as a separate file and is copied along with the directory structure to another directory.
MyZip
- 实现解压缩,用Java编写的程序,很强大,以后就可以不用什么好压软件,用自己的就可以了-Achieve decompression program written in Java, is very powerful, since you can not have anything good pressure software, with their own can be a
viterbi_decode
- 用matlab实现维特比算法译码,程序简单易懂,自己编写的。-Using matlab Viterbi decoding algorithm, the program is simple and easy to understand, I have written.
book_files
- 通过matlab 平台,自己编写的Matlab程序。是关于滤波器的-the program of matlab is wrriten by myself that about sifting
SuperMacket
- 使用Java语言编写一个模拟网上超市购物结算功能的程序,要求程序运行后有一个图形用户界面,可供用户输入购买的各种商品相关信息,最后给出用户的购物清单及价格,并且用户可以根据需要查询自己购买的第几项商品的详细信息。 需求分析: 1.用户可以添加购买一种商品,添加的信息包括商品名称、数量和单价 2.用户可以删除已购买的一种商品 3.用户可以查询已购买的一种商品的详细信息,查询时要指明查询的商品的记录号是多少(商品记录号是按照商品购买次序编的),还可以指定查询第一个或最后一个购买的商品