Hot Search : Source embeded web remote control p2p game More...
Location : Home Search - lzss
Search - lzss - List

Update : 2024-05-03 Size : 580173 Publisher :


Update : 2024-05-03 Size : 1491 Publisher :


Update : 2024-05-03 Size : 705 Publisher :

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

LZSS压缩算法-LZSS Compression Algorithm
Update : 2008-10-13 Size : 30008 Publisher : Don

LZHUF、LZSS、LZARJ压缩算法-LZHUF, LZSS, LZARJ Compression Algorithm
Update : 2008-10-13 Size : 18154 Publisher : Don

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

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

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

DL : 0
测试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
Update : 2008-10-13 Size : 52732 Publisher : 匿阳

DL : 0
这个代码包中包含了一些比较通用的无损压缩算法的源代码,如果你想深入理解一些图像格式,那么读懂这些代码会对你有很大帮助,这是基础。(包中包括的算法有: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.
Update : 2008-10-13 Size : 106119 Publisher : 周自强

DL : 0
一个关于LZSS压缩算法的演示程序。用于文本数据的压缩模拟。-LZSS on a compression algorithm demonstration program. For text data compression simulation.
Update : 2008-10-13 Size : 7316 Publisher : 高纯

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

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

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.
Update : 2008-10-13 Size : 241999 Publisher : jason..

DL : 0
Windows LZSS Compression library -Windows LZSS Compression library
Update : 2008-10-13 Size : 18090 Publisher : lff

DL : 0
对LZSS压缩进行改进, 提高了LZSS对连续编码的效果.相当于LZSS + RLE.
Update : 2008-10-13 Size : 14827 Publisher : 张文杰

DL : 0
lzss + RLE + huffman. 为了保持比较快的速度, 只对Flag进行huffman编码. 可以用于嵌入式代码压缩.压缩率比LZSS要大, 速度和LZSS稍慢, 如果不用huffman, 速度和LZSS差不多.
Update : 2008-10-13 Size : 20016 Publisher : 张文杰

DL : 0
vc++, LZSS + RLE + 动态HUFF, 可以用于压缩代码, 解压缩速度比较快.
Update : 2008-10-13 Size : 61458 Publisher : 张文杰

LZ77压缩算法是一种无损数据压缩算法。该算法是大多数 LZ 算法变体如 LZW、LZSS 以及其它一些压缩算法的基础。是基于字典的编码器。
Update : 2008-10-13 Size : 5364 Publisher : 耶涛
« 1 2 3 45 6 7 »
DSSZ is the largest source code store in internet!
Contact us :
1999-2046 DSSZ All Rights Reserved.