代码搜索:initial

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

代码结果 10,000
www.eeworm.com/read/193461/8225817

html gettexparameter.html

NAME glGetTexParameterfv, glGetTexParameteriv - return texture parameter values C
www.eeworm.com/read/294252/8244732

c rtexec.c

#include "includes.h" /**************************************************************************** * Disable all compiler optimizations (except register variables) for this * module. Common
www.eeworm.com/read/393976/8252595

m vtb1_3.m

function [t,x,v] = vtb1_3(rkf,u,t,x0,v0) %VTB1_3 VTB1_3(xdd,f,t,x0,v0) % Runge-Kutta fourth order solution to a first order DE % t is a row vector from the initial time to the final time
www.eeworm.com/read/393976/8252710

m vtb9_2.m

function [x,xd]=VTB9_2(n,dt,x0,xd0,a,b,c) %VTB9_2 Finds the multiple degree of freedom system % undamped response using Euler's method. % x=VTB9_2(n,dt,x0,a) Solves the system given the % in
www.eeworm.com/read/393976/8252729

m vtb1_2.m

function [x,xd]=VTB1_2(n,dt,x0,xd0,a,b,c) %VTB1_2 Finds the multiple degree of freedom system % unforced response using Euler's method. % x=VTB1_2(n,dt,x0,a) Solves the system given the % in
www.eeworm.com/read/293873/8268047

asv known_input.asv

clear % The number of DDOF n=3; %dt=input('Time step '); % When f(t) is asuumed to be constant in [k*dt (k+1)*dt] dt must be small dt=0.02; % Measured acceleration responses load respons
www.eeworm.com/read/293873/8268065

m known_input.m

clear % The number of DDOF n=3; %dt=input('Time step '); % When f(t) is asuumed to be constant in [k*dt (k+1)*dt] dt must be small dt=0.02; % Measured acceleration responses load respons
www.eeworm.com/read/293118/8314584

c zhouqixinhaoceliang.c

/*********************************************************** 周期信号测量实验(方案2) 2002-4-8 PHIL Instrument & Equitment Co,.Ltd. ***********************************************************/ #inc
www.eeworm.com/read/292921/8323416

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/370521/9597822

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