代码搜索结果

找到约 10,000 项符合 Monitor 的代码

modify.c

/************************************************************* * File: mon/modify.c * Purpose: Part of core Monitor. This module implements the 'm' command. * Author: Phil Bunce (pjb@carmel.com) *

4882query.cs

using System; using System.Runtime.InteropServices; // Used for _getch() to monitor user inputs using NationalInstruments.NI4882; // This namespace must be included to reference the .NET

msp430x22x4_uscia0_irda_02.c

//****************************************************************************** // MSP430F22x4 Demo - USCI_A0 IrDA Monitor, 8MHz SMCLK // // Description: This example receives bytes through the

synchlist.cc

// synchlist.cc // Routines for synchronized access to a list. // // Implemented in "monitor"-style -- surround each procedure with a // lock acquire and release pair, using condition signal and wai

arpstat.asm

; ; ARP Status Monitor ; ; Compile with FASM for Menuet ; ; This program displays the ARP table, and it's settings use32 org 0x0 db 'MENUE

cpu01mon.sa

**===========================================================================** ** ** D E B U G G E R CPU01 Debug Monitor ** ** www.OpenCores.Org - August 2003 ** This software adheres to t

msp430x24x_uscia0_irda_02.c

//****************************************************************************** // MSP430x24x Demo - USCI_A0 IrDA Monitor, 8MHz SMCLK // // Description: This example receives bytes through the U

readwritefair.java

package concurrency.readwrite; // // The Read Write Monitor Class - fair version // class ReadWriteFair implements ReadWrite { private int readers =0; private boolean writing = false

msp430x24x_uscia0_irda_02.c

//****************************************************************************** // MSP430x24x Demo - USCI_A0 IrDA Monitor, 8MHz SMCLK // // Description: This example receives bytes through the U

msp430x24x_uscia0_irda_02.s43

;******************************************************************************* ; MSP430x24x Demo - USCI_A0 IrDA Monitor, 8MHz SMCLK ; ; Description: This example receives bytes through the US