?? showmenu.cpp
字號:
#include"Huffmanhead.h"
void ShowMenu()//用于界面菜單顯示
{
printf("\t*****************Huffman Coding and DecryptCoding****************\n");
printf("\t*\t\t\t\t\t\t\t\t*\n");
printf("\t*\tI: Input the code to initialize the application\t*\n");
printf("\t*\tC: Coding the code which you just entered\t\t*\n");
printf("\t*\tD: DecryptCoding the code which you input now\t*\n");
printf("\t*\tR: Reset the application\t\t\t\t*\n");
printf("\t*\tS: Show the Designer and the Guide Teacher\t\t*\n");
printf("\t*\tE: Exit the application now\t\t\t\t*\n");
printf("\t*\t\t\t\t\t\t\t\t*\n");
printf("\t*****************************************************************\n");
printf("\n");
printf("Please choose:\n");
}
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -