代码搜索:initial

找到约 10,000 项符合「initial」的源代码

代码结果 10,000
www.eeworm.com/read/456603/7343893

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/455392/7372607

c 5_1_2a.c

//P1口作为输出端口,在PC机上观察P1口的输出变化: #include //包含头文件 #include //包含头文件 extern serial_initial(); //串行口初始化外部函数,具体内容见上一章4.6节 void main(void) //主函数 { unsigned char n; ser
www.eeworm.com/read/455392/7372608

c 5_1_3.c

//P1口作为输入端口: #include //包含头文件 #include //包含头文件 extern serial_initial(); //串行口初始化外部函数,具体内容见上一章4.6节 void main(void) //主函数 { unsigned char m; serial_initial(); //调
www.eeworm.com/read/455392/7372671

c 4_6.c

#include //包含头文件 #include //包含头文件 void serial_initial(void) //串行口初始化函数 { SCON = 0x52; //串口方式1,允许接收 TMOD = 0x20; //定时器1,定时方式2 TH1 = 0xE8; //11.0592MHz
www.eeworm.com/read/452945/7428952

bak top_tb.v.bak

`timescale 1ns/1ns module top_tb ; parameter CLK_CYCLE =50; reg clk ; wire [31:0] pc ; reg reset ; top DUT ( .clk (clk ) , .pc (pc ) , .reset (
www.eeworm.com/read/452945/7428958

v top_tb.v

`timescale 1ns/1ns module top_tb ; parameter CLK_CYCLE =50; reg clk ; wire [31:0] pc ; reg reset ; top DUT ( .clk (clk ) , .pc (pc ) , .reset (
www.eeworm.com/read/450210/7488718

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/450210/7488731

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/450210/7488732

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/449504/7502436

txt growthley.txt

% a data set from Fernandez, Ley and Steel % on 72 countries and their growth rates over 1960-80 period load growthley.dat; % 1 longitude % 2 latitude % 3 gdp growth rate 1960-1980 % 4 PrSc En