代码搜索:initial

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

代码结果 10,000
www.eeworm.com/read/343297/11959758

uv2 time_temperature.uv2

### uVision2 Project, (C) Keil Software ### Do not modify ! Target (Target 1), 0x0000 // Tools: 'MCS-51' Group (Source Group 1) File 1,1, 0x0 File 1,1,
www.eeworm.com/read/256581/11986415

changelog

002: * convert to kpartx name everywhere * remove all HDGEO ioctl code * now work with files by mapping loops on the fly * merged and massage lopart.[ch] from lomount.[ch] (due credit to original au
www.eeworm.com/read/154092/11989996

m fig2_22.m

% % This file generates the graphs of the characteristic % impedance for the microstrip line of two different % metallization thicknesses % % Copyright (c) 1999 by P.Bretchko and R.Lud
www.eeworm.com/read/256510/11993279

cpp pgm14_07.cpp

// // This file contains the C++ code from Program 14.7 of // "Data Structures and Algorithms // with Object-Oriented Design Patterns in C++" // by Bruno R. Preiss. // // Copyright (c) 1998
www.eeworm.com/read/342759/12001169

h ccc_empl.h

#ifndef CCC_EMPL_H #define CCC_EMPL_H #include using namespace std; /** A basic employee class that is used in many examples in the book "Computing Concepts with C++ Essentials" */ c
www.eeworm.com/read/256247/12011952

htm ads.htm

www.eeworm.com/read/342294/12031908

v testbench.v

`include "params.v" module VD(); reg CLOCK; initial CLOCK = 0; always #(`HALF/2) CLOCK = ~CLOCK; reg Reset; reg DRESET; initial begin DRESET = 1;
www.eeworm.com/read/152709/12091538

v tb.v

module tb; reg clk,d_in; wire d_out; initial begin clk=0; forever #20 clk=~clk; end initial begin d_in=0; forever #300 d_in
www.eeworm.com/read/152709/12091549

bak tb.v.bak

module tb; reg clk,d_in; wire d_out; initial begin clk=0; forever #20 clk=~clk; end initial begin d_in=0; forever #300 d_in
www.eeworm.com/read/254988/12109453

c lcd_tx06d18.c

/************************************************************** The initial and control for 320⊙240 16Bpp TFT LCD----TX06D18 **************************************************************/ #inclu