代码搜索:initial
找到约 10,000 项符合「initial」的源代码
代码结果 10,000
www.eeworm.com/read/202460/15383486
ctl userctl1.ctl
VERSION 5.00
Begin VB.UserControl GurhanCoolButton
AutoRedraw = -1 'True
ClientHeight = 1470
ClientLeft = 0
ClientTop = 0
ClientWidth = 4080
www.eeworm.com/read/202293/15387032
c cut.c
/* cut - remove parts of lines of files
Copyright (C) 1984 by David M. Ihnat
This program is a total rewrite of the Bell Laboratories Unix(Tm)
command of the same name, as of System V.
www.eeworm.com/read/201721/15398228
v 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
www.eeworm.com/read/201721/15398241
v 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,,,"
www.eeworm.com/read/201721/15398242
v mult_tp.v
`timescale 10ns/1ns
module mult_tp;
reg[7:0] a,b;
wire [15:0] out;
integer i,j;
mult8 m1(out,a,b);
initial
begin
a=0;b=0;
for(i=1;i
www.eeworm.com/read/200854/15421792
v 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
www.eeworm.com/read/200854/15421805
v 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,,,"
www.eeworm.com/read/200854/15421806
v mult_tp.v
`timescale 10ns/1ns
module mult_tp;
reg[7:0] a,b;
wire [15:0] out;
integer i,j;
mult8 m1(out,a,b);
initial
begin
a=0;b=0;
for(i=1;i
www.eeworm.com/read/113179/15467633
lst main.lst
C51 COMPILER V6.23a MAIN 11/14/2002 00:33:00 PAGE 1
C51 COMPILER V6.23a, COMPILATION OF MODULE MAIN
OBJECT MODULE PLACED IN m
www.eeworm.com/read/113179/15467656
lst main.lst
C51 COMPILER V6.23a MAIN 11/14/2002 00:33:32 PAGE 1
C51 COMPILER V6.23a, COMPILATION OF MODULE MAIN
OBJECT MODULE PLACED IN m