代码搜索:parameter

找到约 10,000 项符合「parameter」的源代码

代码结果 10,000
www.eeworm.com/read/440842/7680305

m ar1_like.m

function llike = ar1_like(param,y,x) % PURPOSE: evaluate ols model with AR1 errors log-likelihood %----------------------------------------------------- % USAGE: like = ar1_like(b,y,x) % where
www.eeworm.com/read/440809/7680599

f90 ex0912.f90

program ex0912 implicit none integer, parameter :: fileid = 10 character(len=20) :: filename = "list.bin" integer player real :: hit(9) = (/ 3.2, 2.8, 3.3, 3.2, 2.9, 2.7, 2.2, 2.3, 1.
www.eeworm.com/read/440591/7686723

php feed.inc.php

www.eeworm.com/read/440591/7686725

php doing.inc.php

www.eeworm.com/read/440591/7686794

php jswizard.inc.php

www.eeworm.com/read/440591/7686998

php request.lang.php

www.eeworm.com/read/440070/7694259

html ikeda.html

Ikeda time series Ikeda time series ikeda -l# [-A# -B# -C# -R# -I# -o outfile
www.eeworm.com/read/440070/7694271

html henon.html

Hénon time series Make Hénon map data henon -l# [-A# -B# -X# -Y# -o
www.eeworm.com/read/439850/7700814

m chap3_6.m

%Fuzzy Tunning PID Control clear all; close all; a=newfis('fuzzpid'); a=addvar(a,'input','e',[-3,3]); %Parameter e a=addmf(a,'input',1,'NB','zmf',[-3,-1]); a=addmf(a,'
www.eeworm.com/read/439850/7700815

m chap3_4.m

%Fuzzy Controller clear all;close all; a=newfis('fuzz_ljk'); f1=1.0; a=addvar(a,'input','e',[-3*f1,3*f1]); % Parameter e a=addmf(a,'input',1,'NB','zmf',[-3*f1,-1*f1]); a=