CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 Windows编程 搜索资源 - Coding algorithm

搜索资源列表

  1. 算法设计与分析实验

    0下载:
  2. 哈夫曼编码。排序问题,利用贪心算法的思想实现哈夫曼编码算法程序 -Huffman coding. Scheduling problems, the greedy algorithm achieving Huffman coding algorithm
  3. 所属分类:数据库编程

    • 发布日期:2008-10-13
    • 文件大小:20352
    • 提供者:无有
  1. juanjibianma

    1下载:
  2. 信道编码中的典型卷积码编码算法,维特比解码方式-Channel Coding typical convolution coding algorithm, Viterbi decoding method
  3. 所属分类:通讯编程

    • 发布日期:2008-10-13
    • 文件大小:2485
    • 提供者:吴非
  1. openhdot264

    0下载:
  2. openhdot264源代码,属于H.264视频编码算法的一种实现。 -openhdot264 source code belonging to the H.264 video coding algorithm A.
  3. 所属分类:数据库编程

    • 发布日期:2008-10-13
    • 文件大小:28418
    • 提供者:虞鹤峰
  1. 2003103123103519431

    0下载:
  2. 这个是一个比较好的编码算法 具有动画效应 是初学者参考的好东西-this is a relatively good coding algorithm animation effects are beginners reference to the good things
  3. 所属分类:C#编程

    • 发布日期:2008-10-13
    • 文件大小:5674
    • 提供者:汪精卫
  1. wemjiam

    0下载:
  2. 这是一个数据结构常用的算法叫huffman编码.是对一棵二叉树进行huffman编码的算法-This is a common data structure called Huffman coding algorithm. For a binary tree for HUF fman Coding Algorithm
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:3757
    • 提供者:tftftftf
  1. sting4.doc

    0下载:
  2. Huffman树的创建算法与实现;Huffman编码算法的实现-Huffman tree algorithm for the creation and implementation; Huffman coding algorithm implementation
  3. 所属分类:文件操作

    • 发布日期:2008-10-13
    • 文件大小:3009
    • 提供者:CJX
  1. 另类的压缩方式

    0下载:
  2. 哈夫曼树编码 用哈夫曼树算法对文本文件进行0-1化编码,并模拟文件 压缩与解压-Huffman tree coding algorithm using Huffman tree to the text document for 0-1 coding and compression simulation and decompression
  3. 所属分类:文件操作

    • 发布日期:2008-10-13
    • 文件大小:8843
    • 提供者:王月
  1. TPC-decode.rar

    8下载:
  2. MATLAB环境下实现了基于Chase II译码算法的Turbo乘积码[TPC]译码的程序。,MATLAB-based implementation environment Chase II decoding algorithm of Turbo Product Code [TPC] decoding process.
  3. 所属分类:通讯编程

    • 发布日期:2012-12-07
    • 文件大小:3349
    • 提供者:李海莲
  1. convolutional-code-BCJR-algorithm

    3下载:
  2. 本程序是BCJR译码,本人在源码基础上附带了卷积码的编码框图,方便学习者阅读,理解。程序运行无误!-This program is the BCJR decoding codes, I in the source code based on convolutional coding with a block diagram to facilitate the learners to read and understand. Run correctly!
  3. 所属分类:Windows编程

    • 发布日期:2012-12-10
    • 文件大小:7995
    • 提供者:jjl
  1. lzw

    1下载:
  2. 实现lzw词典编码方法 Lzw编码算法的设计思路: 1.开始时的词典包含所有的根(先将所有单个字符编码),当前缀P时空的; 2.当前字符(C)=字符流中的下一个字符; 3.判断缀-符串P+C是否在词典中 A如果“是”:P=P+C//(用C扩展P) B.如果“否”: a 把代表当前前缀P的马子输出到码字流; b 把缀-符串P+C添加到词典; c 令P=C//(现在的P仅包含一个字符C); 4. 判断字符流中是否还有码字要译 (1)如果是,就返回到2;
  3. 所属分类:Windows Develop

    • 发布日期:2017-03-21
    • 文件大小:1236
    • 提供者:符晓娟
  1. new

    0下载:
  2. 分布式视频编码中用时域内插法生成边信息的算法-Distributed Video Coding interpolation algorithm to generate side information
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-01
    • 文件大小:3909
    • 提供者:10017611
  1. Photo

    2下载:
  2. 数字图像处理编程入门 书和书的 源代码 1) windows位图bitmap(即bmp文件)的结构和调色版的概念; (2) 图象的平移、旋转、镜象变换、转置变换、放缩; (3) 图象的平滑(去噪声)、锐化; (4) 图象的半影调、抖动技术; (5) 图象的直方图修正、彩色变换; (6) 图象的腐蚀和膨胀效果、细化算法、骨架的提取; (7) 图象的边沿检测与抽取、hough变换、轮廓跟踪; (8) 图象的检测、模板匹配;
  3. 所属分类:Windows Develop

    • 发布日期:2015-05-28
    • 文件大小:1991623
    • 提供者:郭东
  1. 2

    0下载:
  2. 基于C判断一个大于0的数是否为素数,是较简单的典型C编码算法-C based on a greater than 0 to determine whether the number of prime numbers, are more typical of a simple coding algorithm C
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-12
    • 文件大小:820
    • 提供者:李文娟
  1. jpeg_1.07

    0下载:
  2. 图先压缩 jpeg 编码算法研究 jp2,j2c-Figure jpeg compression coding algorithm to study
  3. 所属分类:Windows Develop

    • 发布日期:2017-03-30
    • 文件大小:131378
    • 提供者:guohufeng
  1. Turbo_Coding

    0下载:
  2. Turbo coding algorithm
  3. 所属分类:Other systems

    • 发布日期:2017-04-15
    • 文件大小:8037
    • 提供者:tan
  1. RS_codes

    0下载:
  2. The RS coding algorithm
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-07
    • 文件大小:793432
    • 提供者:tan
  1. transform8x8

    0下载:
  2. 在vc6.0环境下实现的视频运动估计编码算法-Vc6.0 environment in the realization of motion estimation video coding algorithm
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-03
    • 文件大小:11106
    • 提供者:宋治江
  1. huffman-c

    0下载:
  2. huffman 信源编码算法C源程序-source coding algorithm huffman source ~~~~~~ C
  3. 所属分类:Other systems

    • 发布日期:2017-04-05
    • 文件大小:1382
    • 提供者:小鱼
  1. fast_sc.tgz

    0下载:
  2. This a source code for sparse coding algorithm: Reference: Efficient sparse coding algorithms Honglak Lee, Alexis Battle, Raina Rajat and Andrew Y. Ng. In NIPS 19, 2007. -This is a source code for sparse coding algorithm: Reference
  3. 所属分类:Windows Develop

    • 发布日期:2017-03-29
    • 文件大小:39497
    • 提供者:Richard
  1. arithmetic-coding-algorithm

    0下载:
  2. 左边区间: a..[(b - a) * p] 右边区间: [(b - a) * p + 1]..b 使用这两个公式替换掉上面代码中的等分区间部分,得到了算术编码的算法-Range on the left: a .. [(b- a)* p] the right range: [(b- a)* p+ 1] .. b use two formulas to replace part of the code above decile range, has been arithmetic codi
  3. 所属分类:Other systems

    • 发布日期:2017-11-15
    • 文件大小:1184
    • 提供者:kim
« 12 3 4 5 6 7 8 9 10 »
搜珍网 www.dssz.com