代码搜索:Simulates

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

代码结果 1,151
www.eeworm.com/read/224643/14577304

cpp client.cpp

// client.cpp pseudo-OLE QuickWin application #include #include "ship.h" //----------Main Program-------------------------------------------- int main() // simulates OLE client progra
www.eeworm.com/read/223481/14639376

m hsdpademo.m

% HSDPA Demo: Prompts user for input, then simulates a specified number of packets % at a specified SNR. % % Last modified on June 21, 2006 % Turbo Code Parameters % generator polynomial g_tur
www.eeworm.com/read/120975/14778663

cpp client.cpp

// client.cpp pseudo-OLE QuickWin application #include #include "ship.h" //----------Main Program-------------------------------------------- int main() // simulates OLE client progra
www.eeworm.com/read/119473/14829803

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/218391/14922923

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/218391/14922929

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/216268/15021371

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/216268/15021375

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/214167/15111948

cpp prg2_2.cpp

// File: prg2_2.cpp // the program simulates a temporary employees arriving // at work and leaving when the plant closes at 5:00 PM. // it prompts for the hour and minute of arrival at work // and
www.eeworm.com/read/214167/15112175

cpp prg10_5.cpp

// File: prg10_5.cpp // the program simulates inventory maintenance for a // video store. the program stores the title of a film // and the number of copies the store owns in a video // object. th