代码搜索:Simulated
找到约 1,823 项符合「Simulated」的源代码
代码结果 1,823
www.eeworm.com/read/281673/9142673
cpp bankteller.cpp
//: C04:BankTeller.cpp
// From Thinking in C++, 2nd Edition
// Available at http://www.BruceEckel.com
// (c) Bruce Eckel 2000
// Copyright notice in Copyright.txt
// Using a queue and simulated m
www.eeworm.com/read/179705/9342081
c siman.c
#include
#include
#include
/* set up parameters for this simulated annealing run */
/* how many points do we try before stepping */
#define N_TRIES 200
www.eeworm.com/read/179705/9344293
authors
Mark Galassi (rosalia@lanl.gov) - overall design, simulated annealing
Jim Davies (jimmyd@nis.lanl.gov) - statistics library
James Theiler (jt@nis.lanl.gov) - random number generators
Brian Gough (bjg@
www.eeworm.com/read/176805/9483879
m sarrw.m
function [k,mu,M,match,aRW,rRW] = sarRW(match,aRW,rRW,k,mu,M,x,y,t,criterion,bFunction,sWalk,walk);
% PURPOSE : Performs the random walk move of the reversible jump MCMC simulated annealing.
% INPU
www.eeworm.com/read/168218/9931801
h simul.h
// file simul.h
// simulated pointers
#ifndef SimSpace_
#define SimSpace_
#include
#include
#include
#include "snode.h"
#include "xcept.h"
template
www.eeworm.com/read/168218/9932813
h simul.h
// file simul.h
// simulated pointers
#ifndef SimSpace_
#define SimSpace_
#include
#include
#include
#include "snode.h"
#include "xcept.h"
template
www.eeworm.com/read/358191/10194625
h simul.h
// file simul.h
// simulated pointers
#ifndef SimSpace_
#define SimSpace_
#include
#include
#include
#include "snode.h"
#include "xcept.h"
template
www.eeworm.com/read/356723/10222083
m hrr_profile.m
function [hl] = hrr_profile (nscat, scat_range, scat_rcs, n, deltaf, prf, v, rnote)
% Range or Time domain Profile
% Range_Profile returns the Range or Time domain plot of a simulated
% HRR SFWF r
www.eeworm.com/read/355030/10299332
cpp bankteller.cpp
//: C20:BankTeller.cpp
// From Thinking in C++, 2nd Edition
// Available at http://www.BruceEckel.com
// (c) Bruce Eckel 1999
// Copyright notice in Copyright.txt
// Using a queue and simulated m
www.eeworm.com/read/280633/10301776
m sarrw.m
function [k,mu,M,match,aRW,rRW] = sarRW(match,aRW,rRW,k,mu,M,x,y,t,criterion,bFunction,sWalk,walk);
% PURPOSE : Performs the random walk move of the reversible jump MCMC simulated annealing.
% INPU