代码搜索结果
找到约 10,000 项符合
Monitor 的代码
monitor.h
//---------------------------------------------------------------------------
#ifndef MonitorH
#define MonitorH
//---------------------------------------------------------------------------
#i
monitor.dfm
object MonitorFrame: TMonitorFrame
Left = 0
Top = 0
Width = 763
Height = 506
Font.Charset = GB2312_CHARSET
Font.Color = clWindowText
Font.Height = -12
Font.Name = '宋体'
Font.
monitor.lst
C51 COMPILER V7.02b MONITOR 09/27/2005 23:33:35 PAGE 1
C51 COMPILER V7.02b, COMPILATION OF MODULE MONITOR
OBJECT MODULE PLACED I
monitor.c
/****************************************/
/* Copyright (c) 2004, 通信工程学院 */
/* All rights reserved. */
/****************************************/
#include
monitor.cpp
#include
#include
#include
#include
using namespace std;
#define QSIZE 8
class monitor
{
private:
pthread_cond_t full; /* count the number of chara
monitor.java
//set 方法 get方法
package dssclient;
class monitor
{
private boolean goOn;
public monitor(boolean b)
{
goOn = b;
}
public boolean getGoOn()
{
return goOn;
}
protected void set