代码搜索:simulating

找到约 328 项符合「simulating」的源代码

代码结果 328
www.eeworm.com/read/281000/10274158

cpp fig01_05.cpp

/** * A class for simulating an integer memory cell. */ class IntCell { public: /** * Construct the IntCell. * Initial value is 0. */ IntCell( ) { storedVal
www.eeworm.com/read/293917/3927336

cpp fig01_19.cpp

/** * A class for simulating a memory cell. */ template class MemoryCell { public: explicit MemoryCell( const Object & initialValue = Object( ) ) : storedValue(
www.eeworm.com/read/293917/3927479

cpp fig01_05.cpp

/** * A class for simulating an integer memory cell. */ class IntCell { public: /** * Construct the IntCell. * Initial value is 0. */ IntCell( ) { storedVal
www.eeworm.com/read/266379/11229434

cpp fig01_05.cpp

/** * A class for simulating an integer memory cell. */ class IntCell { public: /** * Construct the IntCell. * Initial value is 0. */ IntCell( ) { storedVal
www.eeworm.com/read/293917/3927418

cpp fig01_06.cpp

/** * A class for simulating an integer memory cell. */ class IntCell { public: explicit IntCell( int initialValue = 0 ) : storedValue( initialValue ) { } int read( ) const
www.eeworm.com/read/393424/8287837

readme

SDE TOOLBOX - SIMULATION AND ESTIMATION OF STOCHASTIC DIFFERENTIAL EQUATIONS WITH MATLAB "SDE Toolbox" is a MATLAB package for simulating sample paths of the solution of a Ito or Stratonovich stoch
www.eeworm.com/read/101063/15855005

cpp simulate_ps.cpp

// // in this source code I will demonstrate via example the "canonical" and compliant way of // simulating class template partial specialization and function templates partial ordering // both are
www.eeworm.com/read/434662/7850759

m runabc.m

%%%%%ARTIFICIAL BEE COLONY ALGORITHM%%%% %Artificial Bee Colony Algorithm was developed by Dervis Karaboga in 2005 %by simulating the foraging behaviour of bees. %Contact: %Dervis Karaboga (k
www.eeworm.com/read/150435/12293711

cpp simulator-codered-100run.cpp

//====================== simulator-codered-100run.cpp =================================== // Simulate Code Red worm propagation ( also can be used for simulating Slammer worm). // 1. First pro
www.eeworm.com/read/8872/154308

asv runabc.asv

%%%%%ARTIFICIAL BEE COLONY ALGORITHM%%%% %Artificial Bee Colony Algorithm was developed by Dervis Karaboga in 2005 %by simulating the foraging behaviour of bees. %Copyright ? 2008 Erciyes Univ