代码搜索:recurrence
找到约 68 项符合「recurrence」的源代码
代码结果 68
www.eeworm.com/read/8653/149616
png sortsearch.recurrence1.png
www.eeworm.com/read/8653/149646
png sortsearch.recurrence2.png
www.eeworm.com/read/35001/1050413
png sortsearch.recurrence1.png
www.eeworm.com/read/35001/1050504
png sortsearch.recurrence2.png
www.eeworm.com/read/370129/9616755
m wigner_recurrence1.m
%*********************************
%* wigner_recurrence1.m *
%*********************************
% Auteur : Sylvain Lecler (th鑣e 2003-2005)
% Directeur administratif : Patrick Meyrueis
%
www.eeworm.com/read/370129/9616792
m wigner_recurrence2.m
%********************************
%* wigner_recurrence2.m *
%********************************
% Auteur : Sylvain Lecler (th鑣e 2003-2005)
% Directeur administratif : Patrick Meyrueis
% Dat
www.eeworm.com/read/104929/15681087
tex chap1.tex
% Chapter 1 of Concrete Mathematics
% (c) Addison-Wesley, all rights reserved.
\input gkpmac
\refin bib
\pageno=1
\beginchapter 1 Recurrent Problems
THIS CHAPTER EXPLORES three sample problems
that
www.eeworm.com/read/462044/7211669
asv moyenne_variance.asv
N=100;
x=polynome(N);
for k=1:n-1; %recurrence
x(k+1)=x(k)+x(k+1);
end
xmoyenne=x(k+1);
www.eeworm.com/read/436900/7759197
arff breast-cancer.arff
% Citation Request:
% This breast cancer domain was obtained from the University Medical Centre,
% Institute of Oncology, Ljubljana, Yugoslavia. Thanks go to M. Zwitter and
% M. Soklic for
www.eeworm.com/read/324448/13262769
txt ch14i.txt
Chapter 14 Analysis Techniques: Instructor's CD questions
1. Amortized analysis is used to:
a) analyze growth rates as the input size becomes large.
*b) Analyze the cost of a series of operation