Extcalc Description
Concalc Description
Screenshots
Features
Sourceforge
Download
Binaries
Extcalc Documentation
Concalc Documentation
Examples
Contact
|
Script programming and Graphics examples
If you need general information about the Extcalc script language, please visit the documentation page of Extcalc.
On this page, you can download some example script code,which runs on Concalc and Extcalc and example functions
for graph drawing.
You can download, test and modify this examples. You may also send me your own script programs or functions, so that I can publish them on this page.
When you want to do that, please send the code whith a short description to rainer1223@users.sourceforge.net.
To use script code in Extcalc, open Extcalc, choose the script editor and use the import dialog from the menu script -> import script.
For Concalc, download the code and run concalc -m scriptname.
To import functions for graph drawing into Extcalc, choose the graphics window and open the import dialog from the menu by graphic -> import graphs.
Author: Rainer Strobel, David Wang
Description: The standard example graphs which come with Extcalc.
Author: David Wang
Description: Set of animated Graphs.
They present almost all the techniques covered in college algebra about generating the graph of a complicated function from the graph of the very basic function.
Author: Rainer Strobel
Description: Prints out all prime numbers, starting with 2
Example for: print command, using variables, for loop, if expression
Author: Rainer Strobel
Description: A small pingpong game, controlled by the a and d key.
Example for: nonbreaking input functions, printing and setting cursor, using sleep command
Author: Rainer Strobel
Description: Fly with your spaceship, and don't touch the stars. Small game controlled by the w and s keys
Example for: arrays, random numbers
Author: Rainer Strobel
Description: Enter a text and a password, and the script calculates the endoded message. (Vigenere endocing with uppercase and lowercase letters and numbers)
Example for: text input functions, working with strings
Decoder:
Author: Rainer Strobel
Description: A snake game. Use the wsad-keys to play.
Example for: dynamic arrays, random numbers, input/output functions
Author: Rainer Strobel
Description: Shows the mandelbrot fractal. Move with wsad, zoom with r and f.
Example for: Programming with complex numbers
Author: Rainer Strobel
Description: This includes a script that calculates the dotproduct of two vectors and one that calculates the crossproduct. These scripts were shipped with Extcalc.
Example for: arrays, vector programming
Author: Rainer Strobel
Description: Matrix programming examples. These scripts were shipped with Extcalc.
Example for: Matrixprogramming, 2-dimensional arrays
Author: Rainer Strobel
Description: 6 colored rotating cubes.
Example for: GL programming, display lists, color
Author: Rainer Strobel
Description: A rotating cube with colored edges.
Example for: GL programming, display lists, color, gl transformation
Author: Rainer Strobel
Description: Shows the electric field of two electric charges in ball form. The Position and the value of the electric charges can be changed.
Example for: GL programming, vector arithmetics, keyboard usage
|