代码搜索:Simulate

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

代码结果 2,241
www.eeworm.com/read/180233/9314976

m cecompensation.m

%-------------- Fading compensation by CE symbol -------------- function [icompen,qcompen,h] = cecompensation (ch2,ch7,ce) %If you would like to simulate performance under CE-based compensation, ple
www.eeworm.com/read/425699/10336365

m go_randkey.m

% GO_RANDKEY Scan the database to generate random keypoints % % We simulate the feature distribution proposed by % % [1] E. Nowak, F. Jurie, and B. Triggs, "Sampling strategies for % bag-of-
www.eeworm.com/read/354574/10344936

m chain.m

% chain.m simulates a Markov chain on {1, 2, ..., n} given an initial % distribution and a transition matrix. % Program to simulate a Markov chain % You might want to set up another .m file that
www.eeworm.com/read/419059/10887980

m modelnonlinear.m

function [x, y, xhat] = ModelNonlinear(x, u, xhat, sigmaX, sigmaY) % function [x, y, xhat] = ModelNonlinear(x, u, xhat, sigmaX, sigmaY) % % Simulate the nonlinear model of the truck-trailer syste
www.eeworm.com/read/272894/10936983

dpr ex.dpr

{ Simulate and Expression It's a typical problem of expression process. Key is defining the priority of opearator. } program Ural_1101(Input,Output); const MaxLen=1000; MaxN=100; M_TURN
www.eeworm.com/read/469306/6972992

m pubfile.m

%% B-A Scale-Free Network Generation and Visualization % *By Mathew Neil George* %% Description and Cautions % The *SFNG* m-file is used to simulate the B-A algorithm and returns scale-free % ne
www.eeworm.com/read/296483/8100644

cpp siminetd.cpp

// siminetd.cpp // program to simulate the way inetd starts a network server // copyright SafeTP Development Group, Inc., 2000 Terms of use are as specified in license.txt #include "sockutil.h"
www.eeworm.com/read/296045/8126807

c bsdsignal.c

/* * bsdsignal.c * * Use sigaction() to simulate BSD signal() */ #include "config.h" void (*bsd_signal(int signum, void (*handler)(int)))(int) { struct sigaction action, oldaction; memset(&
www.eeworm.com/read/145405/12726439

cpp simulatedoc.cpp

// SimulateDoc.cpp : implementation of the CSimulateDoc class // #include "stdafx.h" #include "Simulate.h" #include "SimulateDoc.h" #include "SimulateView.h" #include "ToolsPanel.h" #incl
www.eeworm.com/read/331558/12821529

asv pubfile.asv

%% B-A Scale-Free Network Generation and Visualization % *By Mathew Neil George* %% Description and Cautions % The *SFNG* m-file is used to simulate the B-A algorithm and returns scale-free % ne