代码搜索结果
找到约 10,000 项符合
Monitor 的代码
main.c
#include // SFR definition header file
#include // prototype declarations for I/O functions
#include
#ifdef MONITOR51
3.out
Welcome to the miniSQL monitor. Type \h for help.
mSQL > -> ->
Query buffer
------------
insert into staff values ('David','Hughes','ProdDev',1,1.82)
[continue]
->
Query OK. 1 row
frmmonitoru.~dfm
object frmMonitor: TfrmMonitor
Left = 233
Top = 300
Width = 488
Height = 316
Caption = 'Extra Monitor'
Color = clBtnFace
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowTex
frmmonitoru.dfm
object frmMonitor: TfrmMonitor
Left = 233
Top = 300
Width = 488
Height = 316
Caption = 'Extra Monitor'
Color = clBtnFace
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowTex
etherdev.c
/* etherdev.c:
This file, along with common/ethernet.c supports the ethernet interface.
It is the lowest layer of code supporting the monitor's IP, ICMP & UDP
services. This file is speci
reset.s
/* reset.s:
* First bit of boot code run by the processor.
*
* General notice:
* This code is part of a boot-monitor package developed as a generic base
* platform for embedded system designs. A
pio.c
/* pio.c:
Support the basic ability to configure and set/clear parallel IO pins.
General notice:
This code is part of a boot-monitor package developed as a generic base
platform for e
etherdev.c
/* etherdev.c:
This file, along with common/ethernet.c supports the ethernet interface.
It is the lowest layer of code supporting the monitor's IP, ICMP & UDP
services. This file is speci
makefile
MONBASE = ../../..
COMBASE = $(MONBASE)/common
COMCPU = $(MONBASE)/common/cpu
COMMON = $(COMBASE)/monitor
TARGET = sh-hms
include $(COMMON)/tools.make
AOUT = app
CFLAGS = -Wall -fno-for
reset.s
/* reset.s:
* First bit of boot code run by the processor.
*
* General notice:
* This code is part of a boot-monitor package developed as a generic base
* platform for embedded system designs. A