代码搜索:Objective
找到约 3,719 项符合「Objective」的源代码
代码结果 3,719
www.eeworm.com/read/396136/8124370
html constant-string-objects.html
Using the GNU Compiler Collection (GCC)
www.eeworm.com/read/244945/12829457
m diagnose.m
function msg = diagnose(caller,OUTPUT,gradflag,hessflag,constflag,gradconstflag,line_search,OPTIONS,XOUT,non_eq,...
non_ineq,lin_eq,lin_ineq,LB,UB,funfcn,confcn,f,GRAD,HESS,c,ceq,cGRAD,ceqGRAD);
www.eeworm.com/read/329331/12960395
m diagnose.m
function msg = diagnose(caller,OUTPUT,gradflag,hessflag,constflag,gradconstflag,line_search,OPTIONS,XOUT,non_eq,...
non_ineq,lin_eq,lin_ineq,LB,UB,funfcn,confcn,f,GRAD,HESS,c,ceq,cGRAD,ceqGRAD);
www.eeworm.com/read/318365/13480373
m kridemo.m
% Demo du KRIGING TOOLBOX
colordef black
clc
echo on
% --------------------------------------------------------
% KRIGING TOOLBOX DEMO: version 3.0
% ----------------------------------------
www.eeworm.com/read/309240/13678045
m nmfmse.m
function nmfmse( V, rdim, fname, showflag )
%
% Check that we have non-negative data
if min(V(:))
www.eeworm.com/read/309240/13678048
m lnmf.m
function lnmf( V, rdim, alpha, beta, fname, showflag )
%
% Check that we have non-negative data
if min(V(:))
www.eeworm.com/read/309240/13678050
m snmf.m
function snmf( V, rdim, alpha, fname, showflag )
%
% Check that we have non-negative data
if min(V(:))
www.eeworm.com/read/309240/13678051
m nmfsc.m
function [W,H] = nmfsc( V, rdim, sW, sH, fname, showflag )
% nmfsc - non-negative matrix factorization with sparseness constraints
%
% SYNTAX:
% [W,H] = nmfsc( V, rdim, sW, sH, fname, showflag );
%
%
www.eeworm.com/read/309240/13678053
m nmfdiv.m
function nmfdiv( V, rdim, fname, showflag )
%
% Check that we have non-negative data
if min(V(:))
www.eeworm.com/read/147529/5728628
m diagnose.m
function msg = diagnose(caller,OUTPUT,gradflag,hessflag,constflag,gradconstflag,line_search,OPTIONS,XOUT,non_eq,...
non_ineq,lin_eq,lin_ineq,LB,UB,funfcn,confcn,f,GRAD,HESS,c,ceq,cGRAD,ceqGRAD);