📄 stdafx.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 + -