代码搜索:subfunction
找到约 229 项符合「subfunction」的源代码
代码结果 229
www.eeworm.com/read/104235/15700927
inc subfunction2.inc
;==============================================================================
;
; Initialization McBSP #0
;
;==============================================================================
;=
www.eeworm.com/read/276953/10692360
doc 3. card services subfunction descriptions.doc
www.eeworm.com/read/272595/10951966
m u.m
%----------------------------subfunction-----------------------------------
function u=U(L,xx)
x1=1;x2=0;x3=1;x4=0;
for i=1:L
y1=x1;y2=x2;y3=x3;y4=x4;
x4=y3;x3=y2;x2=y1;
x1=xor(y3,y4);
x
www.eeworm.com/read/145949/12686850
m object1.m
%The following subfunction is on the objective function
function y=object1(v)
y=v(1)^2+v(2)^2-v(1)*v(2)-10*v(1);
www.eeworm.com/read/483112/6609656
m object1.m
%The following subfunction is on the objective function
function y=object1(v)
y=v(1)^2+v(2)^2-v(1)*v(2)-10*v(1);
www.eeworm.com/read/419172/10882315
txt function.txt
FROM MATLAB
FUNCTION Add new function.
New functions may be added to MATLAB's vocabulary if they
are expressed in terms of other existing functions. The
commands and functions that
www.eeworm.com/read/272595/10951964
m expectation.m
%----------------------------subfunction-----------------------------------
function w=expectation(c,e,P,y) %计算期望值
w=zeros(P,1); %参考向量w
for i=1:P
w(i)=e^i*y(1)+(1-e^i)*c;
end
www.eeworm.com/read/145949/12686848
m gradobject1.m
%The following subfunction is on the gradient of
%the objective function
function y=gradobject1(v)
y(1)=2*v(1)-v(2)-10;
y(2)=2*v(2)-v(1)-4;
www.eeworm.com/read/483112/6609655
m gradobject1.m
%The following subfunction is on the gradient of
%the objective function
function y=gradobject1(v)
y(1)=2*v(1)-v(2)-10;
y(2)=2*v(2)-v(1)-4;
www.eeworm.com/read/289776/8527725
m emptycheck.m
% This is a subfunction of rrrproject3.m
% Created by Gan Tao taogan@eng.buffalo.edu
% Graduate Student of SUNY Buffalo
% Date: Jan.2004
% emptycheck.m is for checking wether the variables