代码搜索:Monitor
找到约 10,000 项符合「Monitor」的源代码
代码结果 10,000
www.eeworm.com/read/235165/14083319
v test1.v
module test_DFF;
reg clk;
reg A;
wire B;
DFF2 test(clk,A,B);
initial
clk=0'b0;
initial
$monitor($time,"A=%b,clk=%b",A,clk);
always
#5 clk=~clk;
initial
begin
#0 A=1'b0;
www.eeworm.com/read/204719/15334533
java calculator.java
import java.awt.*;
import java.awt.event.*;
//setup the windows
public class Calculator{
public static void main(String [] args){
int i=0,j=1,k=0,m=1,n=1;
Frame f=new Frame("计算器");
Tex
www.eeworm.com/read/203746/15352174
s54 firtestcfg.s54
;
; Copyright 2003 by Texas Instruments Incorporated.
; All rights reserved. Property of Texas Instruments Incorporated.
; Restricted rights to use, duplicate or disclose this code are
; g
www.eeworm.com/read/203746/15352178
s54 firtest1cfg.s54
;
; Copyright 2003 by Texas Instruments Incorporated.
; All rights reserved. Property of Texas Instruments Incorporated.
; Restricted rights to use, duplicate or disclose this code are
; g
www.eeworm.com/read/203746/15352190
s54 figtestcfg.s54
;
; Copyright 2003 by Texas Instruments Incorporated.
; All rights reserved. Property of Texas Instruments Incorporated.
; Restricted rights to use, duplicate or disclose this code are
; g
www.eeworm.com/read/202754/15374615
c fame_profile_stats.c
/*
libfame - Fast Assembly MPEG Encoder Library
Copyright (C) 2000-2001 Vivien Chappelier
This library is free software; you can redistribute it and/or
modify it under the terms of th
www.eeworm.com/read/113089/15470451
a51~ hcr.a51~
$NOMOD51
$include (reg1210.inc)
EXTRN code (monitor_isr)
CSEG at 033H
LJMP monitor_isr
END
www.eeworm.com/read/432782/8573652
v xor_tri.v
module xor_tri_state(x0,x1,y);
input x0,x1;
output y;
tri y;
notif1 n1(y,x0,x1);
bufif0 b1(y,x0,x1);
endmodule
module test;
reg x0,x1;
tri y;
xor_tri_state xo(x0,x1,y);
initial
www.eeworm.com/read/181590/9244861
h wpagui.ui.h
/****************************************************************************
** ui.h extension file, included from the uic-generated form implementation.
**
** If you want to add, delete, or rename f