代码搜索:initial

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

代码结果 10,000
www.eeworm.com/read/416038/11044001

c main.c

/* main.c File The timer's main file Created by Computer-lov. Date: 2005.5.25 Last edited date:2005.5.25 Copyright (c) 2005 Computer-lov version 1.0 All rigths reserved 欢迎访
www.eeworm.com/read/471047/6904480

hif xianshi.hif

Version 7.0 Build 33 02/05/2007 SJ Web Edition 18 1000 OFF OFF OFF OFF OFF FV_OFF Level2 0 0 VRSM_ON VHSM_ON 0 -- Start Partition -- -- End Partition -- -- Start Library Paths -- --
www.eeworm.com/read/470126/6924970

h tm_extr.h

/*************************************************************************/ /* */ /* Copyright Mentor Graphics Cor
www.eeworm.com/read/469758/6926355

hif test.hif

Version 7.2 Build 207 03/18/2008 Service Pack 3 SJ Full Version 39 2401 OFF OFF OFF OFF ON ON OFF FV_OFF Level2 0 0 VRSM_ON VHSM_ON 0 -- Start Partition -- -- End Partition -- -- St
www.eeworm.com/read/469516/6929688

hif first.hif

Version 7.2 Build 175 11/20/2007 Service Pack 1 SJ Full Version 39 2309 OFF OFF OFF OFF ON ON OFF FV_OFF Level2 0 0 VRSM_ON VHSM_ON 0 -- Start Partition -- -- End Partition -- -- St
www.eeworm.com/read/196029/6934546

v half_clkt.v

`timescale 1ns/100ps module half_clkt; reg clk,reset; wire clk_out; always #100 clk =~clk; initial begin clk=0; reset=1; #10 reset=0; #110 reset=1; #100000 $stop; end half_clk n0(.res
www.eeworm.com/read/467831/7001916

cpp test_hmm.cpp

// file : hmm.cc // authors: Richard Myers and Jim Whitson // version: 1.03 [August 21, 1995] #include #include #include #include #include #
www.eeworm.com/read/466880/7022767

h pca.h

#ifndef _PCA_H_ #define _PCA_H_ /*==============================================================*/ /*类型定义 */ /*========================
www.eeworm.com/read/465033/7064434

hif shifter.hif

Version 7.2 Build 207 03/18/2008 Service Pack 3 SJ Full Version 38 2277 OFF OFF OFF OFF ON ON ON FV_OFF Level2 0 0 VRSM_ON VHSM_ON 0 -- Start Partition -- -- End Partition -- -- Sta
www.eeworm.com/read/197560/7071412

v pulse_level_test.v

`timescale 1us / 1us module PULSE_LEVEL_TEST; reg CLK, CLKX, RST; wire [16:0] H_LEVEL; wire [7:0] L_LEVEL; PULSE_LEVEL