E G H K M P T

E

ergebnisHorner(double[], double, double) - Static method in class Horner
Konsolenausgabe einer Polynomwertberechnung.
Erzaehlung - Class in <Unnamed>
Eine unendliche Geschichte.
Erzaehlung() - Constructor for class Erzaehlung
 
erzaehlung() - Static method in class Erzaehlung
Erzaehlen der Geschichte.

G

geschichte() - Static method in class Erzaehlung
Methode mit Rekursion.

H

hanoi(int, int, int) - Static method in class TvH
Rekursive Funktion, Transport der Scheiben. 1.
Horner - Class in <Unnamed>
Polynomwertbestimmung mittels HORNER-Schema, P(x) = a[0] + a[1]*x + a[2]*x^2 + ...+ a[r]*x^r
Horner() - Constructor for class Horner
 
horner(double[], double) - Static method in class Horner
Berechnung eines Polynomwertes mittels Horner.

K

Kmd - Class in <Unnamed>
Auswertung einer Kommandozeile, Demoprogramm.
Kmd() - Constructor for class Kmd
 

M

main(String[]) - Static method in class Erzaehlung
Hauptprogramm, ruft die rekursive Methode auf.
main(String[]) - Static method in class Horner
Testprogramm.
main(String[]) - Static method in class Kmd
 
main(String[]) - Static method in class Max
Testprogramm
main(String[]) - Static method in class TvH
Tuerme von Hanoi, Hauptprogramm.
mannLebtNoch() - Static method in class Erzaehlung
Test, Abbruch der Rekursion.
Max - Class in <Unnamed>
Ueberladen von Methoden, Demonstrationsbeispiel.
Max() - Constructor for class Max
 
max(int, int) - Static method in class Max
 
max(double, double) - Static method in class Max
 
max(double, int) - Static method in class Max
 
max(int, int, int) - Static method in class Max
 

P

polynomAusgabe(double[]) - Static method in class Horner
Konsolenausgabe eines Polynoms.
polynomEingabe() - Static method in class Horner
Tastatureingabe des Grades und der Koeffizienten eines Polynoms.

T

TvH - Class in <Unnamed>
Tuerme von Hanoi, mit Rekursion.
TvH() - Constructor for class TvH
 

E G H K M P T