Program | Discription | Download |
MINES V1.02 | A Minesweeper for DOS. Here you find more about my minesweeper. |
MINES.ZIP (70,9k) |
MAKEDXF |
This program allows the transformation of an ASCII-file, for example containing computed data, into the DXF-format (AutoCAD). The DXF-file can then be imported into CorelDraw, Designer, etc. The format of the ASCII-file: This file must contain two columns. In the first column the x- and in the scound column the y-values. Comments are allowed. A commend-line must begin with #. Two line segments are separated by a blank line. Short Example: # Example for a data-file # x-value y-value #First Line Segment 0.0000 1.0000 1.0000 2.0475 2.4605 4.4547 6.7700 2.3445 3.0000 4.5999 #Second Line Segment 8.34465 8.45646 12.8988 67.7788 -5.7588 33.4564 -22.678 -2.5767 Screenshot Example of Application Hint:For this version of MAKEDXF help not yet available, therefore the option "-h" has no effect! |
MAKEDXF.ZIP (40,7k) |
FERMI | With FERMI.EXE you can calculate der Fermi-Energy of semiconductors in dependence of temperature and several other parameters. Here you can find informations about the Fermi-Energy, i.e. meaning of the Fermi-Energy and the equartions. |
FERMI.ZIP (31,8k) |
RUNNING |
RUNNING.ZIP (451,4k) |
|
FARBEN |
This is a very little tool for HTML-programming written with Borland C++ Builder 4. If you set a color, the corresponding HTML-colorcode will be displayed in the following format: #RRGGBB, with 00 <= RR,GG,BB <= FF. There exist also an inverse mode. Here you set the three color (R,G,B) as HEX-values (00..FF). In this case the color has the format RRR,GGG,BBB, with 0 <= RRR,GGG,BBB <= 255. If the option "prozentual" is enabled the format would be 0 <= RRR,GGG,BBB <= 100. If the option "nur Grauwerte" is enabled only gray colors can be chosen. Click here for a screenshot. |