代码搜索:Keil
找到约 10,000 项符合「Keil」的源代码
代码结果 10,000
www.eeworm.com/read/25110/844584
keil c51-
解压缩以后安装,步骤如下:
1.打开up51v706a.txt(本文件)记下安装序列号。进入setup目录点击setup.exe进行安装;
2.选择Install Support....全新安装,以前没有安装过或者放弃以前的序列号安装;
选择Update Current Installation升级安装,将可以保持原来的序列号,不必再次输入
3.选择Full安装,Next->Y
www.eeworm.com/read/25110/844585
keil c51-
www.eeworm.com/read/25110/844586
keil c51-
www.eeworm.com/read/25110/844587
keil c51-
;------------------------------------------------------------------------------
; This file is part of the 'RTX-51 tiny' Real-Time Operating System Package
; Copyright KEIL ELEKTRONIK GmbH 1991 -
www.eeworm.com/read/25110/844588
keil c51-
;------------------------------------------------------------------------------
; This file is part of the 'RTX-51 tiny' Real-Time Operating System Package
; Copyright KEIL ELEKTRONIK GmbH 1991
;
www.eeworm.com/read/25110/844589
keil c51-
;------------------------------------------------------------------------------
; This file is part of the 'RTX-51 tiny' Real-Time Operating System Package
; Copyright KEIL ELEKTRONIK GmbH 1991 -
www.eeworm.com/read/25110/844590
keil c51-
func void tasks () {
uchar i;
uint adr;
printf ("+----------+-------+---------+------------------+--------+-------+-------+\n");
printf ("| Task ID | Start | State | Wait for Ev
www.eeworm.com/read/25110/844591
keil c51-
/*******************************************************************/
/* */
/* Additional Information for RTX-51 Tiny Version 1 Sourc
www.eeworm.com/read/25110/844592
keil c51-
$DEBUGPUBLICS
;------------------------------------------------------------------------------
; This file is part of the 'RTX-51 tiny' Real-Time Operating System Package
; Copyright KEIL ELEKTRON
www.eeworm.com/read/25110/844593
keil c51-
REM This file generates the RTX51 TINY LIBRARY
a51 right.a51
a51 vers.a51
a51 rtx51tny.a51 debug
a51 conf_tny.a51
del rtx51tny.lib
lib51 create rtx51tny.lib
lib51 add right.obj,vers.obj,rtx51tn