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

搜索资源列表

  1. 用C#写计算器程序(4).rar

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

    • 发布日期:
    • 文件大小:31048
    • 提供者:
  1. coder_compression_C.rar

    0下载:
  2. 用c语言编写用于数据压缩的源程序
  3. 所属分类:压缩解压

    • 发布日期:
    • 文件大小:1403074
    • 提供者:
  1. LZ77算法源代码

    1下载:
  2. 用C语言实现了LZ77算法。程序独特之处在于使用了64KB大小的固定长度窗口,利用此方法可分块压缩数据。-realize LZ77 algorithm by C language.Specially program uses a 64k stable length window.It can compress data by block by using this method.
  3. 所属分类:压缩解压

    • 发布日期:2008-10-13
    • 文件大小:5412
    • 提供者:hjxm
  1. unzip550_430

    1下载:
  2. Unzip 的 源代码, 用C语言写的代码.-Unzip the source code, written in C language code.
  3. 所属分类:压缩解压

    • 发布日期:2008-10-13
    • 文件大小:1576639
    • 提供者:详情
  1. LZW算法源码C语言

    0下载:
  2. LZW压缩算法简介 作者:宋成 描述:一篇关于LZW压缩算法简介的文章,通俗易懂,值得一看! 备注:该文章整理自软件报1998年合订本上册。 LZW压缩算法是一种新颖的压缩方法,由Lemple-Ziv-Welch 三人共同创造,用他们的名字命名。它采用了一种先进的串表压缩不,将每个第一次出现的串放在一个串表中,用一个数字来表示串,压缩文件只存贮数字,则不存贮串,从而使图象文件的压缩效率得到较大的提高。奇妙的是,不管是在压缩还是在解压缩的过程中都能正确的建立这个串表,
  3. 所属分类:压缩解压

    • 发布日期:2008-10-13
    • 文件大小:4861
    • 提供者:邓海波
  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. yasuosuanfa

    0下载:
  2. 压缩算法源程序,用过著名的winrar吧,你一定想了解它的算法,这个是一个用C++编写的算法源程序 -source compression algorithm, used the famous WinRAR it, you certainly want to understand the algorithm, this is a C source prepared by the algorithm
  3. 所属分类:压缩解压

    • 发布日期:2008-10-13
    • 文件大小:20708
    • 提供者:sam
  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. C.LZW

    0下载:
  2. lzw压缩算法的c语言实现及用C++实现算术编码-lzw compression algorithm in C Language C and achieve Arithmetic Coding
  3. 所属分类:压缩解压

    • 发布日期:2008-10-13
    • 文件大小:4549
    • 提供者:季安
  1. c++

    0下载:
  2. 算术编码用c++的实现,包含简单介绍和变量说明。
  3. 所属分类:压缩解压

    • 发布日期:2008-10-13
    • 文件大小:1534
    • 提供者:吉吉
  1. 万年历-c

    0下载:
  2. 用C语言编的万年历-C language series hefty almanac
  3. 所属分类:压缩解压

    • 发布日期:2008-10-13
    • 文件大小:5140
    • 提供者:王实
  1. Huffman_Arithmetic

    0下载:
  2. 我用C++编写的Huffman压缩解压算法,可以对文本及*.bmp图像进行压缩解压-I use C++ to the Huffman compression decompression algorithm, and the text can*. bmp image compression decompression
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-11-16
    • 文件大小:19381
    • 提供者:普明
  1. 20090303LZW

    0下载:
  2. 多媒体课内实验:用C语言实现的LZW压缩和解压算法。-Using C language implementation of the LZW compression and decompression algorithm.
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-04-04
    • 文件大小:902232
    • 提供者:duyankang
  1. tuxiangchuli

    0下载:
  2. 一、 课程设计题目: 用C/C++语言编写灰度图像霍夫曼编码的程序 二、 设计内容及要求: 1、 用C/C++语言完成设计,在计算机上调试程序; 2、 上机课时:8课时; 3、 列出设计结果,并提交课程设计报告。 三、 设计方法与步骤: 1、 统计一幅BMP格式的灰度图像的概率,并显示相应的灰度值和概率; 2、 对这幅图像做霍夫曼编码;并列出编码结果。 3、 计算平均码长和熵值,算出编码效率。 4、 所有的结果都要求显示出来。 -First, the
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-04-05
    • 文件大小:764938
    • 提供者:SANMIL
  1. LZ

    1下载:
  2. LZ压缩方法的source code,用C写的,请参考-source code for compress, use C language...
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-03-31
    • 文件大小:16661
    • 提供者:Jonathan
  1. suanshubianma

    1下载:
  2. 数据压缩 算术编码,用c++实现,已经运行成功,绝对OK-Arithmetic Coding data compression, using c++ to achieve, has been running successful, absolutely OK
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-03-28
    • 文件大小:825
    • 提供者:彬源
  1. wavezerotree

    0下载:
  2. 小波零树方法图像压缩,用c语言编写的程序。-Zerotree wavelet image compression method, using c language program.
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-04-01
    • 文件大小:36583
    • 提供者:张嘉桐
  1. LZW-C

    0下载:
  2. LZW压缩算法用C语言的实现相应编程,无损压缩结果和还原后信息一致。-LZW compression algorithm to achieve the appropriate use of C language programming, lossless compression results and consistent with the information after reduction.
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-03-23
    • 文件大小:2654
    • 提供者:zhou
  1. Huffman-coding-in-C-language

    0下载:
  2. 用C语言实现huffman编码,生成txt文件,显示编码结果,压缩比。-Huffman coding in C language
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-03-23
    • 文件大小:204650
    • 提供者:肖军
  1. 工资管理系统

    0下载:
  2. 一个用C语言写的简单的工资管理系统,带报告(A simple salary management system written in C language with report)
  3. 所属分类:压缩解压

    • 发布日期:2019-07-15
    • 文件大小:1341440
    • 提供者:mxk125
« 12 3 4 5 6 7 8 9 10 ... 16 »
搜珍网 www.dssz.com