代码搜索:simulate

找到约 2,241 项符合「simulate」的源代码

代码结果 2,241
www.eeworm.com/read/434781/7801840

java fill41.java

// generics/Fill41.java // TIJ4 Chapter Generics, Exercise 41, page 737 // Modify Fill2.java to use the classes in typeinfo.pets instead // of the Coffee classes. // Using adapters to simulate lat
www.eeworm.com/read/333003/12711606

java fill41.java

// generics/Fill41.java // TIJ4 Chapter Generics, Exercise 41, page 737 // Modify Fill2.java to use the classes in typeinfo.pets instead // of the Coffee classes. // Using adapters to simulate lat
www.eeworm.com/read/331336/12832654

m simfile.m

function Yt = simFILE(model, filename,Xt,Yt) % Only for intern LS-SVMlab use; % % simulate the LS-SVM model using the FILE interface to the C-file; % By default, the file 'buffer.mc' is used to pass t
www.eeworm.com/read/139320/13161447

m simfile.m

function Yt = simFILE(model, filename,Xt,Yt) % Only for intern LS-SVMlab use; % % simulate the LS-SVM model using the FILE interface to the C-file; % By default, the file 'buffer.mc' is used to pass t
www.eeworm.com/read/138257/13244821

c craps.c

/* Program to simulate the exciting and confusing game of casino craps. Basically you roll two dice and total the number. If it's a 7 or 11 you win; 2, 3 or 12 and you lose. Easy enough. If you ro
www.eeworm.com/read/324303/13273896

m simfile.m

function Yt = simFILE(model, filename,Xt,Yt) % Only for intern LS-SVMlab use; % % simulate the LS-SVM model using the FILE interface to the C-file; % By default, the file 'buffer.mc' is used to pass t
www.eeworm.com/read/320045/13434020

m simu2data.m

function SIMU2DATA %simulate a 2-way data (matrix) %chrom is a matrix with peak height,peak position and peak variance of several chromatography peaks %such as chrom =[1 20 1;1.5 40 0.8;2 70 1.2]
www.eeworm.com/read/318947/13466028

m simfile.m

function Yt = simFILE(model, filename,Xt,Yt) % Only for intern LS-SVMlab use; % % simulate the LS-SVM model using the FILE interface to the C-file; % By default, the file 'buffer.mc' is used to pass t
www.eeworm.com/read/317899/13493384

m mlpekf.m

function [y,theta,thetaRecord,PRecord,OutputVariance] = mlpekf(x,d,s1,s2,Rparameter,Qparameter,KalmanP,initVar,tsteps) % PURPOSE: To simulate a standard EKF-MLP training algorithm. % INPUTS : - x = T
www.eeworm.com/read/317899/13493387

m mlpekfq.m

function [y,theta,thetaRecord,PRecord,OutputVariance,qplot] = mlpekfQ(x,d,s1,s2,Rparameter,Qparameter,KalmanP,initVar,window,tsteps) % PURPOSE: To simulate a standard EKF-MLP training algorithm. % INP