QuickBASIC

Zur Druckansicht wechseln Visit the English version of this page
www.jb-electronics.de » Programmieren » QuickBASIC

Hier finden Sie Programme, die ich in QuickBASIC programmiert habe:

DrawClock DrawClock: Dieses Programm simuliert eine komplette Analoguhr unter Verwendung des QB-Subsprachenelements DRAW. Gerade Anfänger wagen sich an diesen Befehl eher selten heran, obwohl er - das sollte im Quelltext ersichtlich werden - relativ einfach und komfortabel zu handhaben ist. [Mehr Informationen]
Parabelplotter Parabelplotter: Dieses Programm stellt einen relativ einfachen Parabelplotter in QuickBASIC dar. Als Parameter für die zu zeichnende Parabel können x-Verschiebung, y-Verschiebung und Stauchung angegeben werden. [Mehr Informationen]
EasyCalc EasyCalc: Dieses Programm enstand für den Programmierwettbewerb und benutzt fast gleiche Oberfläche wie sein Namensverwandter EasyCash (nur für QuickBASIC umgeschrieben). Als anwendungsorientierte Software soll es dazu dienen, verschiedene Finanzkurse ineinander umzurechnen. [Mehr Informationen]

Nach oben

Valid HTML!Valid CSS!

QuickBASIC

show print layout Die deutsche Version der Seite besuchen
www.jb-electronics.de » Programming » QuickBASIC

Here you can find programs that I have programmed using QuickBASIC:

DrawClock DrawClock: This program simulates an analog clock using QuickBASIC's DRAW-command. Although this command seems complex, it is actually quite simple to use, as you will find out when studying the source code. [Read more]
Parabula Plotter Parabula Plotter: This program can plot parabulas of the form y = a * (x - b)^2 + c. The program itself is is very simple, but nevertheless you can draw a lot of different curves with this plotter. [Read more]
EasyCalc EasyCalc: This program has been developed for the Programmer's Competition and uses nearly the same GUI as its relative EasyCash (but under QuickBASIC in this case). You can use EasyCalc to convert different currency exchange rates. [Read more]

Nach oben

Valid HTML!Valid CSS!