代码搜索:Simulated
找到约 1,823 项符合「Simulated」的源代码
代码结果 1,823
www.eeworm.com/read/261959/4318452
js tasknode.js
/* Copyright (c) 2006 Yahoo! Inc. All rights reserved. */
/**
* Emulates OmniOutliner's task view. The check box marks a task complete.
* It is a simulated form field with three states ...
* 0=un
www.eeworm.com/read/412025/11217081
cxx satest2.cxx
/* satest2.c++
Simple experiments with simulated annealing
find the nonlinear least squares optimum solution
usage: satest2 input.file
*/
static const char rcsid[] = "@(#)satest2.c
www.eeworm.com/read/237122/13977305
htm ch10_10.htm
[Chapter 10] 10.10 Simulated Bourne Shell Functions and Aliases
www.eeworm.com/read/201477/15407583
cpp schain.cpp
// simulated chain
#include
#include "schain.h"
SimSpace SimChain::S;
void main(void)
{
int x;
SimChain c;
cout
www.eeworm.com/read/291380/8422329
m logistic.m
function x=logistic(n,level,a,x0)
%Syntax: x=logistic(n,level,a,x0)
%________________________________
%
% Simulation of the Quadratic map.
% x'=ax(1-x)
%
% x is the simulated time series.
%
www.eeworm.com/read/176805/9483887
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/176805/9483889
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/176805/9483890
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/365318/9869914
m checkfr.m
% checkfrac
%
%
% script to check what the 1D and 2D power spectra of a
% simulated fractal surface yield
clear
% stel sampling interval = 20 m
dx = 0.02;
N = 128;
beta = 8/3;
fprint
www.eeworm.com/read/167879/9948730
m logistic.m
function x=logistic(n,level,a,x0)
%Syntax: x=logistic(n,level,a,x0)
%________________________________
%
% Simulation of the Quadratic map.
% x'=ax(1-x)
%
% x is the simulated time series.
%