哈夫曼編碼實現(鏈式實現)

1 #include<iostream> 2 #include<stdlib.h> 3 #include<string.h> 4 #define INF 10000000 //定義INF爲無窮大 5 using namespace std; 6 struct Node{ 7 char data='\0'; //定義當前結點的字符,初始化爲'\0' 8 int va
相關文章
相關標籤/搜索