代码搜索:STARTING
找到约 9,113 项符合「STARTING」的源代码
代码结果 9,113
www.eeworm.com/read/444091/7618139
c clrarray.c
/*
** Set all of the elements of an array to zero.
*/
void
clear_array( int array[], int n_elements )
{
/*
** Clear the elements of the array starting with the last
** and working towards
www.eeworm.com/read/440842/7680259
m tobit_g.m
function results = tobit_g(y,x,ndraw,nomit,prior,start)
% PURPOSE: MCMC sampler for Bayesian Tobit model
% y = X B + E, E = N(0,sige*V),
% V = diag(v1,v2,...vn), r/vi = ID chi
www.eeworm.com/read/440842/7680297
m ar_g.m
function results = ar_g(y,nlag,ndraw,nomit,prior,start)
% PURPOSE: MCMC estimates Bayesian heteroscedastic AR(k) model
% imposing stability restrictions using Gibbs sampling
% y
www.eeworm.com/read/438832/7725741
sh base.sh
#!/bin/bash
##########################################################################
# 脚本 : base.sh - 用不同的数制来打印数字 (Bourne Shell)
# 作者 : Heiner Steven (heiner.steven@odn.de)
# 日期 :
www.eeworm.com/read/436521/7768590
c clrarray.c
/*
** Set all of the elements of an array to zero.
*/
void
clear_array( int array[], int n_elements )
{
/*
** Clear the elements of the array starting with the last
** and working towards
www.eeworm.com/read/399963/7819124
local
#!/bin/sh
sample_text="global variable"
foo() {
local sample_text="local variable"
echo "Function foo is executing"
echo $sample_text
}
echo "script starting"
echo $sample_text
foo
e
www.eeworm.com/read/297660/8005565
m dejong3.m
function [X, f1]=DeJong3(Xi)
n = 5;
LL = -5.12; %Lower limit
UL = 5.12; %Upper limit
Xi = 0;
X = LL + rand(1,n)*(UL-LL);% step1 Choose starting design X,
f1= sum(round
www.eeworm.com/read/297660/8005582
m dejong8.m
function [X, f1] = DeJong8(Xi)
n = 10;
i = 0;
b = 0;
LL = -600; %Lower limit
UL = 600; %Upper limit
X = LL + rand(1,n)*(UL - LL);% step1 Choose starting design X,
fo
www.eeworm.com/read/297660/8005585
m dejong7.m
function [X, f1] =D eJong7(Xi)
n = 20;
A = 10;
%setting boundary and function
LL = -5.12; %Lower limit
UL = 5.12; %Upper limit
X = LL + rand(1
www.eeworm.com/read/196650/8069031
log automake.log
ispDesignEXPERT Auto-Make Log File
----------------------------------
Starting: 'C:\ispTOOLS\ispsys\bin\checkini.exe -err=automake.err "C:\ISPTOOLS\ISPSYS\CONFIG\plsi.ini"'
Done: completed succ