搜索资源列表

  1. CompressLib

    0下载:
  2. CompressLib Allow to compress and decompress text or memory stream using GZIP algorithm
  3. 所属分类:C#编程

    • 发布日期:2024-05-20
    • 文件大小:1024
    • 提供者:George
  1. HuffmanTree

    0下载:
  2. 对文件进行字符统计,建立哈夫曼树,并建立哈夫曼编码,对文件进行压缩和解压缩-Characters in the file statistics, the establishment of Huffman tree, and the establishment of Huffman coding to compress and decompress the file
  3. 所属分类:其他小程序

    • 发布日期:2024-05-20
    • 文件大小:3072
    • 提供者:ljh
  1. CompressUtil

    0下载:
  2. 对文件或文件夹进行压缩或解压,并解决中文名乱码问题。-On a file or folder to compress or decompress name and address Chinese garbage problem.
  3. 所属分类:android开发

    • 发布日期:2024-05-20
    • 文件大小:2048
    • 提供者:lwliu
  1. GZCompressDemo

    0下载:
  2. 本程序是采用C++和MFC编写的,是用来对文件进行解压和压缩的一个小程序 -This program is written using C++ and MFC, is used to compress and decompress files, a small program
  3. 所属分类:压缩解压

    • 发布日期:2024-05-20
    • 文件大小:2938880
    • 提供者:zhjj
  1. WWT

    0下载:
  2. Walsh wavelet transform used to compress and decompress the 2D images in matlab
  3. 所属分类:其他小程序

    • 发布日期:2024-05-20
    • 文件大小:10240
    • 提供者:rajapraba
  1. untaPlib

    0下载:
  2. compress or decompress data
  3. 所属分类:其他小程序

    • 发布日期:2024-05-20
    • 文件大小:10240
    • 提供者:overshir
  1. GzipUtil

    0下载:
  2. java : 对文件和数据 进行 压缩解压操作的功能类-java : compress and decompress for file or data or steam
  3. 所属分类:JSP源码/Java

    • 发布日期:2024-05-20
    • 文件大小:1024
    • 提供者:马洪利
  1. code-compressionaadepression

    0下载:
  2. 对二进制数据按照一定的编码方式进行压缩与解压,源代码在名为SIM的文件里,另外附上descr iption-compress and decompress a set of binary data according to some certain principles
  3. 所属分类:压缩解压

    • 发布日期:2024-05-20
    • 文件大小:233472
    • 提供者:chi zhang
  1. HuffmanCompress

    0下载:
  2. HUFFMAN文件压缩和解压,具有操作界面、解压、压缩、构建哈弗曼树等核心函数-huffman file compress and decompress
  3. 所属分类:压缩解压

    • 发布日期:2024-05-20
    • 文件大小:1026048
    • 提供者:罗奎
  1. hafuman

    0下载:
  2. 使用哈弗曼算法,对文件进行压缩然后再进行解压。-Use the Huffman algorithm to compress the file and then decompress.
  3. 所属分类:数据结构常用算法

    • 发布日期:2024-05-20
    • 文件大小:8192
    • 提供者:余啸坤
  1. Huffman

    0下载:
  2. 利用huffman方法压缩文件、解压文件-compress and decompress files by huffman
  3. 所属分类:Windows编程

    • 发布日期:2024-05-20
    • 文件大小:344064
    • 提供者:夏天
  1. Edit_PCK

    0下载:
  2. 可以解压/压缩最新的笑傲江湖OL诛仙等多款游戏的PCK文件-You can decompress/compress latest Swordsman OL Zhu Xian variety of games such as PCK file
  3. 所属分类:游戏

    • 发布日期:2024-05-20
    • 文件大小:430080
    • 提供者:oysy
  1. huffman

    0下载:
  2. 利用霍夫曼方法实现压缩和解压,内含编码和译码两部分-using Huffman to compress and decompress.
  3. 所属分类:压缩解压

    • 发布日期:2024-05-20
    • 文件大小:1024
    • 提供者:fq
  1. JPEG2000_matlab

    0下载:
  2. this is JPEG2000 it can be used to compress and decompress the image-very useful open main_test directly
  3. 所属分类:压缩解压

    • 发布日期:2024-05-20
    • 文件大小:244736
    • 提供者:E.T.
  1. lz78-(2)

    0下载:
  2. php java code that uses lz78 algorithm to compress and decompress data.
  3. 所属分类:软件工程

    • 发布日期:2024-05-20
    • 文件大小:1024
    • 提供者:chesir
  1. ZipHandle

    0下载:
  2. 压缩和解压缩文件(夹),支持指定目录中的部分文件(夹)的压缩功能.-Compress and decompress files (folders), support for some of the files in the specified directory (folder) of the compression function
  3. 所属分类:JSP源码/Java

    • 发布日期:2024-05-20
    • 文件大小:2048
    • 提供者:roy
  1. compression-and-decompression

    0下载:
  2. 该软件可得到图像的码表并运用哈夫曼编码对bmp格式的灰度图进行压缩与解压缩。-The software is available to obtain the code table and use Huffman coding to compress and decompress images with BMP format .
  3. 所属分类:图形图象

    • 发布日期:2024-05-20
    • 文件大小:4209664
    • 提供者:lig
  1. MultipleDataCompression

    0下载:
  2. The objective of Multiple Data Compression is to compress the text file and decompress the same file as the compression and decompression is done by some unique keys which made the text file containing unique characters.
  3. 所属分类:数据结构常用算法

  1. LZW_JAVA

    0下载:
  2. LZW算法,文件压缩解压算法。LZW算法基于转换串表(字典)T,将输入字符串映射成定长(通常为12位)的码字。在12位4096种可能的代码中,256个代表单字符,剩下3840给出现的字符串。-LZW algorithm, file compress and decompress
  3. 所属分类:文件操作

    • 发布日期:2024-05-20
    • 文件大小:4096
    • 提供者:孙文心
  1. MJPEGcompressanddecompress

    0下载:
  2. ubuntu下支持MJPEG压缩与解压缩的源码-The MJPEG compress and decompress source code which will be supported in ubuntu.
  3. 所属分类:Linux驱动

    • 发布日期:2024-05-20
    • 文件大小:7168
    • 提供者:zhihaitao
« 1 2 3 4 5 6 7 89 »

源码中国 www.ymcn.org