-
大小: 542B文件類型: .dsw金幣: 1下載: 0 次發(fā)布日期: 2021-01-05
- 語(yǔ)言: C/C++
- 標(biāo)簽:
資源簡(jiǎn)介
#include<iostream>
#include<fstream>
#include<iomanip>
#include<stdlib.h>
using namespace std;
# define MaxN 100//初始設(shè)定的最大結(jié)點(diǎn)數(shù)
# define MaxC 1000//最大編碼長(zhǎng)度
# define ImpossibleWeight 10000//結(jié)點(diǎn)不可能達(dá)到的權(quán)值
# define n 26//字符集的個(gè)數(shù)
//-----------哈夫曼樹(shù)的結(jié)點(diǎn)結(jié)構(gòu)類型定義-----------
typedef struct //定義哈夫曼樹(shù)各結(jié)點(diǎn)
{
int weight
代碼片段和文件信息
評(píng)論
共有 條評(píng)論