Welcome![Sign In][Sign Up]
Location:
Search - lz

Search list

[Compress-Decompress algrithmsMiniCompress

Description: compression with LZ-compression with LZ77
Platform: | Size: 29696 | Author: Ferry F | Hits:

[Other2dimensionFDTDprogram

Description: 2维FDTD的MATLAB代码,TM波代码-2 dimension FDTD program (TM mode) All boundaries are perfect conductors. // For Visualization of the field, I use PGPLOT which is available as port // (for FreeBSD) or binary package (for Debian Linux). // (1) In FreeBSD, compile with // gcc-o fdtd fdtd.c-I/usr/local/include-L/usr/local/lib-L/usr/X11R6/lib // -lcpgplot-lpgplot-lg2c-lX11-lm // (2) In debian Linux, complile with // gcc-o fdtd fdtd.c-lcpgplot-lpgplot-L/usr/X11R6/lib-lX11-lpng // -lz-lm
Platform: | Size: 1024 | Author: chen | Hits:

[JSP/Javahuffman

Description: 哈夫曼ACMS压缩算法.zip arc压缩工具.zip ASH压缩算法.zip CAB解压缩程序.zip COM压缩算法.zip C语言常用算法源代码.zip HA压缩算法.zip jac压缩算法.zip lharc压缩算法.zip LZHUF、LZSS、LZARJ压缩算法.zip LZSS压缩算法.zip lzw压缩算法.zip Splay树压缩算法.zip USQ压缩工具.zip zip解压.zip zip压缩解压范例.zip 哈夫曼编码树算法.zip 哈夫曼压缩解压算法.zip 使用LZ压缩算法的完整应用.zip 文件压缩控件.zip 一个含多种压缩算法的程序包.zip 一个压缩工具.zip 以上全解压/压缩相关的算法! -huffman
Platform: | Size: 3072 | Author: ya | Hits:

[Compress-Decompress algrithmsLZ78

Description: 实现LZ-78码的编码和译码程序,不必知道信源的概率分布,用于加深对LZ-78编码算法的理解。-Achieve the LZ-78 code encoding and decoding that we do not know the source of the probability distribution for the deepening of the LZ-78 encoding algorithm understanding.
Platform: | Size: 58368 | Author: 王世明 | Hits:

[Special EffectslzwMatlab

Description: lempel-ziv welch 编码 蓝波- 立夫- 卫曲编码法-lempel-ziv welch encoding, image compression
Platform: | Size: 107520 | Author: hernan | Hits:

[GUI DevelopLZDCode

Description: 这是一款把先把文本转换为其二进制码(英文为ASCII码),然后再对应其二进制码进行LZ编码的软件。它可以见到字典的换分,以及每一个字典内容对应的编码内容及其字典编号!-This is a first text to convert its binary code (English as ASCII code), and then the binary codes corresponding to the LZ encoding software. It can see the dictionary for hours, and contents of each dictionary corresponds to the encoded content of the dictionary No!
Platform: | Size: 3637248 | Author: | Hits:

[Otherarandlz

Description: 改程序为实现了算数码和LZ码,采用C++语言编写,无需调试,直接运行即可。-Reform program to achieve a numerical digital and LZ code, using C++ language, without debugging, you can directly run.
Platform: | Size: 1019904 | Author: koukou | Hits:

[matlabarithmetic_code_and_LZ_code

Description: 算术码和LZ碼的编码和解码,有MATLAB和C++两种程序,很好用。-Arithmetic code and the LZ code encoding and decoding, there are two MATLAB and C++ program, easy to use.
Platform: | Size: 1028096 | Author: xuhaixia | Hits:

[Compress-Decompress algrithmsLZSS

Description: Compress/decompress on algoritm lzss/lz-Compress/decompress on algoritm lzss/lz77
Platform: | Size: 579584 | Author: Michael | Hits:

[Algorithmlz77

Description: LZ-77 algorithm in cpp source code Only the strong
Platform: | Size: 3072 | Author: tobiaszliszka | Hits:

[DirextXdirectX_lz

Description: 游戏开发的DirectX粒子系统运用,源码有注释-The development of DirectX games using particle systems, source code annotated
Platform: | Size: 1172480 | Author: 唐洁 | Hits:

[Windows DevelopLZ

Description: 用C语言实现基于LZ77字典压缩算法的通信系统-Using C language dictionary based compression algorithm LZ77 communication system
Platform: | Size: 2262016 | Author: 沈旭 | Hits:

[Compress-Decompress algrithmsLZencodedecode

Description: LZ壓縮測試,對於一般文字檔案使用測試壓縮效果,輸出為32bit,encode , decode txt文件,-LZ compression test, using a test for general text file compression, output 32bit, encode, decode txt file
Platform: | Size: 4096 | Author: snight | Hits:

[Windows Developde

Description: 運用LZ編碼後的文件,輸出為32bits,解碼檔為讀取32bits,在循序解碼成原始文件,文件使用為txt檔案-LZ compression test, using a test for general text file compression, output 32bit, decode txt file
Platform: | Size: 1024 | Author: snight | Hits:

[Communicationencode

Description: LZ编码解码,应用于信息论的信道编码,离散信源无失真编码-LZ codec, used in information theory, channel coding, lossless coding of discrete sources
Platform: | Size: 261120 | Author: yuhan | Hits:

[Compress-Decompress algrithmsLZcode

Description: 这个文件在MATLAB中实现了LZ压缩算法-This file is implemented in MATLAB LZ compression algorithm
Platform: | Size: 107520 | Author: wyx006 | Hits:

[Compress-Decompress algrithmslosslessimagezipalgorithm

Description: 图像无损压缩算法代码全集,适合做图像无损压缩研究的入门人员收藏研究.-AR002 Contains a complete archiver by Haruhiko Okumura. The archiver uses an LZ engine whose output is compressed with static Huffman. The file is chopped into pieces which all get their own independent set of Huffman tree s. ARJ 2.41, ZIP 2.0 and PKZIP 2.04g use essentially the same method. ZOO and LHA even use excactly the same method. LZW The famous Lempel Ziv Welch compressor. This version by Kent Williams. COMP Arithmetic compression written by Mark R. Nelson. Published in Dr Dobbs february 1991. Contains a basic arithmetic compressor and a higher order arithmetic compressor. ASH A "brother" of the higher order compressor from Nelson written by Charles Ashford. Ingenious program which makes use of the very limited memory of the PC and still can process large files. One price to pay, it is VERY slow. The tigthest compressor in the Dr Dobbs compression contest. FIN Finish submission to the Dr Dobbs contest w
Platform: | Size: 126976 | Author: idlerrf | Hits:

[Video Capturelz

Description: delphi做摄像头图像,录像功能的源程序-delphi to do camera images, video recording of the source
Platform: | Size: 13312 | Author: lzf | Hits:

[assembly languagelz

Description: 汇编语言程序设计屏幕窗口程序 题目:屏幕窗口程序 实验要求:在屏幕上开出三个窗口,它们的行列坐标(5,10)到(15,30);(5,50)到(15,70)以及(18,15)到(22,65)。 -Window screen assembly language programming program Topic: screen window program test requirements: on the screen to open the three windows, and their ranks of the coordinates (5,10) to (15,30) (5.50) to (15,70 ) and (18,15) to (22,65).
Platform: | Size: 2048 | Author: liuzhao | Hits:

[Software Engineeringlz

Description: Ai-rcj4.0改进版的检测对手和队友的ID例子教程-Ai-rcj4.0 improved version of the test case ID opponents and teammates tutorial
Platform: | Size: 173056 | Author: Edward | Hits:
« 1 2 3 4 56 7 8 9 10 ... 26 »

CodeBus www.codebus.net