代码搜索:simulating
找到约 328 项符合「simulating」的源代码
代码结果 328
www.eeworm.com/read/123945/6056751
instlin
---------------------------------------------------------------
OVERVIEW OF FILES ASSOCIATED WITH SIMULATION OF CONTROL SYSTEMS
BASED O
www.eeworm.com/read/208476/15246759
instlin
---------------------------------------------------------------
OVERVIEW OF FILES ASSOCIATED WITH SIMULATION OF CONTROL SYSTEMS
BASED O
www.eeworm.com/read/162915/5512141
ref spread.ref
Simulating point nr 1
Itteration 1: ber = 0.13016
Breaking on point 1 with 6508 errors.
Simulating point nr 2
Itteration 1: ber = 0.103
Breaking on point 2 with 5150 errors.
Simulating point
www.eeworm.com/read/151067/5687055
ref convcode.ref
Now simulating point 1 out of 5
Breaking on point 1 with 3297 errors.
Now simulating point 2 out of 5
Breaking on point 2 with 781 errors.
Now simulating point 3 out of 5
Breaking on point 3 with 112
www.eeworm.com/read/162915/5512130
ref convcode.ref
Now simulating point 1 out of 5
Breaking on point 1 with 3297 errors.
Now simulating point 2 out of 5
Breaking on point 2 with 781 errors.
Now simulating point 3 out of 5
Breaking on point 3 with 112
www.eeworm.com/read/334304/12613462
m denfisp.m
% Dynamic Evolving Neural-Fuzzy Inference System: DENFIS Plotting Function
%================================================================================
%= Function Name: denfisp.m
www.eeworm.com/read/281000/10273554
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/281000/10273920
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/436434/7770016
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.
%Copyright
www.eeworm.com/read/434662/7850750
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