代码搜索:Simulates

找到约 1,151 项符合「Simulates」的源代码

代码结果 1,151
www.eeworm.com/read/208576/15243647

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/208576/15243673

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/208576/15243848

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/294145/3919654

readme

block ----- After the modules work with a very simple chain, it is nice to have a next step before using the channel-simulator. The 'block' goes between 'rrc' and 'matched_filter' and simulates a per
www.eeworm.com/read/291165/3969574

readme

block ----- After the modules work with a very simple chain, it is nice to have a next step before using the channel-simulator. The 'block' goes between 'rrc' and 'matched_filter' and simulates a per
www.eeworm.com/read/430037/1942717

m pr5_9.m

%Problem 5.9; %Simulates and displays different modulation modes of discrete signals; clear all; close all; Per=0, %for aperiodic signal put this equal to zero, for periodic - one; N=8; %length
www.eeworm.com/read/430037/1942790

m pr3_26.m

%Problem 3.26; %Simulates antijamming features of spread spectrum signal (band elimination used) against narrow %band jammer and compares to the ones of plain signals; clear all; close all; t=[0
www.eeworm.com/read/430037/1942791

m pr3_25.m

%Problem3.25 %Simulates antijamming features of spread spectrum signal (no band elimination used) against narrow %band jammer and compares to the ones of plain signals; clear all; close all; t=[
www.eeworm.com/read/158411/5597374

java telephone.java

import java.io.BufferedReader; import java.io.IOException; /** A telephone that takes simulated keystrokes and voice input from the user and simulates spoken text. */ public class Teleph
www.eeworm.com/read/368154/9708911

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 m