代码搜索:simulate
找到约 2,241 项符合「simulate」的源代码
代码结果 2,241
www.eeworm.com/read/334779/12573693
cpp prg8_3.cpp
// File: prg8_3.cpp
// the program uses a queue to simulate the flow of customers
// in and out of an automated car wash. prompt the user for the
// fixed probability that a car will arrive at any
www.eeworm.com/read/147092/12587170
h transmit.h
/* TRANSMIT.C - Simulate transmission of bits through a channel. */
/* Copyright (c) 2000, 2001 by Radford M. Neal
*
* Permission is granted for anyone to copy, use, or modify this program
www.eeworm.com/read/104631/15686693
h resource.h
//{{NO_DEPENDENCIES}}
// Microsoft Developer Studio generated include file.
// Used by Simulate.rc
//
#define IDOK2 5
#define IDC_LOCATE 5
#define
www.eeworm.com/read/292196/8367694
m rayleigh_fading.m
% Program to simulate Rayleigh fading using a p-th order autoregressive model AR(p) according to
% Baddour's work: "Autoregressive modeling for fading channel simulation", IEEE Transaction on Wirele
www.eeworm.com/read/387301/8694740
m ber_test.m
% Simulate and plot BER for each mode
% Set payload error meter to stop simulation after 100 errors
% Turn off instrumentation
% Clear results
clear results;
% Define model
modelname='WiFi'
www.eeworm.com/read/387301/8694785
m ber_test.m
% Simulate and plot BER for each mode
% Set payload error meter to stop simulation after 100 errors
% Turn off instrumentation
% Clear results
clear results;
% Define model
modelname='WiFi'
www.eeworm.com/read/387299/8695053
m ber_test.m
% Simulate and plot BER for each mode
% Set payload error meter to stop simulation after 100 errors
% Turn off instrumentation
% Clear results
clear results;
% Define model
modelname='WiFi'
www.eeworm.com/read/387299/8695115
m ber_test.m
% Simulate and plot BER for each mode
% Set payload error meter to stop simulation after 100 errors
% Turn off instrumentation
% Clear results
clear results;
% Define model
modelname='WiFi'
www.eeworm.com/read/385844/8786321
cc disk.cc
// disk.cc
// Routines to simulate a physical disk device; reading and writing
// to the disk is simulated as reading and writing to a UNIX file.
// See disk.h for details about the behavior of disks
www.eeworm.com/read/385844/8786360
h console.h
// console.h
// Data structures to simulate the behavior of a terminal
// I/O device. A terminal has two parts -- a keyboard input,
// and a display output, each of which produces/accepts
// charac