代码搜索结果
找到约 10,298 项符合
Monitor 的代码
temperature monitor.lst
A51 MACRO ASSEMBLER TEMPERATURE_MONITOR 07/09/2006 10:06:03 PAGE 1
MACRO ASSEMBLER A51 V8.00
OBJECT MODULE PLACED IN Temperature Monitor.OBJ
trans.tbl
F CUSTOMX.PNG;1 customx.png
F MONITOR.PNG;1 monitor.png
random_tp.v
`timescale 10ns/1ns
module random_tp;
integer data;
integer i;
parameter delay=10;
initial $monitor($time,,,"data=%b",data);
initial
begin
for(i=0; i
test1.v
'timescale 1ns/1ns
module test1;
reg A,B,C;
initial
begin
A = 0; B = 1; C = 0;
#100 C = 1;
#100 A = 1; B = 0;
#100 A = 0;
#100 C = 0;
#100 $finish;
end
initial $monitor($time,,,"A=%d
time_dif.v
`timescale 10ns/1ns
module time_dif;
reg ts;
parameter delay=2.6;
initial
begin
#delay ts=1;
#delay ts=0;
#delay ts=1;
#delay ts=0;
end
initial $monitor($time,,,"
monitor.h
// monitor.h : main header file for the MONITOR application
//
#if !defined(AFX_MONITOR_H__062466CA_651A_462B_896D_95831CBEA1ED__INCLUDED_)
#define AFX_MONITOR_H__062466CA_651A_462B_896D_95831CBE
monitor.cpp
// monitor.cpp : Defines the class behaviors for the application.
//
#include "stdafx.h"
#include "monitor.h"
#include "monitorDlg.h"
#ifdef _DEBUG
#define new DEBUG_NEW
#undef THIS_FILE
s
readme.txt
========================================================================
MICROSOFT FOUNDATION CLASS LIBRARY : monitor
========================================================================
monitor.rc
//Microsoft Developer Studio generated resource script.
//
#include "resource.h"
#define APSTUDIO_READONLY_SYMBOLS
/////////////////////////////////////////////////////////////////////////////
stdafx.cpp
// stdafx.cpp : source file that includes just the standard includes
// monitor.pch will be the pre-compiled header
// stdafx.obj will contain the pre-compiled type information
#include "stdafx.h