代码搜索:initial

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

代码结果 10,000
www.eeworm.com/read/159580/10638346

m parametric2d.m

% parametric2D.m % A program to explore parameteric forms of lines in 2D clear all; close all; x0 = [0 0]'; % initial position x1 = [1 0]'; % initial velocity x2 = [0 1]'; % initial accelera
www.eeworm.com/read/159552/10640276

v loop2.v

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

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/159552/10640621

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/159441/10648243

news

2003-11-11 Initial Release for the Public - vold 0.1 alpha
www.eeworm.com/read/159122/10692928

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/421831/10695457

m test5.m

svnum=1; Svnum = 1; Doppler = 2.25e+3; %DownCvt_FreqPara = 50; % Doppler(i)=-6.9e3+(i-1)*100; gpsdata = MySglGen(Svnum, Doppler); lpfdata=gpsdata; % **************initial parameters**********
www.eeworm.com/read/421516/10733196

m m3.m

% M-file for Exercise 3 RL circuit simulation % input parameters and initial conditions R = 0.4; %R = 0.4 ohm L = 0.04; %L = 0.04 Henry we = 314; % excitation frequency in rad/sec Vac_mag =
www.eeworm.com/read/276181/10758489

c 数据结构3.c

#include void main() { struct childrec/*定义结构体*/ { char initial; /* 姓名首字母 */ int age; /* 年龄 */ int grade; /* 考试成绩 */ }boy,girl;
www.eeworm.com/read/349984/10778749

s tct.s

;/*************************************************************************/ ;/* */ ;/* Copyright (c) 1993-1996 Accelerated