ich hätte eine Frage, da ich auf dem Schlauch stehe. Also der Code-Abschnitt:
Code (Text):
void simulieren() {
int N = 1000;
plotter.setDataLineStyle(LineStyle.BOTH);
plotter.setAutoYgrid(100);
plotter.setAutoXgrid(0.1);
plotter.setXLabelFormat("%.1f");
plotter.setText("P_in", 0.95, -50);
for (double pIn = 0.1; pIn <= 1; pIn += 0.01) {
int numTests = 30;
int sumLength = 0;
int max = 0;...
int N = 1000;
plotter.setDataLineStyle(LineStyle.BOTH);
plotter.setAutoYgrid(100);
plotter.setAutoXgrid(0.1);
plotter.setXLabelFormat("%.1f");
plotter.setText("P_in", 0.95, -50);
for (double pIn = 0.1; pIn <= 1; pIn += 0.01) {
int numTests = 30;
int sumLength = 0;
int max = 0;...
Warteschlange - Länge
0 commentaires:
Enregistrer un commentaire