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

搜索资源列表

  1. hafuman

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

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

    0下载:
  2. SharpZipLib之前叫做NZipLib,完全由 C# 开发的压缩库,支持Zip, GZip, Tar and BZip2 ,为2007年8月最新0852release版的源文件和文档说明! Changes for v0.85.2 release Minor tweaks for CF, ZipEntryFactory and ZipFile. Fix for zip testing and Zip64 local header patching. FastZip revam
  3. 所属分类:压缩解压

    • 发布日期:2008-10-13
    • 文件大小:397.56kb
    • 提供者:binarytree
  1. SharpZipLib_0852_SourceSamples

    0下载:
  2. SharpZipLib之前叫做NZipLib,完全由 C# 开发的压缩库,支持Zip, GZip, Tar and BZip2 ,为2007年8月最新0852release版的代码实例! Changes for v0.85.2 release Minor tweaks for CF, ZipEntryFactory and ZipFile. Fix for zip testing and Zip64 local header patching. FastZip revamped
  3. 所属分类:压缩解压

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

    1下载:
  2. 用哈夫曼编码实现文件压缩和解压缩. 压缩过程的实现:1创建Haffman树 2打开需压缩文件 3将需压缩文件中的每个ascii码对应的haffman编码按bit单位输出 4文件压缩结束
  3. 所属分类:压缩解压

    • 发布日期:2008-10-13
    • 文件大小:128.42kb
    • 提供者:林雨寒
  1. huffman

    0下载:
  2. 基于哈夫曼技术压缩和解压。 计算机中任意文件的读与存都是从缓存里面读取 0 、 1 代码转化成, 即文件其是就是二进制的。所以可以把每8位转换成相应的ASCII码。从而用哈夫曼编码, 将等长编码转化成非等长编码。-Huffman-based compression and decompression technology. Arbitrary files on your computer and keep reading it to read from the cache 0, 1 code
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-04-01
    • 文件大小:9.66kb
    • 提供者:梁超
  1. ASCII

    0下载:
  2. ASCII转换 指的是ASCII与字符之间的转换-ASCII change
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-04-03
    • 文件大小:4.56kb
    • 提供者:111
  1. quantification_et_codage

    0下载:
  2. Codage arithmétique est une méthode pour la compression de données lossless. Normalement, une corde des caractères tels que les mots « bonjour là » est représentée en utilisant un nombre fixe de peu par caractère, comme dans ASCII code. Comme
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-04-04
    • 文件大小:1.24kb
    • 提供者:lamine
  1. quant-mod

    0下载:
  2. Codage arithmétique est une méthode pour la compression de données lossless. Normalement, une corde des caractères tels que les mots « bonjour là » est représentée en utilisant un nombre fixe de peu par caractère, comme dans ASCII code. Comme
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-04-02
    • 文件大小:1.31kb
    • 提供者:lamine
  1. bmp_to_ppma

    0下载:
  2. BMP_TO_PPMA is a C++ program which converts a Microsoft BMP file to an ASCII Portable Pixel Map (PPM) file
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-04-05
    • 文件大小:2.1kb
    • 提供者:nader
  1. high_ff

    0下载:
  2. H264 decode in VC 9 include sse3 codec 1. install MinGW 2. set executable files path for VC EX. C:\Program Files\MinGW\bin 3. build path name only in ascii code, can not unicode EX. c:\hi_ff264 or d:\hi_ff264 is good 4. Choice register in
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:
    • 文件大小:411.24kb
    • 提供者:小誠
  1. arithcode

    0下载:
  2. Arithmetic coding is a form of entropy encoding used in lossless data compression. Normally, a string of characters such as the words "hello there" is represented using a fixed number of bits per character, as in the ASCII code. When a string is conv
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-04-11
    • 文件大小:1.39kb
    • 提供者:bhushan
  1. Project-2_HuffmanEncode

    0下载:
  2. 哈夫曼编码 (1) 建立Huffman Tree,也就是建立codebook,找到所有ascii对应的codeword表示方法。 (2) Huffman Encode,将DaVinciCode.txt 整个文本进行编码,储存成一个压缩档,并且使用bitstream来存入。 程序执行方法 : encoder.exe DavinciCode.txt codebook compressed_file-Huffman coding (1) the establishment of Hu
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-05-09
    • 文件大小:1.51mb
    • 提供者:wu chan mao
搜珍网 www.dssz.com