代码搜索:fprintf

找到约 10,000 项符合「fprintf」的源代码

代码结果 10,000
www.eeworm.com/read/291350/8423243

m initdwt_discrete.m

%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% % % % initDWT_discrete.m % %
www.eeworm.com/read/390194/8478269

txt 10-16.txt

%例10-16 break语句的使用。 %该程序用于求解经典的鸡兔同笼问题。 %鸡兔同笼,头36,脚100。 %求鸡兔各几只。 i=1; while i>0 if rem(100-i*2,4)==0&(i+(100-i*2)/4)==36 break; end i=i+1; n1=i; n2=(100-2*i)/4
www.eeworm.com/read/389274/8536798

m example43_run_b2.m

function demsvm1() % X = [2 7; 3 6; 2 2; 8 1; 6 4; 4 8; 9 5; 9 9; 9 4; 6 9; 7 4]; Y = [ +1; +1; +1; +1; +1; -1; -1; -1; -1; -1; -1]; % define a simple artificial data set x1ran =
www.eeworm.com/read/389274/8537365

m example43_run_b3.m

function demsvm1() % X = [2 7; 3 6; 2 2; 8 1; 6 4; 4 8; 9 5; 9 9; 9 4; 6 9; 7 4]; Y = [ +1; +1; +1; +1; +1; -1; -1; -1; -1; -1; -1]; % define a simple artificial data set x1ran =
www.eeworm.com/read/389274/8537506

m example43_run_b4.m

function demsvm1() % X = [2 7; 3 6; 2 2; 8 1; 6 4; 4 8; 9 5; 9 9; 9 4; 6 9; 7 4]; Y = [ +1; +1; +1; +1; +1; -1; -1; -1; -1; -1; -1]; % define a simple artificial data set x1ran =
www.eeworm.com/read/389274/8537556

m example43_run_a.m

%svm3 %%=============== %%=============== % run_a function demsvm1() % X = [2 7; 3 6; 2 2; 8 1; 6 4; 4 8; 9 5; 9 9; 9 4; 6 9; 7 4]; Y = [ +1; +1; +1; +1; +1; -1; -1; -1; -1; -1
www.eeworm.com/read/389274/8537705

m example43_run_b1.m

function demsvm1() % X = [2 7; 3 6; 2 2; 8 1; 6 4; 4 8; 9 5; 9 9; 9 4; 6 9; 7 4]; Y = [ +1; +1; +1; +1; +1; -1; -1; -1; -1; -1; -1]; % define a simple artificial data set x1ran =
www.eeworm.com/read/388613/8597072

m mds.m

function [ Config,DHS,DS,DeltaS,Stress1,StressT1,Stress2,StressT2,Rs,RsT] = ... mds( userinput,TrainMatrix,TestMatrix,NTests ) global l Config no nt ns r DHS DS DO sortindex DeltaS r
www.eeworm.com/read/288479/8630157

m lsselect.m

function [Q, I, B, BB] = lsselect(y,x,crit,how,pmax,level); %LSSELECT Select a predictor subset for regression % % [Q, I, B, BB] = lsselect(y,x,crit,how,pmax,level) % % Selects a good subset
www.eeworm.com/read/288479/8630262

m test2r.m

function [pval, r] = test2r(x,y,method) %TEST2R Test for equal location of two samples using rank test % % [pval, ranksum] = test2r(x,y) % % This is the Wilcoxon-M