搜索资源列表

  1. 图像压缩算法---lz77.zip

    0下载:
  2. 所属分类:图形图象

    • 发布日期:2024-05-17
    • 文件大小:7839
    • 提供者:
  1. TOUKUI-1.5

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

    • 发布日期:2008-10-13
    • 文件大小:153211
    • 提供者:LEEMEEN
  1. LZ77code

    0下载:
  2. 压缩编码中的LZ77编码源代码-Coding of LZ77 encoding source code
  3. 所属分类:压缩解压

    • 发布日期:2008-10-13
    • 文件大小:8152
    • 提供者:王华
  1. 新文件夹

    0下载:
  2. LZ77 compression / decompression algorithm
  3. 所属分类:加密解密

    • 发布日期:2008-10-13
    • 文件大小:3079
    • 提供者:林语白
  1. solitude

    0下载:
  2. 几个压缩算法程序(改进包括lzw、lz77、compress、huffeman)-Several algorithm procedure about compression (improvements including lzw,lz77,compress,huffeman)
  3. 所属分类:压缩解压

    • 发布日期:2008-10-13
    • 文件大小:55732
    • 提供者:solitude
  1. lz77_yang

    0下载:
  2. 缩率较高,编译码算法也较为简单的LZ77算法-This algorithm of LZ77 has a good compression,besides it can also be made easily!
  3. 所属分类:压缩解压

    • 发布日期:2008-10-13
    • 文件大小:7986
    • 提供者:solitude
  1. lzbuf

    0下载:
  2. 一种无损压缩解压的算法,是lz77的改进,其压缩比比lz77高,速度要快-a lossless compression decompression algorithm is lz77 improvement everywhere lz77 its high compression, faster speed
  3. 所属分类:压缩解压

    • 发布日期:2008-10-13
    • 文件大小:3622
    • 提供者:任燕
  1. LZSS

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

    • 发布日期:2008-10-13
    • 文件大小:3708
    • 提供者:任燕
  1. 数据压缩

    0下载:
  2. 本程序包括了数据压缩和解压的几种基本算法:算术编码,lz77,lzw;对于数据压缩的初学者了解和掌握这几种基本的数据压缩方法应该有帮助-the procedures include data compression and decompression of several basic algorithm : arithmetic coding, lz77, 4,558,302; Data compression for the begi
  3. 所属分类:压缩解压

    • 发布日期:2008-10-13
    • 文件大小:4810
    • 提供者:叶靥
  1. zlib123

    0下载:
  2. The deflation algorithm used by gzip (also zip and zlib) is a variation of LZ77 (Lempel-Ziv 1977, see reference below). It finds duplicated strings in the input data. The second occurrence of a string is replaced
  3. 所属分类:IP电话/视频会议

    • 发布日期:2008-10-13
    • 文件大小:5143890
    • 提供者:MCU2000
  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/图象编程

    • 发布日期:2008-10-13
    • 文件大小:106119
    • 提供者:周自强
  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. 所属分类:压缩解压

    • 发布日期:2008-10-13
    • 文件大小:28216
    • 提供者:sun
  1. lz771111111

    0下载:
  2. lz77压缩源程序,能压缩文本文件,基于c语言。-lz77 compressed source, text files can be compressed, based on the C language.
  3. 所属分类:压缩解压

    • 发布日期:2008-10-13
    • 文件大小:5076
    • 提供者:陆建
  1. zlib-1.1.4

    0下载:
  2. 1。zlib压缩算法,在LZ77的基础上实现,并 利用Huffman编码特点,采用hash表;2。zlib的解压算法。-1. Zlib compression algorithm, the LZ77 achieved on the basis of, and use of Huffman coding features, using hash table; 2. Zlib the decompression algorithm.
  3. 所属分类:多媒体

    • 发布日期:2008-10-13
    • 文件大小:241457
    • 提供者:石蒲
  1. CompressCode(Many)

    0下载:
  2. N多的压缩解压源代码,包括compress、LZW、LZ77、RLE、哈夫曼-N number of codecs source code, including compress, LZW, LZ77, RLE, Huffman, etc.
  3. 所属分类:压缩解压

    • 发布日期:2010-07-10
    • 文件大小:105806
    • 提供者:张 虎
  1. Delphi_1016

    0下载:
  2. 《Delphi算法与数据结构》源码 Delphi开发人员Julian Bucknall从实用角度为广大程序员提供了有关使用算法和数据结构的一个详尽的介绍。Bucknall先从算法性能的讨论开始,涵盖了诸如数组、链表和二叉树等内容。这本书强调了查找算法(如顺序和二分查找),另外也重点介绍了排序算法(包括冒泡排序、插入排序、希尔排序、快速排序和堆排序),此外还提供了有关的优化技术。不仅如此,作者还介绍了散列和散列表、优先队列、状态机和正
  3. 所属分类:其它资源

    • 发布日期:2008-10-13
    • 文件大小:148649
    • 提供者:Bob
  1. lz771

    0下载:
  2. LZ77算法的实现,很多的资源,可以作为学习-LZ77 algorithm achieved, a lot of resources can be used as learning
  3. 所属分类:其它资源

    • 发布日期:2008-10-13
    • 文件大小:8153
    • 提供者:zxd
  1. 23952

    0下载:
  2. My (so called) HiP compression algorithm as console mode utility. It s a hybrid of Lempel-Ziv 77 and Adaptive Huffman encoding (Huffman + LZ77 ZIP = HiP) with a word prefix hash algorithm etc.-My (so called) a c
  3. 所属分类:压缩解压

    • 发布日期:2008-10-13
    • 文件大小:53517
    • 提供者:郭春阳
  1. LZ77-master

    0下载:
  2. lz77 algorithms show us to how to crypt files or text documents
  3. 所属分类:.net编程

    • 发布日期:2024-05-17
    • 文件大小:91136
    • 提供者:Yusuf
  1. lz77

    0下载:
  2. C语言实现的LZ77压缩算法,vs2013工程。需要自己需要压缩的文档1.txt,可以输出压缩后的文件与解压后的文件(LZ77 compression algorithm C language implementation, needs its own need to compress the document 1.txt, files can be output compressed files unpacked)
  3. 所属分类:压缩解压

    • 发布日期:2024-05-17
    • 文件大小:13375488
    • 提供者:llw
« 1 2 3 4 5 67 8 9 10 »

源码中国 www.ymcn.org