代码搜索:Monitor
找到约 10,000 项符合「Monitor」的源代码
代码结果 10,000
www.eeworm.com/read/119796/6082361
h 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.
*/
#include "monlib.h"
#d
www.eeworm.com/read/119796/6082367
h 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.
*/
#include "monlib.h"
#d
www.eeworm.com/read/119796/6082386
h config.h
/*
* General notice:
* This code is part of a boot-monitor package developed as a generic base
* platform for embedded system designs. As such, it is likely to be
* distributed to various project
www.eeworm.com/read/119796/6082392
h 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
www.eeworm.com/read/119796/6082421
c 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
www.eeworm.com/read/119796/6082443
c 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
www.eeworm.com/read/101135/6237997
2 reboot.2
REBOOT(2) Minix Programmer's Manual REBOOT(2)
NAME
reboot - close down the system or reboot
SYNTAX
#define _MINIX_SOURCE 1
#include
www.eeworm.com/read/101135/6238849
2 reboot.2
.TH REBOOT 2
.SH NAME
reboot \- close down the system or reboot
.SH SYNTAX
.ft B
.nf
#define _MINIX_SOURCE 1
#include
int reboot(int \fIhow\fP, ...)
.fi
.ft P
.SH DESCRIPTION
.B Reboot()
www.eeworm.com/read/100285/6272228
sh destroylang.sh
#!/bin/sh
#-------------------------------------------------------------------------
#
# createlang.sh--
# Remove a procedural language from a database
#
# Copyright (c) 1994, Regents of the Univer
www.eeworm.com/read/319215/6320519
cs done.cs
using System;
using System.Threading;
namespace Spider
{
///
/// This is a very simple object that
/// allows the spider to determine when
/// it is done. This object implements