代码搜索:initial

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

代码结果 10,000
www.eeworm.com/read/163511/10155679

m kalman_update.m

function [xnew, Vnew, loglik, VVnew] = kalman_update(A, C, Q, R, y, x, V, varargin) % KALMAN_UPDATE Do a one step update of the Kalman filter % [xnew, Vnew, loglik] = kalman_update(A, C, Q, R, y, x, V
www.eeworm.com/read/358400/10189809

h cslr_mdio.h

#ifndef _CSLR_MDIO_H_ #define _CSLR_MDIO_H_ #include "cslr.h" //#include "mdio.h" #include "cslr_mdio_001.h" /**************************************************************************\ *
www.eeworm.com/read/355389/10271015

v loop2.v

module loop2; integer i; initial begin i=0; while(i
www.eeworm.com/read/355389/10271022

v loop3.v

module loop3; integer i; initial begin i=0; repeat(4) begin $display ("i=%h",i); i=i+1; end end endmodule
www.eeworm.com/read/355389/10271667

v adder_tp.v

`timescale 1ns/1ns `include "adder4.v" module adder_tp; reg[3:0] a,b; reg cin; wire[3:0] sum; wire cout; integer i,j; adder4 adder(sum,cout,a,b,cin); always #5 cin=~cin; initial begin
www.eeworm.com/read/281000/10273636

cpp fig08_07.cpp

/** * Construct the disjoint sets object. * numElements is the initial number of disjoint sets. */ DisjSets::DisjSets( int numElements ) : s( numElements ) { for( int i = 0; i < s.size( )
www.eeworm.com/read/281000/10274158

cpp fig01_05.cpp

/** * A class for simulating an integer memory cell. */ class IntCell { public: /** * Construct the IntCell. * Initial value is 0. */ IntCell( ) { storedVal
www.eeworm.com/read/162603/10292038

m confg.m

% MATLAB SIMULATION OF NSA FS-1016 CELP v3.2 % COPYRIGHT (C) 1995-99 ANDREAS SPANIAS AND TED PAINTER % % This Copyright applies only to this particular MATLAB implementation % of the FS-1016 CELP
www.eeworm.com/read/162603/10292252

m confg.m

% MATLAB SIMULATION OF NSA FS-1016 CELP v3.2 % COPYRIGHT (C) 1995-99 ANDREAS SPANIAS AND TED PAINTER % % This Copyright applies only to this particular MATLAB implementation % of the FS-1016 CELP
www.eeworm.com/read/425992/10297046

c main.c

//cd wxl #include #define uint unsigned int #define uchar unsigned char #define DELAY 10000 //小灯控端口定义 #define RLED P1_0 #define YLED P1_1 /**********************************