代码搜索结果
找到约 10,298 项符合
Monitor 的代码
cscope.files
main.c
start.c
tick.s
../../../common/monitor/aout.h
../../../common/monitor/arp.c
../../../common/monitor/at.c
../../../common/monitor/bootblk.c
../../../common/monitor/cache.c
../../../commo
config.h
/* Monitor configuration file. */
#if PLATFORM_CFEVAL
#define PLATFORM_NAME "EVAL_5206"
#else
#error "Platform name is not specified"
#endif
#define CPU_NAME "ColdFire 5206"
#define FLASH_
cscope.files
../../../common/cpu/dis_cf.c
../../../common/flash/29f040/flashdev.c
../../../common/flash/29f040/flashdev.h
../../../common/flash/29f040/flashpic.c
../../../common/monitor/alias.c
../../../commo
monapp.h
/* This header file is used by both the application and the monitor.
It is the linkage used to establish a communication path between the
monitor and the application.
*/
#define STD_CMD 0
start.c
#include "stddefs.h"
#include "monlib.h"
extern void main();
void
__main(void)
{
}
void
start(void)
{
char **argv;
int argc;
/* Connect the application to the monitor. This mus
makefile
OBJS = zvmon.o
PROGRAM = zv-monitor
LIBS = -L/usr/X11R6/lib -lX11 -lXv -lXext
CFLAGS = -O2
$(PROGRAM): $(OBJS)
$(CC) -o $(PROGRAM) $(OBJS) $(LIBS)
clean:
/bin/rm $(OBJS)
monitor.cpp
/* Copyright (C) 2003 MySQL AB
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Fou
infrared.cnt
:Base infrared.hlp>main
:Title Infrared Help
:Index Infrared Help=infrared.hlp
1 Infrared Basics
2 What is infrared?=what_is_infrared@infrared.hlp>proc4
2 What is Infrared Monitor?=what_is_IRMon@
infrared.cnt
:Base infrared.hlp>main
:Title Infrared Help
:Index Infrared Help=infrared.hlp
1 Infrared Basics
2 What is infrared?=what_is_infrared@infrared.hlp>proc4
2 What is Infrared Monitor?=what_is_IRMon@
doprotected.java
import javax.microedition.midlet.*;
public class DoProtected extends MIDlet{
int data = 0;
SetThread setThread;
GetThread getThread;
Monitor monitor;
boolean settable = false;
publi