?? general.h
字號:
/*************** XXXXXX CONFIDENTIAL ****************/
/*************** ****************/
/*************** Description : All include files used ****************/
/*************** for Docking devices ****************/
/*************** ****************/
/*************** Company : XXXXXXTek Inc. ****************/
/*************** Programmer : Steven Chu ****************/
/*************** Date : 03/26/2007 ****************/
/**********************************************************************/
#ifndef _H_GENERAL_
#define _H_GENERAL_
//#include "AT89C51IC2.H"
#include "reg_c51.h"
//#include <reg51.h>
#include <stdlib.h>
#include <string.h>
#include <absacc.h>
#include <intrins.h>
#include "typedef.h"
#include "vendor.h"
#include "define.h"
#include "macro.h"
#include "vardef.h"
#include "procdef.h"
#include "rs232.h"
#endif
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -