代码搜索:Monitor
找到约 10,000 项符合「Monitor」的源代码
代码结果 10,000
www.eeworm.com/read/129180/14259998
cfg slip2.cfg
# Configuration file for 'TCP/IP Lean'
# Two SLIP interfaces - use with NETMON to monitor bi-directional serial traffic
net slip pc com1:38400,n,8,1
net slip pc com2:38400,n,8,1
# EOF
www.eeworm.com/read/128482/14293939
cpp exitmonitor.cpp
#ifndef EXIT_MONITOR
#define EXIT_MONITOR
#include "moveready.cpp"
void ttExitMonitor(char *nameOfMonitor) {
MonitorNode* mn;
Monitor* mon;
TaskNode* tn;
mn = (MonitorNode*) rtsys->monit
www.eeworm.com/read/128482/14293984
cpp createevent.cpp
#ifndef CREATE_EVENT
#define CREATE_EVENT
// Create a free event
bool ttCreateEvent(char *name) {
Event* e;
EventNode *en;
if (strcmp(name, "") == 0) {
MEX_ERROR("ttCreateEvent: Name shou
www.eeworm.com/read/230049/14307732
java infologging.java
//: c15:InfoLogging.java
// From 'Thinking in Java, 3rd ed.' (c) Bruce Eckel 2002
// www.BruceEckel.com. See copyright notice in CopyRight.txt.
import com.bruceeckel.simpletest.*;
import java.util
www.eeworm.com/read/230049/14307740
java logtofile2.java
//: c15:LogToFile2.java
// {Clean: LogToFile2.txt,LogToFile2.txt.lck}
// From 'Thinking in Java, 3rd ed.' (c) Bruce Eckel 2002
// www.BruceEckel.com. See copyright notice in CopyRight.txt.
import
www.eeworm.com/read/228814/14362908
s28 serialcfg.s28
;; Do *not* directly modify this file. It was
;; generated by the Configuration Tool; any
;; changes risk being overwritten.
;; INPUT serial.cdb
;; CONFIGURATION/VERSION IN
www.eeworm.com/read/227565/14421035
c f320_flashprimitives.c
//-----------------------------------------------------------------------------
// F320_FlashPrimitives.c
//-----------------------------------------------------------------------------
// Copyrigh
www.eeworm.com/read/126487/14421259
c basic.c
/*************************************************************
File Name: basic.c (RAMDisk 4.1) *
**************************************************************
Programmer: MSC
Last Modifie
www.eeworm.com/read/125596/14482322
plg tinytcpip.plg
Build target 'Target 1'
assembling STARTUP.A51...
compiling arp.c...
SRC\ARP.C(63): warning C280: 'i': unreferenced local variable
SRC\ARP.C(64): warning C280: 'ptr': unreferenced local variable
www.eeworm.com/read/124972/14521633
java passobject.java
//: c03:PassObject.java
// Passing objects to methods may not be what
// you're used to.
// From 'Thinking in Java, 3rd ed.' (c) Bruce Eckel 2002
// www.BruceEckel.com. See copyright notice in Cop