代码搜索结果
找到约 10,000 项符合
Monitor 的代码
sumsungmonitor.java
/**
* @(#)SumsungMonitor.java
*
*
* @author
* @version 1.00 2007/10/22
*/
public class SumsungMonitor implements Monitor{
public SumsungMonitor() {
}
public void ge
philpmonitor.java
/**
* @(#)PhilpMonitor.java
*
*
* @author
* @version 1.00 2007/10/22
*/
public class PhilpMonitor implements Monitor{
public PhilpMonitor() {
}
public void getDescr
synchlist.cpp
// synchlist.cc
// Routines for synchronized access to a list.
//
// Implemented by surrounding the List abstraction
// with synchronization routines.
//
// Implemented in "monitor"-style -- surround
synchlist.cc
// synchlist.cc
// Routines for synchronized access to a list.
//
// Implemented by surrounding the List abstraction
// with synchronization routines.
//
// Implemented in "monitor"-style -- surround
frmdesktop.frm
VERSION 5.00
Begin VB.Form FrmDesktop
BorderStyle = 0 'None
Caption = "CS Bandwidth Monitor"
ClientHeight = 1440
ClientLeft = 105
ClientTop =
synchlist.cc
// synchlist.cc
// Routines for synchronized access to a list.
//
// Implemented by surrounding the List abstraction
// with synchronization routines.
//
// Implemented in "monitor"-style -- surround
if.c
/* if.c:
* This file started off as the file for the "if" command in the monitor,
* and has since grown into the file that contains the commands that only
* make sense if they are used in script
frmdesktop.frm
VERSION 5.00
Begin VB.Form FrmDesktop
BorderStyle = 0 'None
Caption = "CS Bandwidth Monitor"
ClientHeight = 1440
ClientLeft = 105
ClientTop =
make.bat
path=c:\windows;c:\windows\system32;c:\gcc\build\bin
del .obj\*.o
del monitor.bin
del monitor.elf
arm-elf-as init.s -o .\obj\init.o
arm-elf-gcc -O3 -Ic:\gcc\build\include -mlittle-endian -mcpu=
h8500.mt
# Target: H8500 with HMS monitor and H8 simulator
TDEPFILES= h8500-tdep.o monitor.o remote-hms.o dsrec.o
TM_FILE= tm-h8500.h
SIM_OBS = remote-sim.o
SIM = ../sim/h8500/libsim.a