代码搜索:initial

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

代码结果 10,000
www.eeworm.com/read/304723/13788281

qmsg test.fit.qmsg

{ "Info" "IQEXE_SEPARATOR" "" "Info: *******************************************************************" { } { } 3} { "Info" "IQEXE_START_BANNER_PRODUCT" "Fitter Quartus II " "Info: Running Quartu
www.eeworm.com/read/303058/13822597

txt release_notes.txt

#################################################################### # # Release notes for EKF/UKF # # $Id: Release_Notes.txt 112 2007-09-04 12:28:19Z ssarkka $ # ###################
www.eeworm.com/read/302514/13833489

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/302514/13833502

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/302514/13833503

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/302326/13837639

m se2.m

%SE2 Problem 4.2 % % 'ifile.mat' - input file containing: % I - members of ensemble % K - iterations % s - deterministic part of reference signal % sigman - standard devi
www.eeworm.com/read/301285/13861736

c hellowin.c

/*------------------------------------------------------------ HELLOWIN.C -- Displays "Hello, Windows 98!" in client area (c) Charles Petzold, 1998 ---------------------------
www.eeworm.com/read/301005/13871802

pas initialize.pas

unit initialize; interface uses Windows, Messages, SysUtils, Variants, Classes, Graphics, Controls, Forms, Dialogs, StdCtrls, Buttons, ExtCtrls, CheckLst, DB, ADODB; type TForm_initi
www.eeworm.com/read/151814/5678817

java globalcounter.java

public class GlobalCounter { public final static int initial_value = 0; private static int count = initial_value; public static synchronized void reset() { set(initial_value); } public
www.eeworm.com/read/151482/5682544

java threadlocaltargetsourcetests.java

/* * Copyright 2002-2005 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License.