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

搜索资源列表

  1. Huffman

    0下载:
  2. 哈夫曼编码。功能强大。能够实现对任意文件的哈夫曼压缩与解压缩-Huffman coding. Powerful. Can be achieved for any documents Huffman compression and decompression
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-04-16
    • 文件大小:288315
    • 提供者:北斗星光
  1. 39709601ccc7

    0下载:
  2. JPEG压缩 本论文主要介绍了JPEG的编码和解码过程。该程序的编码部分能把一张BMP格式的图象进行JEPG编码,压缩成以二进制形式保存的文件-JPEG compression of the paper introduces the JPEG encoding and decoding. Coding part of the program can be a BMP format image JEPG coding, compressed into a file saved in binar
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-04-08
    • 文件大小:238955
    • 提供者:赵景智
  1. Huffman_text

    0下载:
  2. 使用huffman 编码 对文本进行压缩与解压同时生成压缩后的文件-Encoded using huffman compression and decompression of the text at the same time generate the compressed file
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-03-28
    • 文件大小:3458
    • 提供者:海日
  1. Huffman

    0下载:
  2. 通过Huffman编码,实现对文件(如文本文件)的压缩和解压。压缩后生成二进制文件。压缩效率高。C++版数据结构与算法的典型应用。-By Huffman coding, to achieve the file (such as a text file) of the compression and decompression. Compressed binary file generated. Compression efficiency.
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-04-05
    • 文件大小:509267
    • 提供者:canyue
  1. Huffman

    0下载:
  2. 通过哈弗曼压缩编码算法进行各种文件的压缩和解压缩-huffman
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-04-01
    • 文件大小:664628
    • 提供者:joke
  1. HuffmanTree

    0下载:
  2. 本程序可以对任何大小的字符型文件进行Huffman编码,生成一个编码文件。 并可以在程序运行结束后的任意时间对它解码还原生成字符文件。即:先对一条电文进行输入,并实现Huffman编码,然后对Huffman编码生成的代码串进行译码,最后输出电文数字 -This procedure can be any size character files Huffman coding, to generate a code file. And can run it any time after th
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-04-03
    • 文件大小:957176
    • 提供者:赵昕明
  1. HafmCode

    0下载:
  2. 哈夫曼编码,用来压缩文本和程序文件,我自己写的,通过了测试,很不错的一个算法-Huffman coding is used to compress text and program files, I wrote it myself, passed the test, an algorithm is very good
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-04-17
    • 文件大小:169853
    • 提供者:李自华
  1. zlib

    0下载:
  2. 无损压缩编码库,能解码WinRAR的编码文件。
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-04-02
    • 文件大小:306850
    • 提供者:云开
  1. huffmancode

    0下载:
  2. 基于哈夫曼算法的压缩编码,支持文本文件的压缩,也可用于自生成的哈夫曼文件的解压 -huffman code
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-04-01
    • 文件大小:103543
    • 提供者:min
  1. Huffmantree

    0下载:
  2. 哈夫曼树的编码译码,包含文件的写入和读取。是自己的整套课程设计。-Huffman tree coding and decoding, including the file write and read. Their own set of curriculum design.
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-03-31
    • 文件大小:31730
    • 提供者:秦瑞
  1. Huffman

    0下载:
  2. c++写的用huffman编码对文件的压缩和解压程序,可以帮助大家很好的理解压缩解压的原理-c++ code written using huffman compression and decompression of files program that can help you a good understanding of the principles of compression decompression
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-04-09
    • 文件大小:95069
    • 提供者:
  1. huffman

    0下载:
  2. 用于文本文件的哈弗曼编码和解码,可以通过该程序对文本文件进行编码-huffman
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-04-09
    • 文件大小:4526
    • 提供者:wangcheng
  1. HuffmanTree

    0下载:
  2. 一个哈夫曼编码器,能够对用户存入文件中的字符和权值进行编码-A huffmam system
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-04-05
    • 文件大小:1113
    • 提供者:何轩
  1. compress

    0下载:
  2. 能够读取要被压缩的文件,能够保存压缩后的文件,使用字典压缩算法和霍夫曼编码压缩算法对文件进行压缩。 -compress a file in two method : directory and huffman
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-03-29
    • 文件大小:67799
    • 提供者:
  1. haffuman

    0下载:
  2. 这是一个较完整的利用Huffman树进行编码的工程。可以实现读入数据,建立Huffman树,编码,输出编码到文件,及时翻译等功能。-This is a more complete use of Huffman coding tree works. Can read data, the establishment of Huffman tree, encoding, output encoding to file a timely translation and other functions.
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-04-06
    • 文件大小:206869
    • 提供者:黄德茂
  1. 123

    0下载:
  2. 用哈夫曼编码实现文件压缩与解压 运用哈夫曼编码 剩下的 自己下载尝试看看 -Huffman Coding with file compression and decompression using Huffman try to see the rest of your downloads
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-03-31
    • 文件大小:6225
    • 提供者:保密
  1. LZWdepressionCsourcecode

    0下载:
  2. 字典编码LZW 解压缩 读写 头文件和源文件源代码-LZW decompression dictionary to read and write code header files and source code files
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-04-16
    • 文件大小:9192
    • 提供者:yeqiuyu
  1. Szip

    0下载:
  2. 利用哈夫曼编码进行对已有文件进行重新编码,大大提高减小文件大小,减少存储空间,也就是压缩。在文件使用时,再对压缩文件进行解压缩,也就是译码,复原原有文件。-Using Huffman coding re-encoding of existing files, greatly reducing the file size increase, reduce storage space, which is compressed. When used in the file, then extract
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-04-03
    • 文件大小:780745
    • 提供者:杨柳强
  1. Huffman

    0下载:
  2. 用哈弗曼算法实现文件的编码,其中利用一个buffer实现完整的编码-By Ha Fuman file encoding algorithm, which uses a buffer to achieve complete coding
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-04-08
    • 文件大小:367793
    • 提供者:JJWM
  1. Huffman

    0下载:
  2. 一个完整的系统应具有以下功能: (1)初始化 从终端读入一段英文字符,统计每个字符出现的频率,建立赫夫曼树,并将该树存入某文件; (2)编码 利用建好的赫夫曼树对各字符进行编码,用列表的形式显示在屏幕上,并将编码结果存入另一文件中; (3)解码 利用保存的赫夫曼编码,对任意输入的0,1序列能正确解码; -A complete system should have the following functions: (1) initialize a read from the t
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-03-31
    • 文件大小:616584
    • 提供者:木易
« 1 2 ... 4 5 6 7 8 910 11 12 13 14 ... 17 »
搜珍网 www.dssz.com