代码搜索:initial

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

代码结果 10,000
www.eeworm.com/read/309192/6342020

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/494683/6359990

txt bank.txt

//banking Project #include #include #include #include #include #include #include #include #include
www.eeworm.com/read/494047/6386884

frm frm_sjql.frm

VERSION 5.00 Object = "{67397AA1-7FB1-11D0-B148-00A0C922E820}#6.0#0"; "MSADODC.OCX" Begin VB.Form frm_SJQL Caption = "Form1" ClientHeight = 3570 ClientLeft = 60
www.eeworm.com/read/493479/6393996

h polygon.h

# ifndef _POLYGON_H_ # define _POLYGON_H_ # include "math.h" # include "initial.h" # include "dfree.h" # define BOOL int # define TRUE 1 # define FALSE 0 BOOL OnPolygon(POLYGON *,PO
www.eeworm.com/read/493206/6398538

m hmm_forward_backward.m

function [a, b] = HMM_Forward_Backward(a, b, V) % Find the probability transition matrices a,b from sample data using the forward-backward algorithm % % Inputs: % a - Initial estimate of the
www.eeworm.com/read/492009/6429758

v stopwatch_tb.v

`timescale 1 ns / 1 ps module testbench; reg tbreset, tbstrtstop; reg tbclk; wire [6:0] onesout, tensout; wire [9:0] tbtenthsout; // ///////////////////////////// // Instantiatation of the D
www.eeworm.com/read/492033/6430411

h inicd.h

#ifndef INICD_H #define INICD_H #include "iotools.h" #include "alias.h" /** This class holds data about initial condition in the given node. */ class inicd { public : inicd (void); ~inicd(
www.eeworm.com/read/491340/6438903

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/491340/6438917

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/491340/6438918

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