代码搜索:simulate
找到约 2,241 项符合「simulate」的源代码
代码结果 2,241
www.eeworm.com/read/380073/2663772
java ducksimulator.java
package headfirst.combining.decorator;
public class DuckSimulator {
public static void main(String[] args) {
DuckSimulator simulator = new DuckSimulator();
simulator.simulate();
}
void simula
www.eeworm.com/read/255418/4375913
java ducksimulator.java
package headfirst.combining.decorator;
public class DuckSimulator {
public static void main(String[] args) {
DuckSimulator simulator = new DuckSimulator();
simulator.simulate();
}
void simula
www.eeworm.com/read/472112/6878764
m blind1cma.m
% Blind channel estimation/equalization
% adpative CMA method
T=3000; % total number of data
dB=25; % SNR in dB value
%%%%%%%%% Simulate the Received noisy Signal %%%%%%%%%%%
N=20; %
www.eeworm.com/read/471742/6888624
m ruther.m
%ruther.m - program to simulate the Rutherford Scattering alpha particle trajectory
%numerically, given the initial projectile energy and impact parameter.
clear;
rcm=0.0; %target p
www.eeworm.com/read/392996/8316315
cpp console.cpp
// console.cc
// Routines to simulate a serial port to a console device.
// A console has input (a keyboard) and output (a display).
// These are each simulated by operations on UNIX files.
// The si
www.eeworm.com/read/235522/14065555
cc console.cc
// console.cc
// Routines to simulate a serial port to a console device.
// A console has input (a keyboard) and output (a display).
// These are each simulated by operations on UNIX files.
// The si
www.eeworm.com/read/386159/8762710
txt fading_ber.txt
Rayleigh Flat Fading Channel Bit Error Rate curves (BER)
Note: All the simulations are setup to use BPSK modulation, but the models
can be used to simulate other modulation schemes as well
www.eeworm.com/read/185192/9051988
h dlx.h
/*
* dlx.h --
*
* Declarations of structures used to simulate the DLX
* architecture.
*
* This file is part of DISC. It was modified by Yinong Zhang
* (yinong@ecn.purdue.edu) from the fil
www.eeworm.com/read/419561/10861115
m set_zforce.m
%this files set all global zforce variables, calls the functions
%to simulate the zforce receiver, and calls plotting functions
%global to fixed receiver algoithms
function[]=set_zforce();
%call glob
www.eeworm.com/read/272243/10964720
c transmit.c
/* 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
* for