代码搜索结果

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

monitor.cpp

#include "monitor.h" HANDLE g_hOut = NULL; DWORD dwScreenBufferLastRow = 0; void WriteText(char* msg, bool type ) { DWORD lenout; WriteConsole(g_hOut, msg, lstrlen(msg), &lenout,0);

monitor.cpp

// Monitor.cpp: implementation of the CMonitor class. // ////////////////////////////////////////////////////////////////////// #include "stdafx.h" #include "OIL.h" #include "Monitor.h" #ifd

monitor.h

// Monitor.h: interface for the CMonitor class. // ////////////////////////////////////////////////////////////////////// #if !defined(AFX_MONITOR_H__843B6CED_BF98_49B6_8C46_B8186AE56825__INCLUDE

monitor.c

#include "indash.h" #include "indash_g.h" void Delay(long cnt) { char i = 0; while (cnt--) { i++; i++; i++; i++; } } void main(void) {

monitor.lst

C51 COMPILER V7.20 MONITOR 11/06/2006 20:13:30 PAGE 1 C51 COMPILER V7.20, COMPILATION OF MODULE MONITOR OBJECT MODULE PLACED IN

monitor.h

/*********************************************************************/ /** PROGRAM : log and warning information **/ /** FUNCTION : monitor.h