?? hex_dec_read.h
字號:
#include <commdlg.h>
#include <commctrl.h>
#include <process.h>
#include <mmsystem.h>
#include "resource.h"
#pragma comment(lib,"comctl32.lib")
#pragma comment(lib,"winmm.lib")
#define nLISTITEM (i)
#define ISNUM( c) (BYTE(c)>=48 && BYTE(c)<=57)
#define CHARTONUM(c) (((BYTE)(c))-48)
void InsertListItems();
void CreateListItems();
void FindListItems();
BOOL StringToNum(char*,BYTE &);
char * Mid(char *str,int i,int j);
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -