⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 stdafx.h

📁 霍夫曼编码
💻 H
字号:
#ifndef STDAFX_H
#define STDAFX_H

#include <stdio.h>
#include <string.h>
#include <stdlib.h>
#include <conio.h>
#include <ctype.h>
#include "DataStruct.h"

void getletter(char * in);
void getweight(char * in,char * letter,int * w,int * n);
void HuffmanCoding(HuffmanTree & HT,HuffmanCode & HC,int *w,int n);
void Select(HuffmanTree HT,int a,int &s1,int &s2);

#endif

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -