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

搜索资源列表

  1. zlib-1.2.2

    0下载:
  2. zlib 1.2.2 is a general purpose data compression library. All the code is thread safe. The data format used by the zlib library is described by RFCs (Request for Comments) 1950 to 1952 in the files http://www.ietf.org/rfc/rfc1950.txt (zlib format), r
  3. 所属分类:压缩解压

    • 发布日期:2008-10-13
    • 文件大小:472.46kb
    • 提供者:fwx
  1. 15458462587421556

    0下载:
  2. Huffman编解码器的模拟实现 应用Huffman算法实现模拟编解码器,程序实现对输入的一篇英文文章(以 .txt文件读入),输出Huffman 码流(以 .txt文件输出),最好能实现译码过程。程序语言可以选用C、 VC或C++。-Huffman CODECs the simulation application Huffman algorithm simulation codecs, Programming on the importation of an article in Eng
  3. 所属分类:压缩解压

    • 发布日期:2008-10-13
    • 文件大小:182.81kb
    • 提供者:吉尔
  1. BuildHeapHeapify

    0下载:
  2. 堆排序——BuildHeap和Heapify函数的实现.txt-Heap Sort -- BuildHeap Heapify function and the realization. Txt
  3. 所属分类:压缩解压

    • 发布日期:2008-10-13
    • 文件大小:1.73kb
    • 提供者:haohao
  1. huffman_code

    0下载:
  2. huffman编码. 把一个英文字母,空格,句号.一共有28个 character. 先求每个字符出现的频率. 然后用频率对这个文件进行哈夫曼编码. 然后再进行解码. 运行的时候需要在VC++ 工程->设置->调试->程序变量里加E:\\sample.txt E:\\encode.txt E:\\decode.txt 然后把英文文件放到E盘里.名叫samole.txt, 还有在E里新件2个txt文件.名叫encode.txt,decode.t
  3. 所属分类:压缩解压

    • 发布日期:2008-10-13
    • 文件大小:2.57kb
    • 提供者:朴燕姬
  1. hafuman

    0下载:
  2. 一 . 需求分析: 1) 输入形式和输入值范围: 输入形式是要压缩(或者要解压)的文件路径,输入范围是字符串,而且要是文件的路径。 2) 输出形式: 输出相应的编码压缩文件和解码原文件 3) 程序所能达到的功能: 利用哈夫曼对ASCII文件做不等长编码,达到压缩文件。利用哈夫曼树的遍历,达到解压文件的目的。程序的功能也就是实现压缩和解压ASCII类型文件的目的。 4)测试数据:(包括正确的输入数据及其输出结果和含有错误输入及其输出结果) 测试输
  3. 所属分类:压缩解压

    • 发布日期:2008-10-13
    • 文件大小:254.27kb
    • 提供者:huangfeng
  1. huffman

    0下载:
  2. 静态的哈夫曼编码,从file.txt文件中读取字符,统计,并编码,输出到huffman-u.txt中
  3. 所属分类:压缩解压

    • 发布日期:2008-10-13
    • 文件大小:4.04kb
    • 提供者:陈文杰
  1. TXT_delect

    0下载:
  2. *.TXT文件处理,采用VB6开发。很好用的。
  3. 所属分类:压缩解压

    • 发布日期:2008-10-13
    • 文件大小:498.37kb
    • 提供者:龚飞
  1. myZip

    0下载:
  2. 本实例采用输入参数的方式,并且演示了如何使用Checksum类来计算和校验文件的“校验和”。在dos窗口中输入:java myZip test 1.txt 2.txt 这条命令把1.txt和2.txt文件压缩到test.zip文件中
  3. 所属分类:压缩解压

    • 发布日期:2014-01-17
    • 文件大小:1.32kb
    • 提供者:张大宝
  1. huffman

    0下载:
  2. 实现huffman算法的编码与解码,先要建立hufstr.txt作为字符串的输入
  3. 所属分类:压缩解压

    • 发布日期:2008-10-13
    • 文件大小:8.96kb
    • 提供者:雪峰
  1. huffman_txtcoding

    0下载:
  2. huffman 编码程序,与其他人的huffman程序相比,不仅仅是计算出码表,而且还用码表压缩了txt文件,并且解压。完全是完整的作业了。
  3. 所属分类:压缩解压

    • 发布日期:2008-10-13
    • 文件大小:9.95kb
    • 提供者:张小帅
  1. huffman

    0下载:
  2. 哈夫曼编码的程序 是VC++编的 只是用TXT保存了
  3. 所属分类:压缩解压

    • 发布日期:2008-10-13
    • 文件大小:1.67kb
    • 提供者:王烈
  1. MATLAB LZW Compress

    2下载:
  2. MATLAB LZW Compression 1. norm2lzw.m (encoder function) 2. lzw2norm.m (decoder function) 3. lzw_demo1.m (demo file) 4. lzw_docs.zip (documentation) 5. Disclamer.txt (this is the disclamer) 6. ReadMe.txt (this file) 6.
  3. 所属分类:压缩解压

    • 发布日期:2009-07-14
    • 文件大小:34.69kb
    • 提供者:gdfgfdg
  1. LZW.rar

    1下载:
  2. LZ77算法与模式匹配KMP算法的结合及算法实现,包含: LZ77.doc t1.txt t2.txt t3.txt cc3260mt.dll borlndmm.dll 测试cpp1.cpp 压缩程序使用说明.txt,LZ77 algorithm and pattern-matching algorithm for the combination of KMP and algorithm, including: LZ77.doct1.txtt2.txtt3.txtcc3260mt
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-04-09
    • 文件大小:1.25mb
    • 提供者:wj
  1. Huffman

    0下载:
  2. 哈弗曼编码和译码,完成这项功能 里面以TXT文档输入数据,自己写吧-huffman bianma heyima
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-03-31
    • 文件大小:1.25kb
    • 提供者:王俊
  1. Huff

    0下载:
  2. 用c++实现哈弗曼编码和解码的过程。包括对图片以及txt格式的文档进行哈弗曼编码的压缩编码和解压多编码-C++ to achieve Havermann with encoding and decoding process. Including pictures and txt format documents Havermann compression and decompression coding and coding
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-04-01
    • 文件大小:42.59kb
    • 提供者:天涯
  1. ken

    0下载:
  2. 老鼠走迷宮 迷宮圖油txt黨讀檔 使用DevC++撰寫的-Mouse Maze maze map oil txt file using the party' s reading of written DevC++
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-03-30
    • 文件大小:2.57kb
    • 提供者:Ken
  1. HAFUMAN

    1下载:
  2. 将字符在MATLAB用哈弗曼编码实现纯英文本的压缩-Havermann the character encoding used in MATLAB to achieve a pure English version of the compression
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-03-31
    • 文件大小:1.34kb
    • 提供者:dongdong
  1. hafumanbianma

    0下载:
  2. 此文件是哈夫曼程序源代码,如果程序不能打开,有TXT格式的,复制下,运行就可以了.但文件名要和里面的相同哦,即哈夫曼-This file is Huffman source code, if the program can not open, there TXT format, copy the next run it. But the file name to and inside the same Oh, that is, Huffman
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-03-29
    • 文件大小:12.64kb
    • 提供者:陈琳
  1. suanshu

    0下载:
  2. 算术编码源代码,开发工具是C++.没有运行程序,有TXT文件.可以复制后运行.-Arithmetic coding source code, development tools is the C++. Do not run the program, there are TXT file. Can be copied after the operation.
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-04-06
    • 文件大小:1.05kb
    • 提供者:陈琳
  1. huffman-compress-for-txt

    0下载:
  2. 基于ASC码的哈弗曼编码压缩,只能用于txt文件的压缩-Huffman encoding and compression for compressing txt files only
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-04-13
    • 文件大小:1.96kb
    • 提供者:Arthur
« 12 3 4 5 »
搜珍网 www.dssz.com