?? includes.h
字號(hào):
/*
*********************************************************************************************************
* uC/OS-II
* 實(shí)時(shí)內(nèi)核
*
* (c) Copyright 1992-1998, Jean J. Labrosse, Plantation, FL
* 版權(quán)所有
*
* MCU-51 專用代碼
* KEIL C51大模式編譯
*
* 文件名 : INCLUDES.H
* 作者 : Jean J. Labrosse
* 改編 : 陳是知 北京中軟 2005。1。27
*********************************************************************************************************
*/
#include "stdarg.h"
#include "stdio.h"
#include "string.h"
#include "ctype.h"
#include "stdlib.h"
#include "setjmp.h"
#include "os_cpu.h"
#include "os_cfg.h"
#include "ucos_ii.h"
#include "COMMRTOS.h"
#include "COMM_51.h"
#include "reg51.h"
//用戶頭文件加在最后面
//Your head file add here.
?? 快捷鍵說明
復(fù)制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號(hào)
Ctrl + =
減小字號(hào)
Ctrl + -