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

搜索资源列表

  1. vc_matlab

    0下载:
  2. 多种类型在一起,我不知道如何分类了,而且需要下些东西,所以没有分开来上传,希望站长通融下,程序已经够 5个了:> MATLAB:TD_SCDMA系统性能仿真,QAM调制,7-4编译码的实现,CAM算法仿真(simulink) VC:huffman编译码的实现文件压缩解压缩
  3. 所属分类:matlab例程

    • 发布日期:2008-10-13
    • 文件大小:78313
    • 提供者:刘寅
  1. huffmantree

    0下载:
  2. HUffman编码二叉树算法,能够对图像或文件进行Huffman编码-Huffamn
  3. 所属分类:matlab

    • 发布日期:2017-03-30
    • 文件大小:935
    • 提供者:小钱
  1. huffmancode

    0下载:
  2. 利用huffman算法进行的编码,主要采用基本循环实现,速度快。其中code文件为主程序。-Using huffman coding algorithm, the main use of the basic cycle of implementation, fast. In which the main program code file.
  3. 所属分类:matlab

    • 发布日期:2017-04-10
    • 文件大小:1286
    • 提供者:张雪雪
  1. codingsystem

    0下载:
  2. 这是一个编码系统,包括图像配准,一维二维huffman编码,lz算法等。-This is a coding system, including image registration, one-dimensional two-dimensional huffman coding, lz algorithm.
  3. 所属分类:matlab

    • 发布日期:2017-05-08
    • 文件大小:2022794
    • 提供者:周航远
  1. gezhongyasuo

    0下载:
  2. 多种视频压缩算法,包括霍夫曼编码,算术编码dct,jpeg,小波变换-A variety of video compression algorithm, including Huffman coding, arithmetic coding DCT, jpeg, wavelet transform
  3. 所属分类:matlab

    • 发布日期:2017-04-15
    • 文件大小:40944
    • 提供者:lucy
  1. Lifting Wave Transform

    1下载:
  2. 此为基于二代提升小波的阈值压缩算法源码,其中可以设置小波变换的分解层数,使用的小波名称,及各层阈值设置计算公式中的参数。并将低频系数转化为十六进制,方便在其上进一步压缩,如采用Huffman压缩等,程序思路清楚,附有完整的注释,可以使用多种小波,并且很好得体现了二代小波的思想,对于初学小波者帮助很大。-。-based on the second generation of this upgrade wavelet compression algorithm threshold source,
  3. 所属分类:matlab例程

    • 发布日期:2013-10-02
    • 文件大小:12184
    • 提供者:徐立强
  1. Huffman

    1下载:
  2. 哈夫曼压缩算法,开发环境Matlab,利用此例程序可以仿真哈夫曼压缩比-Huffman compression algorithm development environment of Matlab, using this example program can simulate the Huffman compression ratio
  3. 所属分类:matlab

    • 发布日期:2017-04-16
    • 文件大小:203927
    • 提供者:胡帆
  1. huffman

    0下载:
  2. 用matlab实现哈夫曼二元、三元编码,并对平均码长、编码效率、方差等进行运算,算法高效、容易理解-Matlab Huffman binary and ternary code, and the average yards long, coding efficiency, variance of operation, this method is efficient and easy to understand
  3. 所属分类:matlab

    • 发布日期:2017-11-26
    • 文件大小:17804
    • 提供者:江晨城
  1. array

    0下载:
  2. 和Huffman-Tree一样,Shannon-Fano coding也是用一棵二叉树对字符进行编码。但在实际操作中呢,Shannon-Fano却没有大用处,这是由于它与Huffman coding相比,编码效率较低的结果(或者说香农-范诺算法的编码平均码字较大)。-And Huffman-Tree, like, Shannon-Fano coding is using a binary character coding. However, in practice it, Shannon-Fan
  3. 所属分类:matlab

    • 发布日期:2017-04-11
    • 文件大小:1205
    • 提供者:ray
  1. huffman-code

    0下载:
  2. 程序的算法 1)先输入以下字符串和数组,其中sym为字符串中出现的信源符号,p为各符号出现的概率,seq为要进行编码的符号序列。如下所示: 2)初始各字符的区间:a[0,0.1),b[0.1,0.3),c[0.3,0.6),d[0.6,1.0) 3)利用以下公式计算区间的上下限: Li+1=Li+rangei*r_L Hi+1=Li+rangei*r_H -Program Algorithm 1) to enter the following string a
  3. 所属分类:matlab

    • 发布日期:2017-04-11
    • 文件大小:1475
    • 提供者:小清
  1. Huffman

    0下载:
  2. 基于MATLAB的例程 实现HUFFMAN编码算法 不定长编码 基于不同符号的概率分布-Variable-length coding based on the probability distribution of different symbols based on MATLAB routines to achieve HUFFMAN coding algorithm
  3. 所属分类:matlab

    • 发布日期:2017-04-11
    • 文件大小:1277
    • 提供者:shadow
  1. Graph-algorithm-and-Matlab-program

    0下载:
  2. 求单源最短路径的Dijkstra算法的Matlab程序 求Euler回路的Fleury算法的Matlab程序 求最小生成树的Prim算法的Matlab程序 求Huffman树的Matlab程序 最大流算法Matlab程序 求任意两点间最短路的Floyd算法的Matlab程序 -Seeking single-source shortest path Dijkstra algorithm Matlab program Euler circuit Fleury seekin
  3. 所属分类:matlab

    • 发布日期:2017-03-27
    • 文件大小:10678
    • 提供者:liulang
  1. yasuo1

    0下载:
  2. 无损压缩技术,对HUFFMAN算法、ARITHMETIC算法、LZSS以及在LZSS基础上进行改进的LZSSD, LZSSB, LZHUF算法-Lossless compression technology, LZSSB HUFFMAN algorithm, ARITHMETIC algorithm, LZSS and LZSS on the basis of the improved LZSSD algorithm, LZHUF,
  3. 所属分类:matlab

    • 发布日期:2017-04-12
    • 文件大小:648
    • 提供者:testtt
  1. xy918563

    0下载:
  2. 毕业设计中,用Matlab实现了机器人最优路径规划中的全局路径规划,算法采用的是基于方向权的temp二叉树算法,同时结合了哈夫曼编码二叉树的temp1综合。 -Graduation design, using Matlab to achieve the optimal path planning of robot global path planning algorithm uses a binary tree algorithm based on the direction of the
  3. 所属分类:matlab

    • 发布日期:2017-04-30
    • 文件大小:9616
    • 提供者:gkyhxs
  1. beyugkhs

    0下载:
  2. 毕业设计中,用Matlab实现了机器人最优路径规划中的全局路径规划,算法采用的是基于方向权的 LzTInj 二叉树算法,同时结合了哈夫曼编码二叉树的 BmjBotL综合。-Graduation design, using Matlab to achieve the optimal path planning of robot global path planning algorithm uses a binary tree algorithm based on the direction of
  3. 所属分类:matlab

    • 发布日期:2017-04-15
    • 文件大小:7649
    • 提供者:yerech
  1. bmpaxzal

    0下载:
  2. 毕业设计中,用Matlab实现了机器人最优路径规划中的全局路径规划,算法采用的是基于方向权的 ltLuYi 二叉树算法,同时结合了哈夫曼编码二叉树的 NOFlZUO综合。-Graduation design, using Matlab to achieve the optimal path planning of robot global path planning algorithm uses a binary tree algorithm based on the direction of
  3. 所属分类:matlab

    • 发布日期:2017-04-30
    • 文件大小:9006
    • 提供者:rwyprz
  1. bswccpbp

    0下载:
  2. 毕业设计中,用Matlab实现了机器人最优路径规划中的全局路径规划,算法采用的是基于方向权的 iGEZgr 二叉树算法,同时结合了哈夫曼编码二叉树的 tMWGmZl综合。-Graduation design, using Matlab to achieve the optimal path planning of robot global path planning algorithm uses a binary tree algorithm based on the direction of
  3. 所属分类:matlab

    • 发布日期:2017-04-15
    • 文件大小:7652
    • 提供者:eorsnv
  1. buaiirny

    0下载:
  2. 毕业设计中,用Matlab实现了机器人最优路径规划中的全局路径规划,算法采用的是基于方向权的 hYkRrD 二叉树算法,同时结合了哈夫曼编码二叉树的 dLywUAC综合。-Graduation design, using Matlab to achieve the optimal path planning of robot global path planning algorithm uses a binary tree algorithm based on the direction of
  3. 所属分类:matlab

    • 发布日期:2017-05-01
    • 文件大小:8957
    • 提供者:jiqbdh
  1. chxbwqzj

    0下载:
  2. 毕业设计中,用Matlab实现了机器人最优路径规划中的全局路径规划,算法采用的是基于方向权的 LBHqhM 二叉树算法,同时结合了哈夫曼编码二叉树的 WrNVhZb综合。-Graduation design, using Matlab to achieve the optimal path planning of robot global path planning algorithm uses a binary tree algorithm based on the direction of
  3. 所属分类:matlab

    • 发布日期:2017-04-15
    • 文件大小:7368
    • 提供者:nynyzi
  1. clbomved

    0下载:
  2. 毕业设计中,用Matlab实现了机器人最优路径规划中的全局路径规划,算法采用的是基于方向权的 kvhXUM 二叉树算法,同时结合了哈夫曼编码二叉树的 HASbmUc综合。-Graduation design, using Matlab to achieve the optimal path planning of robot global path planning algorithm uses a binary tree algorithm based on the direction of
  3. 所属分类:matlab

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