代码搜索结果
找到约 10,298 项符合
Monitor 的代码
monitor.h
/* XPM */
static char *monitor[] = {
/* columns rows colors chars-per-pixel */
"19 19 260 2",
" c Gray0",
". c #0433043a0433",
"X c Gray2",
"o c #062c06220626",
"O c #0cb40cb50cb4",
"+ c #0ccd0
monitor.cpp
/***************************************************************************
* Copyright (C) 2004 - 2006 by ZJUBase *
* National La
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,,,"
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,,,"
55 temperatuer 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 {
constrctdemo1.java
class Monitor
{
private String brand;
private int color;
private String size;
public Monitor(String brand, int color, String s)
{
this.brand = brand;
this.color = color;
this.si