代码搜索:initial

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

代码结果 10,000
www.eeworm.com/read/297875/7990966

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/297875/7990967

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/398136/8004000

v signal_detect_tb2.v

`timescale 10ns/1ns // unit / per... module Signal_detect_tb2; reg din,clk,reset; wire sig_a,sig_b,sig_c,bit_en_temp; // `include "./Signal_detect.v" Signal_detect U2 (.DIN(din),.CLK(clk),.RESET(res
www.eeworm.com/read/197319/8004397

lnp test2051.lnp

".\scan_led.obj", ".\initial89c2051.obj", ".\74hc154.obj" TO "test2051"
www.eeworm.com/read/197288/8005815

cpp crc.cpp

// // Title: Cyclic Reducancy Check Template Class Implementation // // Copyright 1999, Colosseum Builders, Inc. // All rights reserved. // // Colosseum Builders, Inc. makes no warranty, ex
www.eeworm.com/read/398003/8011027

bas mdl_data.bas

Attribute VB_Name = "Mdl_Data" '数据连接模块 Public PublicStr As String Public AdoRs As New ADODB.Recordset '后添加一个记录集对象 Public AdoRs1 As New ADODB.Recordset '后添加一个记录集对象 Public AdoRs
www.eeworm.com/read/297402/8025068

m ex4_20.m

G1=tf([5,100],[1,8,32,80,100]); G=ss(G1); u0=[2,-1,-24]; Y0=[0.3; 0.5; 0; 0]; hatY0=Y0-[0; G.c*G.b*u0(1); G.c*G.b*u0(2)+G.c*G.a*G.b*u0(1); G.c*G.b*u0(3)+G.c*G.a*G.b*u0(2)+G.c*G.a^2*G.b
www.eeworm.com/read/297233/8041137

fns cpp.fns

\initial {#} \entry {\code {#assert}}{37} \entry {\code {#cpu}}{36} \entry {\code {#define}}{10} \entry {\code {#elif}}{33} \entry {\code {#else}}{32} \entry {\code {#error}}{38} \entry {\code {#ident
www.eeworm.com/read/196917/8042255

m main.m

%标准遗传算法 %优化函数为f=-(x-1)^2+4,其中,0
www.eeworm.com/read/297042/8057715

m main.m

%标准遗传算法 %优化函数为f=-(x-1)^2+4,其中,0