代码搜索:Simulates
找到约 1,151 项符合「Simulates」的源代码
代码结果 1,151
www.eeworm.com/read/205223/15323320
m cp0803_rakeselector.m
% FUNCTION 8.11 : "cp0803_rakeselector"
%
% Simulates channel estimation for a discrete-time channel
% impulse response 'hf' with time resolution 'ts' in
% seconds. In addition, the function eva
www.eeworm.com/read/188512/8532372
cpp deckofcards.cpp
// Fig. 22.15: DeckOfCards.cpp
// Member-function definitions for class DeckOfCards that simulates
// the shuffling and dealing of a deck of playing cards.
#include
using std::cout;
us
www.eeworm.com/read/188512/8532442
cpp deckofcards.cpp
// Fig. 22.3: DeckOfCards.cpp
// Member-function definitions for class DeckOfCards that simulates
// the shuffling and dealing of a deck of playing cards.
#include
using std::cout;
usi
www.eeworm.com/read/188512/8532971
cpp deckofcards.cpp
// Fig. 8.26: DeckOfCards.cpp
// Member-function definitions for class DeckOfCards that simulates
// the shuffling and dealing of a deck of playing cards.
#include
using std::cout;
usi
www.eeworm.com/read/383524/8940160
bak croodile.java.bak
import java.util.Random;
import java.util.Vector;
/**
* Crocodile - simulates a catfish - can swim, eat, and consume
* energy in the process.
*/
public class Crocodile extends Animal
{
www.eeworm.com/read/283498/9017048
asm moon.asm
; Simple "Moon Lander" game.
;
; Randall Hyde
; 2/8/96
;
; This program is an example of a trivial little "moon lander"
; game that simulates a Lunar Module setting down on the Moon's
; surface
www.eeworm.com/read/183453/9158355
m magicwand.m
function bin_mask = magicwand(im, ylist, xlist, tolerance)
% MAGICWAND simulates the Photoshop's magic wand tool
% It allows selection of connected pixels whose colors are
% within a defined tolera
www.eeworm.com/read/170478/9803991
asv pso.asv
%% Particle Swarm Optimization Simulation
% Simulates the movements of a swarm to minimize the objective function
%
% $$ \left( x-15 \right) ^{2}+ \left( y-20 \right) ^{2} = 0$$
%
% The swarm mat
www.eeworm.com/read/170478/9803993
m pso.m
%% Particle Swarm Optimization Simulation
% Simulates the movements of a swarm to minimize the objective function
%
% $$ \left( x-15 \right) ^{2}+ \left( y-20 \right) ^{2} = 0$$
%
% The swarm mat
www.eeworm.com/read/354574/10344930
m generalchain.m
% generalchain.m simulates a Markov chain with a general state space given an
% initial distribution and a transition matrix.
% Program to simulate a Markov chain
% You might want to set up another .