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

搜索资源列表

  1. LZW压缩算法和RLE压缩算法的实现源码及Demo.zip

    0下载:
  2. 所属分类:压缩解压

    • 发布日期:
    • 文件大小:24276
    • 提供者:
  1. LZW压缩算法和RLE压缩算法的实现源码及演示.zip

    0下载:
  2. 所属分类:压缩解压

    • 发布日期:
    • 文件大小:24276
    • 提供者:
  1. lzw15.zip

    2下载:
  2. lzw压缩程序1.5
  3. 所属分类:压缩解压

    • 发布日期:
    • 文件大小:2332
    • 提供者:
  1. lzw_soft.zip

    0下载:
  2. lzw压缩解压算法源码
  3. 所属分类:压缩解压

    • 发布日期:
    • 文件大小:75018
    • 提供者:
  1. LZW压缩与解压缩源码.zip

    0下载:
  2. 所属分类:Windows编程

    • 发布日期:
    • 文件大小:3789
    • 提供者:
  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 beginners to understand and grasp
  3. 所属分类:压缩解压

    • 发布日期:2008-10-13
    • 文件大小:4810
    • 提供者:叶靥
  1. 第十一次上机

    0下载:
  2. 实现LZW压缩及解压缩的程序,该程序在VC6环境下编译运行!-achieve LZW compression and decompression procedures, the procedures in VC6 environment compiler running!
  3. 所属分类:压缩解压

    • 发布日期:2008-10-13
    • 文件大小:17324
    • 提供者:psz
  1. 行程长度编码lzw压缩算法源代码和示例程序代码

    0下载:
  2. 行程长度编码,在MPEG编码里面也非常有用,可以学习-length encoding in MPEG encoder inside are very useful, can learn to s
  3. 所属分类:多媒体

    • 发布日期:2008-10-13
    • 文件大小:70398
    • 提供者:李明
  1. LZW_Demo

    0下载:
  2. WINDOWS 界面,LZW压缩算法和RLE压缩算法的实现源码及Demo。-Windows interface, LZW compression algorithm and RLE compression algorithm to achieve the source and Demo.
  3. 所属分类:文件操作

    • 发布日期:2008-10-13
    • 文件大小:46942
    • 提供者:张细细
  1. datastruct_lzw

    0下载:
  2. 一个数据结构课程之后自己编写的lzw压缩算法-a data structure courses to prepare themselves to the 4,558,302 Compression Algorithm
  3. 所属分类:压缩解压

    • 发布日期:2008-10-13
    • 文件大小:47383
    • 提供者:段云
  1. LZW&LZRW

    0下载:
  2. 相信lzw和lzrw在数据压缩当中大家都听过了,其中是其源代码,希望对大家有用。-believe 4,558,302 and lzrw in data compression which we have heard, which is their source code, useful for all.
  3. 所属分类:压缩解压

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

    0下载:
  2. 一个记录键盘的完整程序,采用dll注入方式hook API,有完整的dll代码和注入程序的代码,及lzw压缩算法的完整代码。-a record keyboard integrity procedures used dll injected hook API, a complete dll injection procedure code and the code, and the compression algorithm 4,558,302 integrity code.
  3. 所属分类:钩子与API截获

    • 发布日期:2008-10-13
    • 文件大小:38566
    • 提供者:onlyu
  1. LZW_compress_algorithm

    0下载:
  2. LZW压缩算法,提供了LZW压缩算法详细代码和说明,用C语言实现的。-LZW compression algorithm, the LZW compression algorithm detailed code and annotations, using the C language.
  3. 所属分类:压缩解压

    • 发布日期:2008-10-13
    • 文件大小:4023
    • 提供者:向明建
  1. lzwfordepresscoding

    0下载:
  2. LZW压缩和解压缩程序 lzw.c 主要的功能模块 bitio.c/bitio.h 一些支撑函数,支持以比特(bit)为单位的文件I/O 用法: 压缩 lzw E <in-file> <out-file> 解压缩 lzw D <in-file> <out-file> 压缩时,读入<in-file>中内容,压缩后存入<out-file>中,得到压缩文件。 解压缩时,读入<in-
  3. 所属分类:压缩解压

    • 发布日期:2008-10-13
    • 文件大小:1912
    • 提供者:冯灿科
  1. lzw_c++

    0下载:
  2. 此程序是经典算法LZW压缩算法的实现,具有较好的压缩与解压速度,并有较好的压缩比.在vc6.0环境下编译通过-classic LZW algorithm for the compression algorithm to achieve, the better compression and decompression speed, and a better compression ratio. in vc6.0 compile environment
  3. 所属分类:压缩解压

    • 发布日期:2008-10-13
    • 文件大小:4989
    • 提供者:tqin007
  1. RLE_compress

    0下载:
  2. LZW压缩算法和RLE压缩算法的实现源码及Demo。-LZW compression algorithm and RLE compression algorithm to achieve the source and Demo.
  3. 所属分类:多媒体

    • 发布日期:2008-10-13
    • 文件大小:67865
    • 提供者:王梅
  1. lzwScreenSpy

    0下载:
  2. 简单的远程控制编程的例子,实现了远程文件浏览,和屏幕监控,屏幕监控使用lzw压缩算法-simple remote control programming examples and achieve a remote file browsing, and screen monitoring, Screen Monitor compression algorithm used 4,558,302
  3. 所属分类:远程控制编程

    • 发布日期:2008-10-13
    • 文件大小:112771
    • 提供者:东南
  1. LZW111

    0下载:
  2. 用C++语言编译的LZW压缩算法,自我感觉编写不错,根据提示输入要压缩的文件名即可-C language compiler of the LZW compression algorithm, and feel good preparation, When prompted to input compressed file can be
  3. 所属分类:压缩解压

    • 发布日期:2008-10-13
    • 文件大小:2403
    • 提供者:caohan12
  1. cccccc

    0下载:
  2. 最近整理文档,发现以前写的《如何在NT下获取进程的路径》一文中还有个问题没有解决:原文中的程序无法获取系统进程的路径,如:csrss.exe。记得VCKBASE上有位网友说过一个方法:“给枚举的进程增加SE_DEBUG_NAME权限即可”,于是在网上找了些资料,解决了原文中的问题。这里要特别感谢那位名叫rovershen的网友!   GIF图象是基于颜色列表的(存储的数据是该点的颜色对应于颜色列表的索引值),最多只支持8位(256色)。GIF文件内部分成许多存储块, 用来存储多幅图象或
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:4522
    • 提供者:孙乾坤
  1. 39709574c-LZW

    0下载:
  2. 压缩解压缩代码,使用的是霍夫曼算法,是很好的一个初学者的试例-decompress compressed code, the use of the Huffman algorithm, is a good beginners trial cases
  3. 所属分类:压缩解压

    • 发布日期:2008-10-13
    • 文件大小:3539
    • 提供者:xxx
« 1 2 3 4 5 67 8 9 10 11 ... 19 »
搜珍网 www.dssz.com