代码搜索:initial
找到约 10,000 项符合「initial」的源代码
代码结果 10,000
www.eeworm.com/read/162614/5539277
cc 3045.cc
// 2001-06-05 Benjamin Kosnik
// Copyright (C) 2001, 2002, 2003 Free Software Foundation, Inc.
//
// This file is part of the GNU ISO C++ Library. This library is free
// software
www.eeworm.com/read/473475/6843629
c int2.c
interrupt void int2c();
extern void initial();
extern void porta();
extern void portb();
int flag=0,i=0;
main()
{
initial();//初始化
while(1) //死循环
{
; //空语句
}
}
www.eeworm.com/read/473392/6851907
v test_add16.v
module Test_Add16();
reg[15:0] x,y;
wire[15:0] ANS;
Add16 add(x,y,ANS);
initial
begin
x=0;
y=0;
#10 x=10;
#10 y=20;
#10 x=13;
#10 y=87;
#10 x=100;
#10 $stop;
end
www.eeworm.com/read/473392/6851946
v t_booth.v
module T_Booth();
reg[7:0] A;
reg[8:0] B;
wire [15:0] SUM;
BoothMul boo(A,B,SUM);
initial
begin
A=0;
B=0;
#10 A=-9;
#10 B=17;
#10 A=-121;
#10 B=234;
#10 B=-127;
#10 B=
www.eeworm.com/read/473392/6851966
bak t_booth.v.bak
module T_Booth();
reg[7:0] A;
reg[8:0] B;
wire [15:0] SUM;
BoothMul boo(A,B,SUM);
initial
begin
A=0;
B=0;
#10 A=-9;
#10 B=17;
#10 A=-121;
#10 B=234;
#10 B=-127;
#10 B=
www.eeworm.com/read/473392/6851973
bak test_add16.v.bak
module Test_Add16();
reg[15:0] x,y;
wire[15:0] ANS;
Add16 add(x,y,ANS);
initial
begin
x=0;
y=0;
#10 x=10;
#10 y=20;
#10 x=13;
#10 y=87;
#10 x=100;
#10 $stop;
end
www.eeworm.com/read/295680/8145936
c tasksegleddisp.c
/********************************************************************
//
// Author: CaiXinBo \\\\\\\ //
//
www.eeworm.com/read/195484/8150227
h arabic-ot.h
/* This file is taken from the FreeType (1) tree. It's been reindented
* to roughly match Pango guidelines (in anticipation of future changes),
* but not otherwise much altered.
*/
/**************