代码搜索:initial

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

代码结果 10,000
www.eeworm.com/read/152785/12084842

c random.c

/* * This is the ``Mersenne Twister'' random number generator MT19937, which * generates pseudorandom integers uniformly distributed in 0..(2^32 - 1) * starting from any odd seed in 0..(2^32 - 1).
www.eeworm.com/read/152755/12087503

m diff_enc.m

function [out] = diff_enc(in,arg1,arg2) % DIFF_ENC .... Differential encoding function for binary sequences. % % [Y] = DIFF_ENC(X,DELAY,INITIAL) generates the output sequence Y from X % such t
www.eeworm.com/read/340630/12142250

h mfset.h

#include"ADT.h" Status Initial(MFSet *S,int v,int point[]) { int k; S->n=v; for(k=1;knodes[k].data=point[k]; //将顶点存入结点中 S->nodes[k].parent=NULL;
www.eeworm.com/read/253870/12179457

m dde45l1.m

function [T,X]=dde45l1(t0,tf,x0,initfun,delay,A0,AA,B,delayF,F,tol) %DDE45L1 Solves systems of functional-differential equations with % delay of kind % . % x(t)=A0*x(t)+AA*y(-tau)+integral
www.eeworm.com/read/253870/12179485

m initiald.m

function [T,V]=initiald(tf,x0,initfun,a0,a1,b,c,d,delay,F,tol); %INITIALD Initial condition response of continuous-time linear systems % with delays. % INITIALD simulates the linear time-delay
www.eeworm.com/read/339794/12204156

cta gasburner.cta

/* * model: Hybrid CTA-model of simple Gasburner example. * modules: GasBurner * author: Dirk Beyer, 2000 * last change: 2001-12-20 mvogel * * Based on: Alur, Courcoubetis, Henziger, Ho *
www.eeworm.com/read/339293/12244280

m expl4_5.m

% Example 4. 5 Controllability of tanks in series. % Original file from: % ------------------------------------------------------------------------------ % Simexample.m % Roy Smith: very early AM,
www.eeworm.com/read/339293/12244617

m cola4_f1.m

function xprime=cola4(t,X) % WITH 1% CHANGE IN FEED RATE % sample usage: [t,x]=ode15s('cola4',[0 5000],0.5*ones(1,82)); % % cola4 - Subroutine for simulation using MATLAB integration routine %
www.eeworm.com/read/339293/12244687

m cola4_f1.m

function xprime=cola4(t,X) % WITH 1% CHANGE IN FEED RATE % sample usage: [t,x]=ode15s('cola4',[0 5000],0.5*ones(1,82)); % % cola4 - Subroutine for simulation using MATLAB integration routine %
www.eeworm.com/read/339293/12244713

m cola4k2.m

function xprime=cola4(t,X) % sample usage: [t,x]=ode15s('cola4',[0 5000],0.5*ones(1,82)); % % cola4 - Subroutine for simulation using MATLAB integration routine % It calls the distillatio