代码搜索:simulate

找到约 2,241 项符合「simulate」的源代码

代码结果 2,241
www.eeworm.com/read/289776/8527704

m rrrproject3.m

% This Project is to simulate the 3RRR robot % Created by Gan Tao taogan@eng.buffalo.edu % Graduate Student of SUNY Buffalo % Date: Jan.2004 % rrrproject3.m is the main programme. % Contain t
www.eeworm.com/read/433264/8535128

m work.m

tt=0; time=0; dt=input('input the time step: dt='); days=input('input days you want to simulate: days='); basicdata; for tt=0:dt:days get_start; newdata; iteration; go_on_wo
www.eeworm.com/read/432348/8609352

m training based channel equalization.m

T=1000; % total number of data dB=25; % SNR in dB value %%%%%%%%% Simulate the Received noisy Signal %%%%%%%%%%% N=5; % smoothing length N+1 P=5; % shifting Lh
www.eeworm.com/read/385844/8786345

cc mipssim.cc

// mipssim.cc -- simulate a MIPS R2/3000 processor // // This code has been adapted from Ousterhout's MIPSSIM package. // Byte ordering is little-endian, so we can be compatible with // DEC RISC
www.eeworm.com/read/429504/8804896

m simfile.m

function Ytest = simFILE(model, filename,Xt,Yt) % Only for intern LS-SVMlab use; % % simulate the LS-SVM model using the FILE interface to the C-file; % By default, the file 'buffer.mc' is used to pas
www.eeworm.com/read/284556/8919096

cc mipssim.cc

// mipssim.cc -- simulate a MIPS R2/3000 processor // // This code has been adapted from Ousterhout's MIPSSIM package. // Byte ordering is little-endian, so we can be compatible with // DEC RISC
www.eeworm.com/read/382549/9020883

h fifo.h

#ifndef FIFO_ZHUBICEN #define FIFO_ZHUBICEN #include "simulator.h" class fifo:public simulator { protected: queue waiting; priority_queue priority_waiting; void simulate_arb
www.eeworm.com/read/382549/9020887

cpp fifo.cpp

#include "fifo.h" #include using namespace std; fifo::fifo(int seconds_per_page):simulator(seconds_per_page) { } void fifo::simulate_arbitrary(string file) { string outfile ="arbitr
www.eeworm.com/read/182909/9185921

m ofdmci.m

% Program 4-9 % ofdmci.m % % Simulation program to realize OFDM transmission system % Simulate effect of interfarence noise % % Programmed by T.Yamamura and H.Harada % % GI CE GI data GI data.
www.eeworm.com/read/379443/9197196

m ofdmci.m

% Program 4-9 % ofdmci.m % % Simulation program to realize OFDM transmission system % Simulate effect of interfarence noise % % Programmed by T.Yamamura and H.Harada % % GI CE GI data GI data.