CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 数值算法/人工智能 压缩解压 搜索资源 - source code C

搜索资源列表

  1. huff_sc-1

    1下载:
  2. 哈夫曼huffman压缩编/解码 内含压缩和解压的源代码(C语言)和可执行程序-Huffman compression encoder / decoder compression and decompression containing the source code (C language) and enforceability procedures
  3. 所属分类:压缩解压

    • 发布日期:2008-10-13
    • 文件大小:38884
    • 提供者:陆全聪
  1. 解压缩软件UNZIP的c源程序代码

    0下载:
  2. 解压缩软件UNZIP的c源程序代码-decompression software UNZIP c source code
  3. 所属分类:压缩解压

    • 发布日期:2008-10-13
    • 文件大小:25463
    • 提供者:黄昊
  1. 压缩软件LHA的C源程序代码

    0下载:
  2. 压缩软件LHA的C源程序代码-compression software LHA C source code
  3. 所属分类:压缩解压

    • 发布日期:2008-10-13
    • 文件大小:31182
    • 提供者:黄昊
  1. compress123

    0下载:
  2. LZW程序源代码,c语言实现。可能不是很全,我有好的版本,会继续给大家。-LZW source code, c language. May not be all, I have a good version, we will continue to.
  3. 所属分类:压缩解压

    • 发布日期:2008-10-13
    • 文件大小:8751
    • 提供者:zc
  1. C源程序代码压缩软件LHA的

    0下载:
  2. C源程序代码压缩软件LHA的-C source code compression software to the LHA
  3. 所属分类:压缩解压

    • 发布日期:2008-10-13
    • 文件大小:39312
    • 提供者:张强
  1. lpc55-C

    0下载:
  2. this the source code of audio compression standard LPC. It is coded by C.
  3. 所属分类:压缩解压

    • 发布日期:2008-10-13
    • 文件大小:98226
    • 提供者:Foxy
  1. 《Visual C++ 6.0实例教程》源代码

    1下载:
  2. < Visual C++ 6.0实例教程》源代码, WinRAR自解压包-lt; Lt; Visual C 6.0 tutorial examples "source code, WinRAR self-extract package
  3. 所属分类:压缩解压

    • 发布日期:2008-10-13
    • 文件大小:1548413
    • 提供者:成发
  1. huffman-C

    0下载:
  2. 基于huffman算法的压缩/解压缩的程序源码。 Borland C++写的。 仅供参考学习,请勿作为盈利性程序。-Huffman compression code compressor and decompressor in Borland C++ 2.0 by Shaun Case, April 1991 Enclosed in this archive are two C programs that implement Huffman code compressi
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-03-30
    • 文件大小:38960
    • 提供者:毕雪成
  1. CompressDecompress.rar

    1下载:
  2. ACMS压缩算法.zip arc压缩工具.zip ASH压缩算法.zip CAB解压缩程序.zip COM压缩算法.zip C语言常用算法源代码.zip HA压缩算法.zip jac压缩算法.zip lharc压缩算法.zip LZHUF、LZSS、LZARJ压缩算法.zip LZSS压缩算法.zip lzw压缩算法.zip Splay树压缩算法.zip USQ压缩工具.zip zip解压.zip zip压缩解压范例.zip 哈夫曼编码树算法.zip 哈夫曼压缩
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-04-09
    • 文件大小:1164704
    • 提供者:haochao
  1. lzwC.rar

    1下载:
  2. lzw字典编码解码算法源代码 C++程序,Dictionary lzw codec algorithm source code C++ program
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2015-03-23
    • 文件大小:2892
    • 提供者:侯亚斐
  1. source

    0下载:
  2. Zip/UnZip Visual C++ Source code
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-03-26
    • 文件大小:119566
    • 提供者:赵恩东
  1. EZW_picture_compress

    0下载:
  2. 采用零树编码(EZW)进行图像压缩的源码,C语言写的。-Using zero-tree coding (EZW) image compression source code, C language written.
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-03-30
    • 文件大小:10837
    • 提供者:Kevin Guo
  1. huffman.cpp

    1下载:
  2. c++实现霍夫曼编码,用户先输入一段文字,然后程序执行统计并进行编码,最好输出编码并统计编码平均长度。有类和无类两种形式源代码-c++ achieve the Huffman code, the user to enter a section of text, and then the implementation of statistical procedures and codes, the best output encoding and statistical encoding the
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2016-04-21
    • 文件大小:11720
    • 提供者:秦一
  1. packer

    0下载:
  2. 这是我用C语言写的一个很好的打包程序,压缩软件就是这样的原理,理解了这个程序,下一步你就可以写一个压缩软件。 功能: 1.能把若干个任何类型的小文件打包到一个大文件中。 2.可以查询打包后的大文件里包含哪些小文件,以及每个小文件的大小。 3.可以原样不变地解压出来。 如果你再加入一段Huffman代码就成为一个小型压缩软件了-This is one I used the C language to write the package procedures, functions
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-03-28
    • 文件大小:137343
    • 提供者:在路上
  1. C

    0下载:
  2. 哈夫曼信源编码 源代码 C语言 能执行的 -Huffman source coding C language source code can be executed
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-04-12
    • 文件大小:1340
    • 提供者:lq
  1. ZLibNetWrapper

    1下载:
  2. Deflate压缩算法源码,使用C++编写-Deflate compression algorithm source code, the use of C++ to prepare
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-03-31
    • 文件大小:189238
    • 提供者:白洁
  1. ldecod

    0下载:
  2. H.264基于baseline解码器的C++实现源码,适于初学者-H.264 decoder based on the baseline of the C++ to achieve source code, suitable for beginners
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-05-09
    • 文件大小:2327038
    • 提供者:Blade
  1. CoolRAR1.4.7-source-code

    0下载:
  2. 国产免费的著名软件酷压的源代码,采用C语言编写,喜欢软件编辑的友友们可以自己下载研究,本作品知识产权属于酷压工作室-Free software made famous cool pressure of the source code, using C language, like Friends of the faithful editing software can download their own research, intellectual property rights belong
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-04-09
    • 文件大小:1667783
    • 提供者:qunqun
  1. source-code-for-AVS-in-c

    0下载:
  2. 非常难得到的用AVS标准进行图像编码和解码的源代码- source code for encoder and decoder video in avs
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-11-02
    • 文件大小:382698
    • 提供者:cui
  1. h.264-source-code

    0下载:
  2. source code to encode and decode in visual c-source code to encode and decode in visual c++
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-11-13
    • 文件大小:63676
    • 提供者:Salahuddin
« 12 3 4 5 6 7 8 9 10 »
搜珍网 www.dssz.com