stdafx.h
来自「霍夫曼编码」· C头文件 代码 · 共 17 行
H
17 行
#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 + =
减小字号Ctrl + -
显示快捷键?