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

搜索资源列表

  1. spreadspectrum

    0下载:
  2. In a normal communication channel, it is often desirable to concentrate the information in as narrow a region of the frequency spectrum as possible in order to conserve available bandwidth and to reduce power. The basic spread spectrum technique, on
  3. 所属分类:matlab

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

    0下载:
  2. 赫夫曼树的应用,该程序实现的是对已知的概率的字符进行编码。-The application of the Huffman tree, the program is to encode the character of a known probability.
  3. 所属分类:压缩解压

    • 发布日期:2017-04-17
    • 文件大小:224940
    • 提供者:tom
  1. Arithmetic-encoding

    0下载:
  2. matlab中应用算数编码进行图像压缩,比较在对不同大小的像素组压缩时的性能。-Arithmetic coding for image in matlab Compare the diffence while encode different size of pixels block
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-04-01
    • 文件大小:5181
    • 提供者:施霆
  1. huffman-encode

    0下载:
  2. 输入信源符号和概率,可产生哈弗曼编码。并得出编码效率,判定是否唯一可译等功能。代码是面向对象的思想编写。-Input source symbols and probability, can produce the hover tempting mann coding. And that the coding efficiency, the only thing you can determine whether the translation etc. Function. The code is
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-03-29
    • 文件大小:12093
    • 提供者:shaw
  1. Huffman_and_Data_Compression

    0下载:
  2. 用霍夫曼编码的方式实现对一个文本文件的编码和解码。本程序产生的编码后的文件应该尽可能的小,解码后的文件应该和原来的文件是一样的。本算法的实现应该是高效的。 一些可能用到的数据结构和方法在下面列出。如果你发现另外一种更好的数据结或者方法,这很好,你并不需要用到任何特定的数据结构。 -Huffman encoding of the way to encode and decode a text file. This procedure produced encoded files shoul
  3. 所属分类:Data structs

    • 发布日期:2017-04-03
    • 文件大小:2682
    • 提供者:frankie
  1. convolutional-code

    0下载:
  2. matlab讲解 卷积码的编码和解码程序-conv code encode decode
  3. 所属分类:matlab

    • 发布日期:2017-03-28
    • 文件大小:3275
    • 提供者:张静文
  1. huffman-code

    0下载:
  2. 霍夫曼编解码程序,仿真了huffman编码和解码-huffman encode decode
  3. 所属分类:matlab

    • 发布日期:2017-04-02
    • 文件大小:16891
    • 提供者:张静文
  1. encode_symbol

    0下载:
  2. 算术编码实例,matlab编写的简单编码过程-encode symbol
  3. 所属分类:matlab

    • 发布日期:2017-04-08
    • 文件大小:662
    • 提供者:ghj
  1. mpeg2enc

    0下载:
  2. mepg2编码器,可用在windows、linux下运行-mepg2 encode
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-04-16
    • 文件大小:154948
    • 提供者:夏卫平
  1. lencod

    0下载:
  2. H.264/AVC encode 压缩程序,有参考价值-This is the H.264/AVC encoder reference software. For detailed documentation see the comments in each file.
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-04-04
    • 文件大小:15828
    • 提供者:赵强
  1. MPEGPAudioPFileP

    0下载:
  2. mpeg2 的音频 编码,内容丰富,供大家参考-mpeg2 audio encode
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-12-02
    • 文件大小:223204
    • 提供者:amero
  1. optimazation

    0下载:
  2. crossover mutation encode
  3. 所属分类:ELanguage

    • 发布日期:2017-12-09
    • 文件大小:2298
    • 提供者:ahmed
  1. lzwcod.cpp

    0下载:
  2. LZW coder and decores. C++ classes to encode and decode algorithm
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-12-08
    • 文件大小:2936
    • 提供者:o27
  1. huffman(z)

    0下载:
  2. HUFFMAN编码,压缩,解压缩,FPGA课设用的-huffman code and encode
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-12-01
    • 文件大小:655001
    • 提供者:张良
  1. encode-and-decode

    0下载:
  2. 这是一种无损高效的编码和解码方法,讨论了几种较为流行方法的比较。-an effective method of encoding and decoding.
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-11-14
    • 文件大小:2353
    • 提供者:张一龙
  1. Huffman

    0下载:
  2. 1、根据输入构造一棵哈夫曼树,要求该哈夫曼树的左子树小于等于右子树; 2、根据构造的哈夫曼树给出对应的编码;左子树的编码为0,右子树的编码为1; 3、输出各个字符对应的编码与平均编码长度; 4、根据输入的编码,结合构造的哈夫曼树给出对应的译码; 5、对带有不同权值的字符进行编码;使用自己实现的编码表对输入的‘0’‘1’代码进行译码。 -Less than or equal to 1, according to the input construct a Huffman tre
  3. 所属分类:Data structs

    • 发布日期:2017-11-26
    • 文件大小:3739833
    • 提供者:Tracy
  1. RS_en_de_code

    0下载:
  2. 本程序实现是RS(240,176)编码译码-RS encode decode
  3. 所属分类:matlab

    • 发布日期:2017-11-21
    • 文件大小:7086
    • 提供者:胡兰生
  1. fpga-jpeg

    1下载:
  2. jpeg编码verilo语言的FPGA实现-jpeg encode fpga implement with verilog
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-11-12
    • 文件大小:103851
    • 提供者:xushuang
  1. ldpc_toolkit_1_1

    0下载:
  2. LDPC bpsk encode decode
  3. 所属分类:matlab

    • 发布日期:2017-11-23
    • 文件大小:7769
    • 提供者:chasing
  1. MATLAB

    0下载:
  2. 哈夫曼编码 可以基于图像的,有哈夫曼树结构-huffman encode
  3. 所属分类:matlab

    • 发布日期:2017-12-09
    • 文件大小:2425
    • 提供者:honeyy
« 1 2 ... 4 5 6 7 8 910 11 12 13 »
搜珍网 www.dssz.com