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

搜索资源列表

  1. LZW算法源码C语言

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

    • 发布日期:2008-10-13
    • 文件大小:4861
    • 提供者:邓海波
  1. 压缩文件算法(lz77)

    1下载:
  2. 使用LZ77算法压缩文件的C代码,一般来说,现在流行的winzip,winrar以及unix下的compress使用的都是该算法-LZ77 algorithm compressed files in C code, in general, the now popular winzip. unix WinRAR and compress the use of the algorithm are
  3. 所属分类:压缩解压

    • 发布日期:2008-10-13
    • 文件大小:5279
    • 提供者:王昆
  1. ODEsolve_numberic

    0下载:
  2. 数值方法求解常微分方程的C实现[TEXT为主程序,其余方法(即C文件)放入Include文件夹即可]-the numerical solution of ordinary differential equations to achieve C [TEXT-based procedures, other methods (C) Add Include folders can be]
  3. 所属分类:压缩解压

    • 发布日期:2008-10-13
    • 文件大小:25868
    • 提供者:急惊风
  1. 实现LZARI压缩算法的C++类

    0下载:
  2. 这是一个基于LZARI算法的数据压缩的类.Haruhiko Okumura 于1989年7月4日用c语言写实现了这个算法.但是上面用到了一些全局或静态的变量,在MFC下用起来很不方便.我把它改写成了一个c++类,使它可以方便的压缩和解压缩,更重要的是,我新增加了两个接口,这个类可以压缩/解压缩一段内存缓冲区,而不仅仅是文件. 一共提供了5个对外接口: -LZARI algorithm based on the type of data compression. Haruhiko SAP in 1
  3. 所属分类:压缩解压

    • 发布日期:2008-10-13
    • 文件大小:1370
    • 提供者:张吗恩
  1. 小波编解码ebcot编解码文件测试程序

    0下载:
  2. 这是我刚刚完成的关于JPEG2000的C语言实现的部分程序。小波变换是采用97变换,其中MQ解码部分还有些问题。欢迎大家给些建议,。-This my just completed JPEG2000 on the C language of some of the procedures. The wavelet transform is used 97 transformation, which is also part of MQ decoding some of the problems. Y
  3. 所属分类:压缩解压

    • 发布日期:2008-10-13
    • 文件大小:480380
    • 提供者:胡运平
  1. dabao.rar

    0下载:
  2. 文件打包及解压。用c语言编制的打包解压源代码 ,Package and unzip files. C language prepared by extracting the source code package
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-04-09
    • 文件大小:8886
    • 提供者:阮伟
  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. LCD_1602

    0下载:
  2. 基于MSP430的LCD1602驱动程序,里面有写好了的h文件和c文件,添加到工程即可运用。-Based on LCD1602 MSP430 driver, there are written the h files and c file, adding to the engineering can be used.
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-03-26
    • 文件大小:111522
    • 提供者:张军
  1. C

    3下载:
  2. 【问题描述】 文学研究人员需要统计某篇英文小说中某些形容词的出现次数和位置。试写一个实现这一目标的文字统计系统,称为"文学研究助手"。 【基本要求】 英文小说存于一个文本文件中。待统计的词汇集合要一次输入完毕,即统计工作必须在程序的一次运行之后就全部完成。程序的输出结果是每个词的出现次数和出现位置所在行的行号,格式自行设计。 -【Descr iption】 literature research issues need statistics in an article in En
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-03-21
    • 文件大小:141945
    • 提供者:王涛
  1. 12864paint_sin

    0下载:
  2. 基于MSP430的LCD12864串行显示程序,里面有写好的h文件和c文件,添加即可运用。-Based on LCD12864 MSP430 serial show program, there are written h files and c file, adding can use.
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-04-03
    • 文件大小:44474
    • 提供者:张军
  1. unpack

    0下载:
  2. 该程序实现从临时目录解压文件到当前目录的功能-The realization of the program-extracting file from the temporary directory into the current directory function
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-04-09
    • 文件大小:1074319
    • 提供者:刘卫平
  1. VChaffuman

    0下载:
  2. 哈夫曼编码在文件压缩中有其独特一点,它的编码方式特殊。在通信领域可以得到应用。本程序使用C++编写,在VC6.0上调试,完成了文件的读取,文件字符的统计,哈夫曼树的建立,哈夫曼编码的实现,文件转换为哈夫曼编码成为压缩文件以及文件从压缩状态进行解码。-Huffman file compression in a unique point, and its special encoding. In communications applications can be. This procedure
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-04-16
    • 文件大小:269354
    • 提供者:罗天银
  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. wenjiandabaochaibao

    0下载:
  2. 用c++实现两个文件打包和拆包,经测试对常用的格式txt,doc,mp3,jpg等均通过。-Using c++ to achieve the two documents packing and unpacking, the commonly used test format for the txt, doc, mp3, jpg, etc. through.
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-04-11
    • 文件大小:1297
    • 提供者:罗宁
  1. JPGTODAT

    0下载:
  2. jpeg解码程序,把图片的编码变成.c文件,方便各位学习开发。-jpeg decoding process, the coding into the picture. c files to facilitate the development of all learning.
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-04-14
    • 文件大小:5169
    • 提供者:魏维
  1. zip

    1下载:
  2. c++做的压缩解压缩工具。可以实现对文件的压缩和解压。-c++ to do the compression decompression tool. Can achieve compression and decompression of files.
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-03-29
    • 文件大小:238029
    • 提供者:wanliling
  1. compress

    0下载:
  2. 文本文件的压缩和解压程序 1. 先统计文件中出现的每个字符的出现次数; 2. 根据上述的统计结果设计huffman编码; 3. 为在文件编码时提高查询字符对应huffman编码的查询速度,以每个字符为结点内容构造一棵二叉排序树; 4. 压缩。即将文本文件中的每个字符用huffman编码代替,并写入二进制文件中。也就是说,压缩文件是一个记录文件内容的二进制流; 5. 解压。即将二进制文件还原为文本文件。 6.程序运行后应该有一个菜单,菜单 包含:打开文本文件、压缩、解压
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-04-01
    • 文件大小:2627
    • 提供者:张彻
  1. 3qqq.net

    0下载:
  2. 3qqq.net杰奇模板 安装前请先备份好对应文件 演示请上3qqq.net-3qqq.net style
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-04-04
    • 文件大小:631588
    • 提供者:padoku
  1. 138jm12.2

    0下载:
  2. JM 编解源码 c++ 文件齐全 压缩包完整 试用正常 转载自网络-JM decode source c++ complete cabinet complete the preparation of documents reproduced from the normal network trial
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-06-14
    • 文件大小:22148501
    • 提供者:陆达
  1. C#写的图片无损压缩——高效

    0下载:
  2. 高效的c#压缩文件文件代码,可手动设置压缩比例(Efficient c# compression file file code, manually setting the compression ratio)
  3. 所属分类:压缩解压

    • 发布日期:2018-05-01
    • 文件大小:1024
    • 提供者:isky2018
« 12 3 4 5 6 7 8 9 10 »
搜珍网 www.dssz.com