代码搜索:simulate
找到约 2,241 项符合「simulate」的源代码
代码结果 2,241
www.eeworm.com/read/182176/9213533
m mlpekf.m
function [y,theta,thetaRecord,PRecord,OutputVariance] = mlpekf(x,d,s1,s2,Rparameter,Qparameter,KalmanP,initVar,tsteps)
% PURPOSE: To simulate a standard EKF-MLP training algorithm.
% INPUTS : - x =
www.eeworm.com/read/182176/9213536
m mlpekfq.m
function [y,theta,thetaRecord,PRecord,OutputVariance,qplot] = mlpekfmax(x,d,s1,s2,Rparameter,Qparameter,KalmanP,initVar,window,tsteps)
% PURPOSE: To simulate a standard EKF-MLP training algorithm.
%
www.eeworm.com/read/180233/9315027
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/372696/9496932
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/175304/9552825
m itera_decode.m
function pb=itera_decode(rho_in_dB,itera,dfhtrel,trel,K,formerstate1)
% this function simulate the iterative MAP decoding process
% of the DFH system
% information source
rho=10^(rho_in_dB/10);
www.eeworm.com/read/175304/9552836
asv itera_decode.asv
function pb=itera_decode(rho_in_dB,itera,dfhtrel,trel,K,formerstate1)
% this function simulate the iterative MAP decoding process
% of the DFH system
% information source
rho=10^(rho_in_dB/10);
www.eeworm.com/read/361963/10026591
7 hypervisor_mode.7
.TH HYPERVISOR_MODE 7 "Sep 10, 2006"
.SH NAME
hypervisor mode \- allows you to run simultaneously
many virtual router instances, and to simulate ATM, Ethernet
or Frame-Relay networks.
.SH SYNOPSIS
.B
www.eeworm.com/read/161674/10386853
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/160819/10495975
cpp frogwalk2.cpp
#include
using namespace std;
#include "prompt.h"
#include "walk.h"
// simulate two random walkers at once
// Owen Astrachan, 6/29/96, modified 5/1/99
int main()
{
int numStep
www.eeworm.com/read/422779/10610772
txt readme.txt
PianoEx v1.1
OpenSource software
Introduction:
This is a very simple application, open MIDI file and simulate play in a virtual keyboard.
1. Support MIDI IN/OUT.
2. Colorful Piano key down.