代码搜索:Variable
找到约 10,000 项符合「Variable」的源代码
代码结果 10,000
www.eeworm.com/read/262248/11596688
asm ancillary.asm
IFNDEF ANCILLARY1
#DEFINE ANCILLARY1
;*******************************
;下溢标志置1
SETFUN BSF FPFLAGS,FUN ;下溢标志置1
BTFSS FPFLAGS,SAT ;检测是否
www.eeworm.com/read/158619/11597861
m gngauss.m
function [n1,n2]=gngauss(m,sgma)
% [n1 n2]=gngauss(m,sgma)
% [n1 n2]=gngauss(sgma)
% [n1 n2]=gngauss
% GNGAUSS generates two independent gaussian variables with
% mean m & S.D sgma
% if one of
www.eeworm.com/read/262186/11602631
m svmclassls.m
function [xsup,w,b,pos,timeps,alpha,status,cost]=svmclassLS(x,y,c,lambda,kernel,kerneloption,verbose,span,qpsize,chunksize,alphainit)
%
% [xsup,w,b,pos,timeps,alpha,status,cost]]=svmclassLS(x,y
www.eeworm.com/read/158463/11612970
m gngauss.m
function [gsrv1,gsrv2]=gngauss(m,sgma)
% [gsrv1,gsrv2]=gngauss(m,sgma)
% [gsrv1,gsrv2]=gngauss(sgma)
% [gsrv1,gsrv2]=gngauss
% GNGAUSS generates two independent Gaussian random variables with
www.eeworm.com/read/158454/11614301
m phi.m
function[correspond]=phi(variable)
half=variable/2;
tagent=tanh(half);
absolute=abs(tagent);
correspond=log(absolute);
www.eeworm.com/read/347945/11623659
m dual.m
function sys = dual(X)
%DUAL Extract dual variable
%
% Z = DUAL(F) Returns the dual variable for the constraint F
%
% See also SET, SOLVESDP
% Author Johan L鰂berg
% $Id: dual.
www.eeworm.com/read/347945/11623726
m see.m
function see(F)
%see Displays internal structure of matrix variable in a constraint
% Author Johan L鰂berg
% $Id: see.m,v 1.3 2005/02/08 16:11:17 johanl Exp $
if length(F.clauses)
www.eeworm.com/read/347945/11623852
m recdef.m
function [w,F,DefinedMonoms] = recdef(pow,F,DefinedMonoms,setinitials);
% Author Johan L鰂berg
% $Id: recdef.m,v 1.4 2006/03/08 16:12:51 joloef Exp $
% Recursively define monomial x(pow(1))*x(po
www.eeworm.com/read/347945/11623938
m getbasevectorwithoutcheck.m
function Q=getbasevectorwithoutcheck(X,ind)
%GETBASEVECTORWITHOUTCHECK Internal function to extract basematrix for variable ind
% Author Johan L鰂berg
% $Id: getbasevectorwithoutcheck.m,v 1.1 200