代码搜索:Simulated
找到约 1,823 项符合「Simulated」的源代码
代码结果 1,823
www.eeworm.com/read/280633/10301788
m sarsplit.m
function [k,mu,M,aSplit,rSplit] = sarSplit(aSplit,rSplit,k,mu,M,x,y,t,bFunction,criterion,sigStar,walk);
% PURPOSE : Performs the split move of the reversible jump MCMC simulated annealing.
% INPUTS
www.eeworm.com/read/280633/10301790
m sarbirth.m
function [k,mu,M,match,aBirth,rBirth] = sarBirth(match,aBirth,rBirth,k,mu,M,x,y,t,criterion,bFunction,walkInt,walk);
% PURPOSE : Performs the birth move of the reversible jump MCMC simulated annealing
www.eeworm.com/read/280633/10301793
m sardeath.m
function [k,mu,M,aDeath,rDeath] = sarDeath(aDeath,rDeath,k,mu,M,x,y,t,criterion,walkInt);
% PURPOSE : Performs the death move of the reversible jump MCMC simulated annealing.
% INPUTS : - aDeath: Num
www.eeworm.com/read/351758/10611807
m inputdatafile_1.m
% sample input file which contains user defined parameters for simulation
%
% Bo Qiang 10/18/05
% qiang.2@osu.edu
np = 100000; % Number of photons to be simulated.
dz = 0.2; % Grid separation f
www.eeworm.com/read/459616/7270492
cpp schain.cpp
// simulated chain
#include
#include "schain.h"
SimSpace SimChain::S;
void main(void)
{
int x;
SimChain c;
cout
www.eeworm.com/read/443417/7633313
m delaycomplexity_adaptivep.m
% adaptive p scheme for bursty traffic
% delay evaluation (Fig. 4, right) and ML complexity evaluation (Fig. 5)
clear all
close all
G=4; % number of subchannels
M=500; % total simulated slots
www.eeworm.com/read/434104/7888506
htm avssamp.htm
Avssamp: AVStream Simulated Hardware Sample Driver
www.eeworm.com/read/197407/7997579
cpp schain6.cpp
// test simulated chain rank sort
#include
#include "schain6.h"
SimSpace SimChain::S;
void main(void)
{
try {
SimChain C, D, E, F, G;
//
www.eeworm.com/read/197407/7997926
cpp schain4.cpp
// test simulated chain selection sort
#include
#include "schain4.h"
SimSpace SimChain::S;
void main(void)
{
try {
SimChain C, D, E, F, G;
//