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

Search list

[Compress-Decompress algrithmsLZSS.zip

Description:
Platform: | Size: 580173 | Author: | Hits:

[Compress-Decompress algrithmsLZSS.cpp.rar

Description:
Platform: | Size: 1491 | Author: | Hits:

[Compress-Decompress algrithmsLZSS.h.rar

Description:
Platform: | Size: 705 | Author: | Hits:

[Remote ControlTOUKUI-1.5

Description: 本人开发一个远程控制软件,有如下功能: 1.可以偷窥到对方的桌面内容,按设置的时间进行刷新. 2.可以用鼠标控制对方的电脑,包括所有的鼠标操作. 3.可以使用键盘控制对方的电脑,几乎可用所有的按键. 4.在客户端可以建立多个窗口,对多台电脑进行监视控制. 5.可以运行一条命令,例如打开一个记事本. 6.可以锁定/解锁对方的电脑. 7.可以让对方电脑(强行)注销/重启/关机. 8.可以传送/删除/移动对方的电脑上的文件. 9.在必要时还可以关掉服务程序. 10.增加了自动发信的功能,在连接Internet后会发送电脑IP地址. 11.可以保存配置. 12.可以对传送的图像进行压缩,压缩算法有LZW(推荐)、LZ77、LZSS等. 13.可以指定获得桌面的颜色数目,有单色、16色、256色和真彩,以保证在可以桌面图像更新的速度要求.
Platform: | Size: 153211 | Author: LEEMEEN | Hits:

[Compress-Decompress algrithmslzhuff

Description: LZSS压缩算法-LZSS Compression Algorithm
Platform: | Size: 30008 | Author: Don | Hits:

[Compress-Decompress algrithmsokumura

Description: LZHUF、LZSS、LZARJ压缩算法-LZHUF, LZSS, LZARJ Compression Algorithm
Platform: | Size: 18154 | Author: Don | Hits:

[Compress-Decompress algrithmsLZHUF

Description: 一种无损压缩算法,采用了lzss结合huffman动态编码,速度快-a lossless compression algorithm, using a combination of lzss dynamic Huffman coding, fast
Platform: | Size: 4380 | Author: 任燕 | Hits:

[Compress-Decompress algrithmsLZSS

Description: 一种无损压缩算法,是lz77的改进,压缩率并不比lz77高,但速度较快-a lossless compression algorithm is lz77 improved compression rate is higher than lz77, but faster
Platform: | Size: 3708 | Author: 任燕 | Hits:

[Compress-Decompress algrithmsMLZSS

Description: 用于多文件及文件夹压缩的算法,采用lzss算法,c语言编写,很值得借鉴-for more documents and folders compression algorithm used lzss algorithm, c language, we can draw
Platform: | Size: 7304 | Author: 任燕 | Hits:

[File OperateLzss_VC

Description: 测试LZSS算法的VC代码,其中LZSS算法的实现部分为C代码来自网上,修改后在VC上测试通过 可移植到其它平台,如嵌入式系统 示例中直接打开本目录下的Tmp.txt zip压缩Tmp.txt并输出压缩内容到zip.out unzip解压zip.out的内容并输出到unzip.out 目录下Tmp.txt文件必须存在-test LZSS VC code algorithm, the algorithm to achieve LZSS part of the C code from the Internet, after the VC changes on the test can be ported to other platforms, such as embedded systems examples directly under the open Catalog Tmp.txt zip Tmp.txt and output compressed content zip.out zip.out unzip unpacked and the contents of the output directory Tmp.txt unzip.out documents must exist
Platform: | Size: 52732 | Author: 匿阳 | Hits:

[GDI-Bitmapcompc++

Description: 这个代码包中包含了一些比较通用的无损压缩算法的源代码,如果你想深入理解一些图像格式,那么读懂这些代码会对你有很大帮助,这是基础。(包中包括的算法有:lzari、lzhuf、lzss、lzw、lz77、huffman、rle8、rle16)。工具:通用C 。-this code contains some of the more common lossless compression algorithm source code, if you want to understand in depth some image format, then read these codes you will be of great help, which is the foundation. (Package includes the algorithm are : lzari, lzhuf, lzss, 4,558,302, lz77, Huffman, rle8, rle16). Tools : Definitive C.
Platform: | Size: 106119 | Author: 周自强 | Hits:

[OtherLZSSencode

Description: 一个关于LZSS压缩算法的演示程序。用于文本数据的压缩模拟。-LZSS on a compression algorithm demonstration program. For text data compression simulation.
Platform: | Size: 7316 | Author: 高纯 | Hits:

[Compress-Decompress algrithmslzss_

Description: lzss是一个比较著名的压缩算法,改进了lz77。此源代码希望对大家有用。-lzss is one of the more well-known compression algorithms, improved lz77. This source of hope may be useful.
Platform: | Size: 28216 | Author: sun | Hits:

[Compress-Decompress algrithmslz_comp2

Description: 几种LZ系列算法:LZARI, LZHUF, LZSS 由于其简单的算法和很高的速度,常被用于BIOS中模块压缩-LZ algorithm : LZARI, LZHUF. LZSS due to its simple algorithm and high speed, often used for BIOS compression module
Platform: | Size: 18320 | Author: 张森宁 | Hits:

[Compress-Decompress algrithmsWinBig1976112242006

Description: WinBig. A file archive utility written in VB. Compression and decompression routines are LZSS. Full source code included. -WinBig. A file archive utility written in V B. Compression and decompression routines are LZSS. Full source code included.
Platform: | Size: 241999 | Author: jason.. | Hits:

[Other resourceLZSSLIB

Description: Windows LZSS Compression library -Windows LZSS Compression library
Platform: | Size: 18090 | Author: lff | Hits:

[File Operatelzf_com

Description: 对LZSS压缩进行改进, 提高了LZSS对连续编码的效果.相当于LZSS + RLE.
Platform: | Size: 14827 | Author: 张文杰 | Hits:

[File Operatelzf_com1

Description: lzss + RLE + huffman. 为了保持比较快的速度, 只对Flag进行huffman编码. 可以用于嵌入式代码压缩.压缩率比LZSS要大, 速度和LZSS稍慢, 如果不用huffman, 速度和LZSS差不多.
Platform: | Size: 20016 | Author: 张文杰 | Hits:

[File Operatecom

Description: vc++, LZSS + RLE + 动态HUFF, 可以用于压缩代码, 解压缩速度比较快.
Platform: | Size: 61458 | Author: 张文杰 | Hits:

[Compress-Decompress algrithmsLZ77

Description: LZ77压缩算法是一种无损数据压缩算法。该算法是大多数 LZ 算法变体如 LZW、LZSS 以及其它一些压缩算法的基础。是基于字典的编码器。
Platform: | Size: 5364 | Author: 耶涛 | Hits:
« 1 2 3 45 6 7 »

CodeBus www.codebus.net