代码搜索:subfunction
找到约 229 项符合「subfunction」的源代码
代码结果 229
www.eeworm.com/read/200131/15440252
m exm070531_1.m
function y1=exm070531_1(a,s)
t=(0:a)/a*2*pi;
y1=subevalinzzy(4,s);
%------------ subfunction -------------
function y2=subevalinzzy(a,s)
t=(0:a)/a*2*pi;ss='a*exp(i*t)';
switch s
case {'base',
www.eeworm.com/read/103618/15727805
m evalinzzy.m
function y1=evalinzzy(a,s)
t=(0:a)/a*2*pi;
y1=subevalinzzy(4,s);
%------------ subfunction -------------
function y2=subevalinzzy(a,s)
t=(0:a)/a*2*pi;ss='a*exp(i*t)';
switch s
case {'base','c
www.eeworm.com/read/447973/7542813
m observationmodel.m
%%% DynaEst 3.032 01/02/2001
% Copyright (c) 2000 Yaakov Bar-Shalom
%
% Subfunction ObservationModel : generate observation model for ground truth and measurement
function [Ht,It,Rt] = Observati
www.eeworm.com/read/272595/10951959
m du.m
%----------------------------subfunction-----------------------------------
function du=DU(A,Q,R,w,y,e1); %计算Δu(k)
dum=(A'*Q*A+R)\A'*Q*(w-y); %向量Δum(k)
du=e1*dum; %取dum的第一个值做为下一时刻的输入
%--------
www.eeworm.com/read/182375/6960811
output
Start-up time is : Sun Dec 27 17:11:21 1998
Problem length = 30
Number of subfunctions = 10
Subfunction = 0 1 2 3 4 5 6 7 8 9
Table or function id = 0
www.eeworm.com/read/197384/8001178
asm dsp_tl16c550.asm
.include "mmrg.inc"
; .include "SUBADDR.asm"
.include "data.inc"
.include "subfunction.inc"
;define macro
.include "subfunction2.inc"
;defi
www.eeworm.com/read/145949/12686837
m goldsplictobj.m
%The following subfunction is on the goldspliction
%search of the substi function
function y=goldsplictobj(x)
a=0;
b=10;
eps=0.01;
y1=a+0.382*(b-a);
y2=a+0.618*(b-a);
while abs(b-a)>eps
if
www.eeworm.com/read/145949/12686854
m substi.m
%The following subfunction is on the comming
%search function of alpha
function y=substi(alpha,x)
y=feval(@object1,x-alpha*gradobject1(x));
www.eeworm.com/read/239056/13304617
m stat.m
function [mean,stdev]=stat()
%STAT Interesting statistics.
% n=length(x);
mean=avg(x,n);
stdev=sqrt(sum((x-avg(x,n))^2)/n);
%-------------
www.eeworm.com/read/145991/5740978
scr undoc.scr
;; ******
;; UNDOC.SCR (abridged version)
;; This does not show undocumented redirector (Int 2Fh) calls
intercept 21h
function 1fh on_exit output "211F: Get Default DPB: " DS ":" BX
func