代码搜索结果
找到约 10,000 项符合
Monitor 的代码
example25.cpp
#include
#include
//____________________________________________________________________________//
int foo() { throw std::runtime_exception( "
keymon5.asm
;*
;* keymon5.asm : OS/2 keyboard monitor
;*****************************************************************************
SetBxInkb MACRO ;* address inkb struct with bx
mov bx,[di].pinkbCur ;
keymon5.asm
;*
;* keymon5.asm : OS/2 keyboard monitor
;*****************************************************************************
SetBxInkb MACRO ;* address inkb struct with bx
mov bx,[di].pinkbCur ;
filemon.c
/******************************************************************************
*
* FileMon - File System Monitor for Windows NT/9x
*
* Copyright (c) 1996-2000 Mark Russinovich and Bryce Cogswel
filemon.c
/******************************************************************************
*
* FileMon - File System Monitor for Windows NT/9x
*
* Copyright (c) 1996-2000 Mark Russinovich and Bryce Cogswel
main.c
//==================================================================
//Discription: the monitor program for the YF2410-III development bord,also suitable for all the smdk2410 compalible borad
//Auth
pbprintersmonitoru.pas
{== PBPrintersMonitorU ================================================}
{: This unit implements a component that can be used to monitor print
jobs send to all installed printers.
@author Dr. Pet
command.h
/*
* =====================================================================================
*
* Filename: command.h
*
* Description:
*
* Version: 1.0
* Create
constant.h
/**********************************************************************XBKr
文件名:Constant.h
版权所有 (c) 2004
创建人:韩 林
日 期:2004-09-13
修改人:韩 林
日 期:2004-09-12
描 述:
版 本:v1.0
*******************
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