登录
首页 » matlab » huffmam_decoding

huffmam_decoding

于 2010-08-11 发布 文件大小:2KB
0 105
下载积分: 1 下载次数: 4

代码说明:

  the decoding of Huffman codes is shown. For the decoding the coding tree has to be constructed using the information which has to be transmitted as well. Following that the input is read bitwise and for each 0 a left turn is taken and for each one a right turn until a leave is reached. In this case the value of the leave (usually a character) is output, continuing after that at the root.

下载说明:请别用迅雷下载,失败请重下,重下不扣分!

发表评论

0 个回复

  • Lambert
    说明:  lambert问题的求解程序,能给大家给予帮助,谢谢(the program of lambert)
    2011-04-16 17:49:20下载
    积分:1
  • Analisis
    Histogram of letters and pair of letters from a text file.
    2013-04-26 21:45:03下载
    积分:1
  • kpid
    根据轮式机器人速度稳定控制系统,建立速度、电流双闭环控制系统。轮式机器人的速度与电流双闭环控制系统。(According to the speed stabilization control system of wheeled robot, the speed and current double closed-loop control system is established. Double Closed Loop Control System of Speed and Current for Wheeled Robot)
    2020-06-16 15:20:02下载
    积分:1
  • 短时傅里叶变换
    说明:  短时傅里叶变换的MATLAB程序,保证时、频分辨率,有算例(Short time Fourier transform matlab program to ensure time and frequency resolution, and with calculation examples)
    2021-03-05 22:38:29下载
    积分:1
  • session23
    经济学的数值方法 配套例题以及习题答案的有关牛顿法 最速下降优化的部分。(Newtown methods)
    2014-01-15 14:40:06下载
    积分:1
  • sousuo
    搜索算法是利用计算机的高性能来有目的的穷举一个问题的部分或所有的可能情况,从而求出问题的解的一种方法。( The searching algorithm has a goal exhaustion question part or all possible situations using computer s high performance, thus extracts the question the solution one method. )
    2011-04-21 08:47:11下载
    积分:1
  • ngray
    改变图像的灰度级数,通过输入的数值确定灰度级(change degree of gray )
    2012-04-07 19:25:06下载
    积分:1
  • Matlab
    雷达成像的点目标仿真,通俗易懂,有详细的注释(Radar imaging point target simulation, easy to understand, detailed notes)
    2013-03-15 12:34:28下载
    积分:1
  • youhua1
    遗传算法的电机优化程序,个人专门编写的,对于初学者来说,可以借鉴(function youhua1() 遗传算法 n-- 种群规模 ger-- 迭代次数 pc--- 交叉概率 pm-- 变异概率 v-- 初始种群(规模为n) f-- 目标函数值 fit-- 适应度向量 vx-- 最优适应度值向量 vmfit-- 平均适应度值向量 clear all close all clc 清屏 tic 计时器开始计时 n=20 ger=100 pc=0.9 pm=0.1 初始化参数 生成初始种群 v=init_population(n,44) 得到初始种群,22串长,生成20*22的0-1矩阵 [N,L]=size(v) 得到初始规模行,列 disp(sprintf( Number of generations: d ,ger)) disp(sprintf( Population size: d ,N)) disp(sprintf( Crossover probability: .3f ,pc)) disp(sprintf( Mutation probability: .3f ,pm)) sprintf可以控制输出格式 待优化问题)
    2020-12-11 20:19:19下载
    积分:1
  • FortranandMatlab
    Fortran和Matlab混合编程简介(Fortran and Matlab Introduction)
    2014-02-08 21:51:13下载
    积分:1
  • 696518资源总数
  • 104349会员总数
  • 32今日下载