CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 搜索资源 - code shannon

搜索资源列表

  1. Shannon

    0下载:
  2. 这是用java实现的香龙编码源程序,希望大家能够多多交流哈-This is achieved using java Hong Dragon source code, we hope to conduct more exchanges Kazakhstan
  3. 所属分类:书籍源码

    • 发布日期:2008-10-13
    • 文件大小:1.94kb
    • 提供者:刘建
  1. ldpc_c_code

    0下载:
  2. LDPC码在基于BP (Belief Propagation) 的迭代译码相结合的条件下具有逼近Shannon 限的性能,是继turbo 码后在纠错编码领域又一重大进展。压缩文件中给出了LDPC在高斯信道下的c程序。-LDPC codes based on BP (Belief Propagation) Iterative Decoding of combining conditions with performance approaching Shannon limit on the heel
  3. 所属分类:通讯编程

    • 发布日期:2013-10-12
    • 文件大小:7.2kb
    • 提供者:aiguixia
  1. hahuman

    0下载:
  2. 香农-范诺 和 霍夫曼无损 压缩算法-Shannon and huffman code by C++
  3. 所属分类:MiddleWare

    • 发布日期:2017-04-14
    • 文件大小:3.02kb
    • 提供者:zhjp007
  1. code

    0下载:
  2. 图像编码(包括哈夫曼编码、香农弗诺编码、行程编码、LZW编码、JEPG编码)-Image Coding (including Huffman coding, Shannon弗诺coding, Run-Length Coding, LZW coding, JEPG code)
  3. 所属分类:Special Effects

    • 发布日期:2017-04-05
    • 文件大小:2.57kb
    • 提供者:彭素静
  1. ldpc

    0下载:
  2. 典型的Turb。码是一类并行级联的系统卷积码,当交织长度足够长时,其性能可逼 近仙农限。-Typical Turb. Code is a class of parallel concatenated convolutional codes of the system, when the cutting length for long enough, its performance can be close to Shannon limit.
  3. 所属分类:EditBox

    • 发布日期:2017-05-27
    • 文件大小:9.4mb
    • 提供者:123
  1. NearShannonlimit

    0下载:
  2. Near Shannon limit error-correcting coding and decoding:Turbo-codes turbo码的原理 -Near Shannon limit error-correcting coding and decoding: Turbo-codes turbo code principle
  3. 所属分类:Other systems

    • 发布日期:2017-04-06
    • 文件大小:536.69kb
    • 提供者:justin
  1. code

    0下载:
  2. 使用javascr ipt仿真香农、费诺、哈夫曼编码,以便分析-using javascr ipt for simulation Shannon, Fano, Huffman coding, in order to analyze their characteristic
  3. 所属分类:Education soft system

    • 发布日期:2017-04-14
    • 文件大小:3.64kb
    • 提供者:何林
  1. HuffmanandShannon-Fanosourcecoding

    0下载:
  2. Huffman and Shannon-Fano source coding
  3. 所属分类:matlab

    • 发布日期:2017-03-29
    • 文件大小:2.53kb
    • 提供者:pooori
  1. shannon

    0下载:
  2. shannon编码.cpp Shannon编码采用了先对概率分布排序后,再进行取码长,码长的选取方式是对概率累和取以2为底的对数形式。这种编码具有一定的局限性,当概率很接近时,码长会去到相等的长度。-shannon coding. cpp Shannon coding uses the first order of probability distribution, after taking further code length, code length selection method is
  3. 所属分类:CSharp

    • 发布日期:2017-03-28
    • 文件大小:961byte
    • 提供者:wang
  1. MyEntropy

    1下载:
  2. 计算香浓信息熵,方便快捷的matlab代码,可以简单直接调用-Calculated Shannon information entropy, convenient matlab code can be simple and direct calls
  3. 所属分类:matlab

    • 发布日期:2017-03-29
    • 文件大小:1.26kb
    • 提供者:wains
  1. Shannon-fano

    0下载:
  2. A source code of Shannon-fano coding in C++. Sometimes also known as prefix coding
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-04-02
    • 文件大小:1.39kb
    • 提供者:Bhaskar
  1. shannon

    0下载:
  2. 信息论中的香浓编码算法源代码,可以运行的-It is shannon source code
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-02
    • 文件大小:1.02kb
    • 提供者:小三
  1. Source_coding

    1下载:
  2. 对通信中的信源的二进制编码的实现,有香农编码,费诺编码以及霍夫曼编码-Source of communication in the realization of the binary code, there is the Shannon coding, coding, and Huffman coding Fenno
  3. 所属分类:Algorithm

    • 发布日期:2017-04-02
    • 文件大小:2.07kb
    • 提供者:小影
  1. feno

    0下载:
  2. 进行香农、费诺和赫夫曼信源编码 对离散信源,如一段中文或者英文文字(txt文件)进行分析,统计信源空间,然后进行编码,存储编码码表; 根据编码码表进行信源译码 -To Shannon, fees Novo Huffman source coding for discrete sources, as a Chinese or English text (txt file) for analysis and statistical information source space, an
  3. 所属分类:CSharp

    • 发布日期:2017-04-02
    • 文件大小:658byte
    • 提供者:zhengxin
  1. Turbo_LDPC

    0下载:
  2. Turbo码,LDPC码(低密度奇偶校验码)均具有接近Shannon限的性能, 是目前便译码研究的热点。Turbo码在低信噪比情况下的性能优于其它各种编码 方式。而LDPC码的描述简单,具有较大的灵活性,当码长足够长时具有比Turbo 码更为良好的性能,其译码复杂度低于Turbo码。-Turbo code, LDPC code (LDPC) all have close to Shannon limit performance, it is the firm' s resear
  3. 所属分类:Communication

    • 发布日期:2017-03-27
    • 文件大小:683.57kb
    • 提供者:欢欢牛
  1. Shannon

    0下载:
  2. 信息论中,将给定的信源符号概率,通过哈夫曼编码成一列二元码。-Information theory in a given source symbol probability by Huffman coding into a binary code.
  3. 所属分类:source in ebook

    • 发布日期:2017-04-11
    • 文件大小:661byte
    • 提供者:lhx
  1. Shannon_fano_Elias

    0下载:
  2. This technique doesn t involve sorting of probabilities as in Shannon-Fano coding. The following formula is used to calculate F (x) which in turn generates the code F (x) = F(x) + p(x) / 2, where F(x) is cummulative sum of probabilities p(x).
  3. 所属分类:matlab

    • 发布日期:2017-03-29
    • 文件大小:1.04kb
    • 提供者:hazhiriq200
  1. shannon

    0下载:
  2. 香农编码源程序 如:p=[0.4 0.3 0.2 0.1] shannon(p)-shannon source code
  3. 所属分类:matlab

    • 发布日期:2017-03-30
    • 文件大小:702byte
    • 提供者:游泳鱼
  1. shannon

    0下载:
  2. 信息论与编码的典型香农编码的Matlab源码-Typical information theory and coding Matlab source code Shannon
  3. 所属分类:matlab

    • 发布日期:2017-03-25
    • 文件大小:883byte
    • 提供者:taolifang
  1. verilog-code

    0下载:
  2. 都是verilog代码:多路选择器代码,储存器代码,时钟分频器代码,串并转换电路代码,香农扩展运算代码,ram代码。-MUX code and REGISTER code clock divider code string conversion circuit code, Shannon extended op code, the ram code.
  3. 所属分类:VHDL-FPGA-Verilog

    • 发布日期:2017-05-10
    • 文件大小:2.33mb
    • 提供者:ponyma
« 12 3 4 5 »
搜珍网 www.dssz.com