代码搜索:OPT

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

代码结果 10,000
www.eeworm.com/read/164054/10133352

m ex5_28.m

global kk; kk=0; OPT=optimset; OPT.LargeScale='off'; x0=[1;1;1]; LB=[0;0;0]; UB=[Inf; Inf; Inf]; A=[]; B=[]; Ae=[]; Be=[]; [x, f_opt]=fmincon('opt_fun1',x0,A,B,Ae,Be,LB,UB,'opt_con1',OPT),kk kk=
www.eeworm.com/read/421977/10672918

m examp3_48.m

OPT=optimset; OPT.LargeScale='off'; x0=[1;1;1]; LB=[0;0;0]; UB=[Inf; Inf; Inf]; A=[]; B=[]; Ae=[]; Be=[]; [x,f_opt,c,d]=fmincon('opt_fun1',x0,A,B,Ae,Be,LB,UB,'opt_con1',OPT); x,f_opt,kk=d.funcCount
www.eeworm.com/read/466623/7029926

m examp3_48.m

OPT=optimset; OPT.LargeScale='off'; x0=[1;1;1]; LB=[0;0;0]; UB=[Inf; Inf; Inf]; A=[]; B=[]; Ae=[]; Be=[]; [x,f_opt,c,d]=fmincon('opt_fun1',x0,A,B,Ae,Be,LB,UB,'opt_con1',OPT); x,f_opt,kk=d.funcCount
www.eeworm.com/read/456353/7351483

m opt_fcn.m

function [opt1] = opt_fcn(opt_type,opt_args) % OPT_FCN optical surface with general shape % OPT_TYPE should be the function name, opt_args % should be a string matrix, see README_OPT for specification
www.eeworm.com/read/172823/9687877

m examp3_48.m

OPT=optimset; OPT.LargeScale='off'; x0=[1;1;1]; LB=[0;0;0]; UB=[Inf; Inf; Inf]; A=[]; B=[]; Ae=[]; Be=[]; [x,f_opt,c,d]=fmincon('opt_fun1',x0,A,B,Ae,Be,LB,UB,'opt_con1',OPT); x,f_opt,kk=d.funcCount
www.eeworm.com/read/344142/11907479

opt opt.opt

www.eeworm.com/read/456353/7351555

m opt_slit.m

function [opt1] = opt_slit(opt_type,opt_args) % OPT_SLIT - optical slit. % OPT_TYPE should be 'slit' (hm good and vital argument), OPT_SPEC % should be a string matrix, see README_OPT for specificatio
www.eeworm.com/read/355288/10281005

c main.c

/* Command line parsing. Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008 Free Software Foundation, Inc. This file is part of GNU Wget. GNU Wget is fr
www.eeworm.com/read/299228/7872954

c main.c

/* Command line parsing. Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008 Free Software Foundation, Inc. This file is part of GNU Wget. GNU Wget is fr
www.eeworm.com/read/456353/7351489

m opt_aperture.m

function [opt1] = opt_aperture(opt_type,opt_args) % OPT_APERTURE Circular aperture, iris % OPT_TYPE should be 'aperture' (hm good and vital argument), OPT_SPEC % should be a string matrix, see README_