代码搜索:Monitor
找到约 10,000 项符合「Monitor」的源代码
代码结果 10,000
www.eeworm.com/read/117181/6109930
mt ppcle-eabi.mt
# Target: PowerPC running eabi in little endian mode
TDEPFILES= rs6000-tdep.o monitor.o dsrec.o ppcbug-rom.o ppc-bdm.o ocd.o ppc-sysv-tdep.o solib.o solib-svr4.o
TM_FILE= tm-ppcle-eabi.h
www.eeworm.com/read/168845/5435920
v2 jamfile.v2
# bring in the rules for testing
import testing ;
run ../test/common_factor_test.cpp
../../test/build//boost_test_exec_monitor ;
run ../octonion/octonion_test.cpp
../../test/build
www.eeworm.com/read/158872/5591408
mt mips.mt
# Target: Big-endian SIM monitor board.
TDEPFILES= mips-tdep.o remote-mips.o
TM_FILE= tm-mips.h
SIM_OBS = remote-sim.o
SIM = ../sim/mips/libsim.a
www.eeworm.com/read/158872/5591451
mt mips64.mt
# Target: Big-endian SIM monitor board.
TDEPFILES= mips-tdep.o remote-mips.o
TM_FILE= tm-mips64.h
SIM_OBS = remote-sim.o
SIM = ../sim/mips/libsim.a
www.eeworm.com/read/158872/5591525
mt ppc-eabi.mt
# Target: PowerPC running eabi
TDEPFILES= rs6000-tdep.o monitor.o dsrec.o ppcbug-rom.o dink32-rom.o ppc-bdm.o ocd.o remote-sds.o ppc-sysv-tdep.o solib.o solib-svr4.o
TM_FILE= tm-ppc-eabi.h
www.eeworm.com/read/293686/8279584
c test.c
#include
#include
#include
#include
sfr ISP_CONTR= 0xE7;
sfr CCON = 0xD8;
sfr CMOD = 0xD9;
sfr CL = 0xE9;
sfr CH = 0xF9;
sfr CCAPOL = 0xEA;
sfr CCAPOH
www.eeworm.com/read/203538/15356272
c 按键和电机.c
#include
#include "main.h" //自己定义的必要的结构和变量
//按键控制电机实例程序
//按键按一下,电机正转,再按一下,电机反转,再按一下,电机停止。
//其中,电机为3V
// |---------|
// | |
// | |--P6.6--电机+
// | |
www.eeworm.com/read/380728/9131567
c sleep.c
/************************************************************************
*
* sleep.c
*
* Monitor "sleep" command
*
* sleep
*
*
* ##########################################
www.eeworm.com/read/333170/12700034
asm ioisr.asm
;---------------------------------------------------------------
;ioisr - Interrupt Service Routines for I/O Monitor |
;--------------------------------------------------------------|
;C
www.eeworm.com/read/142911/5761713
c sleep.c
/************************************************************************
*
* sleep.c
*
* Monitor "sleep" command
*
* sleep
*
* #######################################################