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

搜索资源列表

  1. huff_file

    0下载:
  2. 此代码用霍夫曼树作为压缩和解压缩的存储结构,实现了字典压缩算法,用C便已成功。-this code tree with Hoffman as the compression and decompression of the storage structure and achieve a dictionary compression algorithm has been successfully used C.
  3. 所属分类:压缩解压

    • 发布日期:2008-10-13
    • 文件大小:13.4kb
    • 提供者:冰冰
  1. lzwC.rar

    1下载:
  2. lzw字典编码解码算法源代码 C++程序,Dictionary lzw codec algorithm source code C++ program
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2015-03-23
    • 文件大小:2.82kb
    • 提供者:侯亚斐
  1. lzwdemo

    1下载:
  2. 字典码的一种实现范例,用lzw方法实现压缩解压-Dictionary An example of code using LZW compression decompression method
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-04-01
    • 文件大小:2.88kb
    • 提供者:李欢
  1. PTIDR_FILE_COMPRESSION

    0下载:
  2. 为减少测试数据存储量,提出一种有效的新型测试数据压缩编码———PTIDR 编码,并构建了基于该编码的 压缩P解压缩方案1 PTIDR 编码能够取得比FDR ,EFDR , Alternating FDR 等编码更高的压缩率,其解码器也较简单、 易实现,且能有效地降低硬件开销1 与Selective Huffman , CDCR 编码相比,PTIDR 编码能够得到较高的压缩率面积 开销比1 特别地,在差分测试集中0 的概率满足p ≥017610 时,PTIDR 编码能取得比FDR 编码
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-04-25
    • 文件大小:294.06kb
    • 提供者:周晨
  1. FDR_codes_compression_based_on_compatible

    0下载:
  2. 一种基于相容压缩和FDR编码压缩的综合压缩方法。该方法首先把原始测试集的测试向量转变成多扫描链的形式,利用测试向量间的相容关系进行第一次压缩——相容压缩,在此基础上对相容压缩过的测试集进行重排,使其仍然保持原始测试集中测试模式的排列特性,并对其进行优化排序,使得相邻模式间具有最少的不同位,最后利用FDR编码方法进行第二次压缩。 目前,减少测试应用时间和测试数据容量是测试领域的努力方向。本文提出的这种方法可以有效的减少存储容量和降低测试时间从而有效的降低了测试成本。与类似的纯编码压缩方法相比,
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-03-29
    • 文件大小:4.51kb
    • 提供者:张志刚
  1. Compression

    0下载:
  2. 一个字典码,里面有好多内容,lz78,lz77,lzw,希望对大家能有用-A dictionary code, which has a lot of content, lz78, lz77, lzw, hope we can be useful
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-04-10
    • 文件大小:1.29mb
    • 提供者:王丽
  1. lzw

    0下载:
  2.  LZW码能有效利用字符出现频率冗余度进行压缩,且字典是自适应生成的,但通常不能有效地利用位置冗余度。-Effective use of LZW code redundancy character frequency compression, and adaptive dictionary is generated, but usually can not effectively use the position redundant.
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-04-02
    • 文件大小:938.01kb
    • 提供者:杨勃泉
  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
    • 文件大小:8.98kb
    • 提供者:yeqiuyu
  1. lzwxjj

    0下载:
  2. lzw解码 编码 1、分析字符串流,从词典中寻找最长匹配串P(P在表中,而P+C不在表中。P为进行编码字符串,C为P后的第一个字符)。 2、输出P对应的词典码字(索引)。 3、将P+C放入词典-lzw decoding coded 1, analysis of a string stream, from the dictionary to find the longest match string P (P in the table, while the P+ C is not
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-04-02
    • 文件大小:1.11kb
    • 提供者:xjj
  1. LZW-CLASS

    0下载:
  2. 这是一个简单的LZW编码程序,能实现字典编码的基本工能!用码树实现!实现LZW编码和译码,任意数一段字符之后,就能实现对其的LZW编码,按照格式输入一段解码字符段,会解码出字符!-This is a simple LZW coding procedure, can realize the basic encoding dictionary work can!!!! Tree with code true! Realize the coding and decoding LZW, arbitrar
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-04-05
    • 文件大小:5.5kb
    • 提供者:xr
  1. KSVD

    2下载:
  2. ksvd算法的代码,可以通过训练字典,从而实现对数据的稀疏表示。-ksvd algorithm code, through training dictionary in order to achieve the sparse representation of the data.
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:
    • 文件大小:14.8kb
    • 提供者:孙硕
  1. Data_Compress_System

    0下载:
  2. 各种数据压缩和解压的源码,用mfc实现。包括熵编码,预测编码,变换编码,字典编码- 是作为论文参考,和学习解压缩解压的完美代码。-The source of a variety of data compression and decompression, with mfc achieved. Entropy coding, predictive coding, transform coding, dictionary coding- as reference papers, and learni
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-11-26
    • 文件大小:15.82mb
    • 提供者:liz
  1. LZ78_cmd

    0下载:
  2. LZ78字典编码的VC++程序,所编为控制台应用程序,实现较为简单,编码已实现,解码可自行实现。-LZ78 dictionary code
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-05-06
    • 文件大小:1.11mb
    • 提供者:柳双
  1. infomation

    0下载:
  2. 字典码和改进的字典码实现,包含生成字典的中间过程的逐步输出,适合于初学编码的同学们。-Dictionary code and improve the implementation of the dictionary, including the middle of the process of generating a dictionary of the output, suitable for beginners to encode the students.
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-04-30
    • 文件大小:215.8kb
    • 提供者:康乐
  1. ADCS_ASS_Q3

    0下载:
  2. Complete the integration of all the blocks using source and convolutional coders on the previous slide. Next add modulation and AWGN channel. Now show the working of the whole system by showing the Huffman coded dictionary, channel coded data, conste
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-04-12
    • 文件大小:762byte
    • 提供者:tahir
  1. huffman

    0下载:
  2. 霍夫曼编码,功能为读取对应文件里的字符串源码,进行霍夫曼编码,输出码表字典和编码结果,编码效率等参数,最后提供解码-Huffman coding function to read the corresponding file in the source string, Huffman encoding, dictionary and code table output coded result, the coding efficiency and other parameters, and fi
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-04-12
    • 文件大小:1.23kb
    • 提供者:王城波
搜珍网 www.dssz.com