代码搜索结果
找到约 10,000 项符合
Monitor 的代码
monitor.opt
### uVision2 Project, (C) Keil Software
### Do not modify !
cExt (*.c)
aExt (*.a*; *.src; *.s)
oExt (*.obj)
lExt (*.lib)
tExt (*.txt)
pExt (*.plm)
CppX (*.cpp)
DaveTm { 0,0,0,0,0,0,
monitor.opt
### uVision2 Project, (C) Keil Software
### Do not modify !
cExt (*.c)
aExt (*.s*; *.src; *.a*)
oExt (*.obj)
lExt (*.lib)
tExt (*.txt; *.h; *.inc)
pExt (*.plm)
CppX (*.cpp)
DaveTm {
monitor.opt
### uVision2 Project, (C) Keil Software
### Do not modify !
cExt (*.c)
aExt (*.s*; *.src; *.a*)
oExt (*.obj)
lExt (*.lib)
tExt (*.txt; *.h; *.inc)
pExt (*.plm)
CppX (*.cpp)
DaveTm {
monitor.cs
using System;
namespace Sony
{
///
/// Summary description for Monitor.
///
public class Monitor
{
public void ListModelStocks()
{
Console.WriteLine("Foll
monitor.cs
/*
* Monitor.cs - Implementation of the "System.Threading.Monitor" class.
*
* Copyright (C) 2001, 2003 Southern Storm Software, Pty Ltd.
*
* This program is free software; you can redistribute i
monitor.java
package net.jxta.ext.monitor;
import java.io.BufferedReader;
import java.io.File;
import java.io.FileNotFoundException;
import java.io.FileOutputStream;
import java.io.InputStream;
import java.io.Inp
monitor.properties
net.meter.standardEndpoint=Endpoint, \
urn:jxta:uuid-DEADBEEFDEAFBABAFEEDBABE000000080106, \
net.jxta.impl.endpoint.endpointMeter.EndpointServiceMonitor, \
net.jxta.impl.endpoint.end
monitor.h
void uart_init(); /* Initialize UART and Flush FIFOs */
char xgetc (); /* Get a byte from UART Rx FIFO */
char uart_test(); /* Check number of data in UART Rx FIFO */
void xputc (char); /* P
monitor.c
/*------------------------------------------------*/
/* UART functions */
#include
#include
#include "integer.h"
#include "io86fm29.h"
monitor.h
void uart_init(); /* Initialize UART and Flush FIFOs */
char xgetc (); /* Get a byte from UART Rx FIFO */
char uart_test(); /* Check number of data in UART Rx FIFO */
void xputc (char); /* P