代码搜索:subfunction
找到约 229 项符合「subfunction」的源代码
代码结果 229
www.eeworm.com/read/483112/6609650
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/483112/6609658
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/120207/14809693
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
www.eeworm.com/read/171351/9760642
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/112709/15478537
h lcdtest1_sub.h
*********************************************
*text mode init
*********************************************
TINIT:
SPLK #0000h,PARA1 ;text home address:0000h
SPLK #TXHOME,CMD
CALL
www.eeworm.com/read/373081/9475831
m sub_pca.m
function PCAmodel = sub_pca(X,no_of_lv,prepro_method);
% pca for iPCA modelling
%
% Input:
% X contains the independent variables
% no_of_lv is the number of PCA components
% prepro_metho
www.eeworm.com/read/424116/10491177
m sub_pca.m
function PCAmodel = sub_pca(X,no_of_lv,prepro_method);
% pca for iPCA modelling
%
% Input:
% X contains the independent variables
% no_of_lv is the number of PCA components
% prepro_metho
www.eeworm.com/read/145991/5740980
scr vec.scr
; VEC.SCR
intercept 21h
function 25h
subfunction 1bh
on_entry
output "Set at " ds ":" dx
function 35h
subfunction 1bh
on_exit
output "Get at " es ":" bx
www.eeworm.com/read/145991/5740992
scr instcmd.scr
; INSTCMD.SCR
structure cmdline fields
max (byte)
text (byte,string,64)
intercept 2fh
function 0aeh
subfunction 00h
on_entry
if (dx == 0FFFFh)
www.eeworm.com/read/139557/5798319
h kcall.h
// Copyright (c) 2000 Microsoft Corporation. All rights reserved.
// This header file defines the function names that correspond with KCall ID's
// These MUST match the definitions from kernel.h!
#d