代码搜索:SCE
找到约 235 项符合「SCE」的源代码
代码结果 235
www.eeworm.com/read/191983/8413301
sce builder.sce
////////////////////////////////////////////////////////////////////////////////////////////
// OPC Toolbox
// Developed by Zhe.Peng & Longhua.Ma
// http://pengzhe1113.googlepages.com/
www.eeworm.com/read/191983/8413327
sce buildhelp.sce
mode(-1)
path=get_absolute_file_path('builder.sce');
myhelps=[path, "OPC(OLE For Process Control)";]
// process the xml files to produce html files
// update %helps for cross reference
%he
www.eeworm.com/read/191983/8413369
sce loader.sce
////////////////////////////////////////////////////////////////////////////////////////////
// OPC Toolbox
// Developed by Zhe.Peng & Longhua.Ma
// http://pengzhe1113.googlepages.com/
www.eeworm.com/read/191983/8413372
sce buildsrc.sce
www.eeworm.com/read/191983/8413411
sce loadmacros.sce
mode(-1)
pathL=get_absolute_file_path('loadmacros.sce')
disp('Loading macros in ' +pathL)
load(pathL+'/lib')
//Link OPC Dll
link(pathL+'opc_client.dll','opc_connect','C');
link(pathL+'opc_cli
www.eeworm.com/read/191983/8413430
sce buildmacros.sce
////////////////////////////////////////////////////////////////////////////////////////////
// OPC Toolbox
// Developed by Zhe.Peng & Longhua.Ma
// http://pengzhe1113.googlepages.com/
www.eeworm.com/read/385451/8804553
m sce.m
function [X,FVAL,EXITFLAG,OUTPUT] = SCE(FUN,X0,LB,UB,OPTIONS,varargin)
%SCE finds a minimum of a function of several variables using the shuffled
% complex evolution (SCE) algorithm originally introdu
www.eeworm.com/read/358608/6943016
m sce.m
function [X,FVAL,EXITFLAG,OUTPUT] = SCE(FUN,X0,LB,UB,OPTIONS,varargin)
%SCE finds a minimum of a function of several variables using the shuffled
% complex evolution (SCE) algorithm originally introdu