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

📄 platdetect.h

📁 DBVIEW is a small Windows application that highlights the use of the builtin database functions:
💻 H
字号:
#define PLAT_OTHER  -1  //unknown platform type
#define PLAT_PPC    0   //PPC
#define PLAT_HPC    1   //HPC
#define PLAT_HPCPRO 2   //HPC PRO
#define PLAT_APC    3   //AUTO PC

//assumed height and width of HPC PRO, 640 X 480
#define HPCPRO_HEIGHT   480
#define HPCPRO_WIDTH    640
//height of Auto PC screen
#define APC_HEIGHT 16

int GuessPlatform();

//-------------------------------

⌨️ 快捷键说明

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