代码搜索:initial

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

代码结果 10,000
www.eeworm.com/read/269320/11101164

txt yabflex.txt

%{ /* YABASIC --- a tiny integrated Basic Compiler/Interpreter FLEX - part this Program is subject to the GNU General Public License; see the file yabasic.c for detai
www.eeworm.com/read/268989/11112312

v 相应加法器的测试向量(test bench).v

// download from: www.pld.com.cn & www.fpga.com.cn module test_counter; reg clk, rst; wire [7:0] count; counter #(5,10) dut (count,clk,rst); initial // Clock generator begin cl
www.eeworm.com/read/414433/11112408

v stopwatch_tb.v

`timescale 100us/10us module stopwatch_tb; reg clk,rst; wire[6:0] ss,mm,ms; wire[4:0] hh; always #5 clk = ~clk; initial begin clk = 0; end initial begin rst = 0; #1 rst =
www.eeworm.com/read/414255/11122866

c list.c

#include "list.h" #include "salloc.h" #include #define INITIAL_SIZE 16 List *new_list(void) { List *list = safe_malloc(sizeof(List)); list->size = 0; list->allocat
www.eeworm.com/read/414255/11123150

c list.c

#include "list.h" #include "salloc.h" #include #define INITIAL_SIZE 16 List *new_list(void) { List *list = safe_malloc(sizeof(List)); list->size = 0; list->allocat
www.eeworm.com/read/267768/11163801

v sim_linear2ulaw.v

`timescale 1ns/1ns `include "linear2ulaw.v" module sim_linear2ulaw; //input clk; //output[15:0] linear; //output[7:0] ulaw; //input clk; integer linear; reg[7:0] ulaw; //re
www.eeworm.com/read/267768/11163820

v test_int2alaw.v

// file: test_int2alaw.v `timescale 10ns/1ns `include "int2alaw.v" module test_int2alaw; reg[15:0] law16_int; //Input reg clk; wire[7:0] alaw; //Output integer i;
www.eeworm.com/read/267768/11163842

v test_ulaw2int.v

// file: test_ulaw2int.v `timescale 10ns/1ns `include "ulaw2int.v" module test_ulaw2int; reg[7:0] ulaw; // Input reg clk; wire[15:0] law16_int; // Output integer
www.eeworm.com/read/267762/11163900

m reportantparams.m

function Output=reportAntParams(len0, width0, prboffset0, bw0, prbimp0, lam0, height, er, zin, freq) % This function outputs the initial Design requirements and parameters. %%%%%%%%%%%%%%%%%%%%%
www.eeworm.com/read/412504/11195725

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