alexkowlew / simplex4android

Automatically exported from code.google.com/p/simplex4android
0 stars 0 forks source link

[GUI] Eingabe/Ausgabe #12

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
Grundlegende Ideen: Eingabe/Ausgabe von Daten

Original issue reported on code.google.com by Sebastia...@gmail.com on 25 Jun 2010 at 3:37

GoogleCodeExporter commented 8 years ago

Original comment by Sebastia...@gmail.com on 25 Jun 2010 at 3:40

GoogleCodeExporter commented 8 years ago
- Syntax für Eingabe in einem Textfeld:
        ax1+bx2-cx3.....+gx37+hx38  
        => das bedeutet: 1. Koeffizient
        2. x um Variable zu markieren
        3. Index von x in Form einer Zahl. Reich von x bis zum nächsten Rechenzeichen
        4. aufpassen bei der durchnumerierung der Variablen, wenn sie vom Benutzer lückenhaft vorgegeben wird.

Ich hab da Bock drauf und setz mich mal an das auseinander pflücken von einem 
großen String. :)

Original comment by max.wo...@gmail.com on 26 Jun 2010 at 3:27