登录
首页 » c++ » huffman编码码长效率

huffman编码码长效率

于 2022-04-15 发布 文件大小:4.58 kB
0 122
下载积分: 2 下载次数: 1

代码说明:

#include #include #include #include using namespace std; const MAXSIZE=100; typedef struct Huffmantree { char cname; int weight,mark; struct Huffmantree *parent,*lchild,*rchild,*next; }Hftree,*linktree;

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

发表评论

0 个回复

  • 操作系统实验
    本文档包含操作系统的六个实验(FCFS和SJF进程调度算法,时间片轮转RR进程调度算法,预防进程死锁的银行家算法,动态分区分配算法,虚拟内存页面置换算法,磁盘调度算法),文档最后附有源代码。(This document contains six experiments of the operating system (FCFS and SJF process scheduling algorithm, time slice rotation RR process scheduling algorithm, banker algorithm for preventing process deadlock, dynamic partition allocation algorithm, virtual memory page replacement algorithm, disk scheduling algorithm), and source code at the end of the document.)
    2018-05-13 10:35:48下载
    积分:1
  • 用VC++做一个台球游戏
    一个简单的台球游戏,用来熟悉和练习C++基础知识,有兴趣的人可以去看看或者拿去借鉴。对于C++的初学者可以参考,适合做课程设计的同学参考一下
    2022-10-21 21:10:04下载
    积分:1
  • MB90092
    关于日本显示芯片mb90092 例程 (mb90092 demo)
    2010-02-04 16:26:28下载
    积分:1
  • a
    说明:  codes for matlab . .
    2011-02-22 13:27:56下载
    积分:1
  • partial-transmit-sequence
    this is the program for finding peak power in ofdm using pts
    2014-01-21 12:06:38下载
    积分:1
  • myExplorer
    用MFC编写的一个类似于资源管理器系统,可以查看当前电脑下的资源,以树的形式显示。(MFC prepared with a similar resource management system, you can view the resources under the current computer display in the form of a tree.)
    2014-01-19 22:24:16下载
    积分:1
  • miniPascalCompiler.tar 编译的总过程
    本程序实现了mini pascal的一个编译的总过程。(the process of achieving a mini pascal translation of the total process.)
    2020-07-06 15:08:58下载
    积分:1
  • C51-music
    C51 编的音乐程序,关于如何编制音乐代码, 其实十分简单,频率常数即音乐术语中的音调,而节拍常数即音乐术语中的多少拍(C51 music program)
    2013-12-22 13:47:44下载
    积分:1
  • SINS
    使用C语言写的捷联惯导解算程序,四子样旋转矢量(Using C language to write the strapdown inertial navigation program, four sample rotation vector)
    2017-05-25 23:41:46下载
    积分:1
  • 基于8*8*8光立方的手机蓝牙控贪食蛇
    光立方是一个采用8*8*8模式的立方体,主要分为三个个模块:LED显示模块,驱动模块,主控模块。LED显示模块采用引脚式蓝色LED灯,一共八层,每层八列,且层共阴;驱动部分是采用74HC573和ULN2803两种芯片分别控制LED灯的阳极和阴极;主控模块是采用12C5A60S2单片机为主控芯片。外加一个HC_05的蓝牙模块,以此来实现设计要求。
    2022-02-27 08:59:24下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载