CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 搜索资源 - Lzss

搜索资源列表

  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 commoner than one of length
  3. 所属分类:压缩解压

    • 发布日期:2008-10-13
    • 文件大小:4636
    • 提供者:冰冰
  1. lzw_lzss_LZHUF_LZARI

    0下载:
  2. 字典压缩算法,包括了长见的几种算法,C语言实现-Dictionary compression algorithm
  3. 所属分类:Windows Develop

    • 发布日期:2017-03-30
    • 文件大小:575630
    • 提供者:lxz
  1. tkzyk

    0下载:
  2. 远程控制软件-偷窥者 本软件的最大特点是在服务器端与客户端之间有两个socket连接,一个用 于图像的的传送或者接收,另一个负责命令的处理,这样就保证了操作的流畅。 1.可以偷窥到对方的桌面内容,按设置的时间进行刷新. 2.可以用鼠标控制对方的电脑,包括所有的鼠标操作. 3.可以使用键盘控制对方的电脑,几乎可用所有的按键. 4.在客户端可以建立多个窗口,对多台电脑进行监视控制. 5.可以运行一条命令,例如打开一个记事本. 6.可以锁定/解锁对方
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-17
    • 文件大小:166958
    • 提供者:许凤
  1. JwLzss

    0下载:
  2. 範例中展示了Lzss的資料壓縮與解壓縮的基本原理的實作-Example shows the Lzss of data compression and decompression of the basic principles of implementation
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-04-02
    • 文件大小:28635
    • 提供者:JohnnyWeng
  1. RenderBest

    0下载:
  2. lzss c++ realization
  3. 所属分类:DirextX

    • 发布日期:2017-04-04
    • 文件大小:48561
    • 提供者:Aleksey
  1. RenderMesh

    0下载:
  2. lzss c++ realization
  3. 所属分类:DirextX

    • 发布日期:2017-03-26
    • 文件大小:1014246
    • 提供者:Aleksey
  1. lzarray-0.1

    0下载:
  2. this zip file contains source code for LZSS algorithm in c language
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-04-05
    • 文件大小:34884
    • 提供者:ankursatriani
  1. EDILZSS

    0下载:
  2. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-04-08
    • 文件大小:17079
    • 提供者:gjoerulv
  1. mastrukov_lzss

    0下载:
  2. Its a LZSS algorithm for archieving your files... Made in C.... Enjoy)
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-04-14
    • 文件大小:3888
    • 提供者:ASDF
  1. compress

    0下载:
  2. 用Huffman、Lzss、Lzw对图片进行压缩和解压缩-With Huffman, Lzss, Lzw on image compression and decompression
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-04-04
    • 文件大小:10150
    • 提供者:叶紫
  1. LZSS

    0下载:
  2. lz77 source code asm && c++ visul c++ tralylya
  3. 所属分类:assembly language

    • 发布日期:2017-04-13
    • 文件大小:3129
    • 提供者:dmitriy
  1. MyCompressPrj

    0下载:
  2. 一个LZSS 算法,采用 动态加载方式实现-A lzss algrithom, with LoadLibray .
  3. 所属分类:Data structs

    • 发布日期:2017-04-03
    • 文件大小:55004
    • 提供者:yewenyu
  1. LZSS

    0下载:
  2. 数据压缩算法,用C++代码实现的压缩算法,全面实现LZ77的算法实现过程。-COMPRESSION
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-04-08
    • 文件大小:42155
    • 提供者:陈广文
  1. Cllzzf_como

    0下载:
  2. 对LZSS压缩进行改进, 提高了LZSS对对连续编码的效果.相当于LZSS + RLE. -LZSS compression and thus improve the LZSS the effect of continuous coding. Equivalent LZSS+ the RLE.
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-01
    • 文件大小:14717
    • 提供者:hjmhjm11
  1. lllzzf_com1z

    0下载:
  2. lzss + RLE + huffman. 为了保持比较快的速度, 只对Flag进行huffman编码. 能用于于嵌入式代码压缩.压缩率比LZSS要大, 速度与LZSS稍慢, 如果不用huffman,, 速度与LZSS差不多. -lzss+ RLE+ huffman. huffman coding in order to maintain a relatively fast speed, only the Flag can be used in the embedded code comp
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-05
    • 文件大小:20000
    • 提供者:hjmhjm11
  1. lzss_modified

    0下载:
  2. lzss算法 由文件输入修改为字符串指针输入方便对SIP消息进行压缩-the lzss algorithm modified file input string pointer input convenience compress SIP messages
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-11-21
    • 文件大小:206398
    • 提供者:潘毅
  1. compress_test

    0下载:
  2. 主要利用测井样本数据测试lzma,zlib,lzw和lzss四种压缩算法的测试性能,并附有测试代码及说明和测试结果-The main use of sample data logging test lzma, zlib, lzw compression algorithm and lzss four kinds of test performance, along with test code and descr iption and test results
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-05-11
    • 文件大小:3034722
    • 提供者:xiaoyong xie
  1. Data_Compression_eee_Cutting

    0下载:
  2. 在MSP430上進行資料壓縮,採用LZ-Data compression on the MSP430 using LZSS
  3. 所属分类:SCM

    • 发布日期:2017-04-17
    • 文件大小:58241
    • 提供者:高敬昕
  1. LZSS_Compress

    0下载:
  2. LZSS压缩、解压缩算法。支持数组类操作,嵌入式验证。-LZSS compression, decompression algorithms. Support for array manipulation, embedded validation.
  3. 所属分类:ARM-PowerPC-ColdFire-MIPS

    • 发布日期:2017-04-13
    • 文件大小:3214
    • 提供者:刘颖兴
  1. lzss_string

    1下载:
  2. lzss,实现了字符串压缩 解压实现,只是在奥村的LZSS.c上稍稍修改-Implemented LZSS, the string compression decompression, just in the village of LZSS. C on modified slightly
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2015-07-06
    • 文件大小:455680
    • 提供者:gjt
« 1 2 3 45 »
搜珍网 www.dssz.com