搜索资源列表

  1. 改进的LZSS压缩算法

    0下载:
  2. 本文提出了LZSS压缩算法在进行文本压缩时存在的问题,并给出了解决方法。改进后的算法具有较高的压缩率,实验结果令人满意。 关键词:LZSS;数据压缩 -This paper presents a compression algorithm LZSS text compression during the question and gives a solution. Improved algorithm with a higher
  3. 所属分类:压缩解压

    • 发布日期:2008-10-13
    • 文件大小:10388
    • 提供者:唐吉卓
  1. LZSS.h

    0下载:
  2. 对LZSS压缩算法的深入应用.h-LZSS compression algorithm to the deep application. H
  3. 所属分类:压缩解压

    • 发布日期:2008-10-13
    • 文件大小:972
    • 提供者:杨勇
  1. LZSS.cpp

    0下载:
  2. 对LZSS压缩算法的深入应用.c-LZSS compression algorithm to the deep application. C
  3. 所属分类:压缩解压

    • 发布日期:2008-10-13
    • 文件大小:1758
    • 提供者:杨勇
  1. LZSS

    0下载:
  2. C++ implementation of LZSS
  3. 所属分类:压缩解压

    • 发布日期:2008-10-13
    • 文件大小:580486
    • 提供者:赵臻
  1. lzss-0.5

    0下载:
  2. LZSS 压缩/解压算法 算法简单,速度快,压缩效率和Winzip/PKZip 接近-LZSS / decompression algorithm is simple, fast and Winzip compression efficiency and / PKZip close
  3. 所属分类:压缩解压

    • 发布日期:2008-10-13
    • 文件大小:50640
    • 提供者:张森宁
  1. lzss

    0下载:
  2. lzss压缩源代码,可以实现消息的压缩。
  3. 所属分类:压缩解压

    • 发布日期:2008-10-13
    • 文件大小:3711
    • 提供者:
  1. lzss

    2下载:
  2. delhpi下lzss加密算法源码及例子
  3. 所属分类:加密解密

    • 发布日期:2008-10-13
    • 文件大小:101020
    • 提供者:刘明
  1. lzss-lzw-scz压缩解压

    0下载:
  2. 三个压缩/解压缩算法,可在linux windows vxworks等平台使用,便于移植
  3. 所属分类:压缩解压

    • 发布日期:2011-07-21
    • 文件大小:21386
    • 提供者:ac135246
  1. TOUKUI-1.5

    0下载:
  2. 本人开发一个远程控制软件,有如下功能: 1.可以偷窥到对方的桌面内容,按设置的时间进行刷新. 2.可以用鼠标控制对方的电脑,包括所有的鼠标操作. 3.可以使用键盘控制对方的电脑,几乎可用所有的按键. 4.在客户端可以建立多个窗口,对多台电脑进行监视控制. 5.可以运行一条命令,例如打开一个记事本. 6.可以锁定/解锁对方的电脑. 7.可以让对方电脑(强行)注销/重启/关机. 8.可以传送/删除/移动对方的电脑上的文件. 9.在必要时还可
  3. 所属分类:远程控制编程

    • 发布日期:2024-05-16
    • 文件大小:152576
    • 提供者:
  1. lzhuff

    0下载:
  2. LZSS压缩算法-LZSS Compression Algorithm
  3. 所属分类:压缩解压

    • 发布日期:2024-05-16
    • 文件大小:29696
    • 提供者:Don
  1. okumura

    0下载:
  2. LZHUF、LZSS、LZARJ压缩算法-LZHUF, LZSS, LZARJ Compression Algorithm
  3. 所属分类:压缩解压

    • 发布日期:2024-05-16
    • 文件大小:17408
    • 提供者:Don
  1. LZSS.h

    0下载:
  2. 对LZSS压缩算法的深入应用.h-LZSS compression algorithm to the deep application. H
  3. 所属分类:压缩解压

    • 发布日期:2024-05-16
    • 文件大小:1024
    • 提供者:杨勇
  1. lzari_huf

    0下载:
  2. In each step the LZSS algorithm sends either a character or a <position, length> pair. Among these, perhaps character "e" appears more frequently than "x", and a <position, length> pair of length 3 might be c
  3. 所属分类:压缩解压

    • 发布日期:2024-05-16
    • 文件大小:4096
    • 提供者:冰冰
  1. LZHUF

    0下载:
  2. 一种无损压缩算法,采用了lzss结合huffman动态编码,速度快-a lossless compression algorithm, using a combination of lzss dynamic Huffman coding, fast
  3. 所属分类:压缩解压

    • 发布日期:2024-05-16
    • 文件大小:4096
    • 提供者:任燕
  1. LZSS

    0下载:
  2. 一种无损压缩算法,是lz77的改进,压缩率并不比lz77高,但速度较快-a lossless compression algorithm is lz77 improved compression rate is higher than lz77, but faster
  3. 所属分类:压缩解压

    • 发布日期:2024-05-16
    • 文件大小:3072
    • 提供者:任燕
  1. Lzss_VC

    0下载:
  2. 测试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 a
  3. 所属分类:文件操作

    • 发布日期:2024-05-16
    • 文件大小:52224
    • 提供者:
  1. compc++

    0下载:
  2. 这个代码包中包含了一些比较通用的无损压缩算法的源代码,如果你想深入理解一些图像格式,那么读懂这些代码会对你有很大帮助,这是基础。(包中包括的算法有:lzari、lzhuf、lzss、lzw、lz77、huffman、rle8、rle16)。工具:通用C 。-this code contains some of the more common lossless compression algorithm source code, if y
  3. 所属分类:GDI/图象编程

    • 发布日期:2024-05-16
    • 文件大小:105472
    • 提供者:周自强
  1. LZSSencode

    0下载:
  2. 一个关于LZSS压缩算法的演示程序。用于文本数据的压缩模拟。-LZSS on a compression algorithm demonstration program. For text data compression simulation.
  3. 所属分类:其他小程序

    • 发布日期:2024-05-16
    • 文件大小:161792
    • 提供者:高纯
  1. lzss_

    0下载:
  2. lzss是一个比较著名的压缩算法,改进了lz77。此源代码希望对大家有用。-lzss is one of the more well-known compression algorithms, improved lz77. This source of hope may be useful.
  3. 所属分类:压缩解压

    • 发布日期:2024-05-16
    • 文件大小:27648
    • 提供者:sun
  1. lz_comp2

    0下载:
  2. 几种LZ系列算法:LZARI, LZHUF, LZSS 由于其简单的算法和很高的速度,常被用于BIOS中模块压缩-LZ algorithm : LZARI, LZHUF. LZSS due to its simple algorithm and high speed, often used for BIOS compression module
  3. 所属分类:压缩解压

    • 发布日期:2024-05-16
    • 文件大小:18432
    • 提供者:张森宁
« 1 23 4 5 6 7 »

源码中国 www.ymcn.org