|
1 |
| -# graph65-programs |
2 |
| -Some BASIC programs I wrote for my Casio Graph 65 calculator |
| 1 | +# Graph 65 calculator programs |
| 2 | + |
| 3 | +Some **BASIC** programs I wrote for my **Casio Graph 65** calculator when I was in high school. |
| 4 | + |
| 5 | + |
| 6 | + |
| 7 | + |
| 8 | + |
| 9 | + |
| 10 | + |
| 11 | +--- |
| 12 | + |
| 13 | +# Table of Contents |
| 14 | + |
| 15 | +* [About the Project](#about-the-project) |
| 16 | +* [Programs](#programs) |
| 17 | +* [The Casio Graph 65](#the-casio-graph-65) |
| 18 | +* [Usage](#usage) |
| 19 | +* [License](#license) |
| 20 | + |
| 21 | +# About the project |
| 22 | + |
| 23 | +<img alt="Casio logo" src="doc/logo-casio.svg" height="42"/> |
| 24 | + |
| 25 | +I just keep there some old programs I wrote (in French language) for my **Casio Graph 65** calculator when I was in high school (2003/2004). |
| 26 | + |
| 27 | +It includes some basic programs for **Electrotechnics**, **Mathematics**, and **Physics** courses. |
| 28 | + |
| 29 | +Very helpful for exams :) |
| 30 | + |
| 31 | +# The Casio Graph 65 |
| 32 | + |
| 33 | +<img alt="Casio calculator photo" src="doc/casio-calculator.jpeg" height="256"/> |
| 34 | + |
| 35 | +The **Casio Graph 65** was a mid-range digital graphing calculator. |
| 36 | +Its wide range of functions and program library was perfect for science courses and non-science higher education. |
| 37 | + |
| 38 | +It allowed to create and run programs written in a programming language called **Casio BASIC**, |
| 39 | +which is a version of the BASIC programming language adapted specifically for Casio calculators. |
| 40 | +It was designed for ease of use in mathematical and scientific calculations and included syntax and commands tailored to the calculator’s hardware. |
| 41 | + |
| 42 | +# Programs |
| 43 | + |
| 44 | +> [!NOTE] |
| 45 | +> The programs are provided in _.fxi_ format in the _programs_ directory, I also provided the sources as _.txt_ files just in case. |
| 46 | +
|
| 47 | +## Electrical engineering & electronics |
| 48 | + |
| 49 | +- :page_facing_up: _ELECTRO1.fxi_ : Course data related to power electronics : |
| 50 | + - Bipolar transistor |
| 51 | + - Solid-state relay |
| 52 | + - Triacs/Thyristors |
| 53 | + - Dimmers |
| 54 | + - Modulate power |
| 55 | + |
| 56 | +- :page_facing_up: _ELECTRO2.fxi_ : Course data related to electrical engineering : |
| 57 | + - Cable selection |
| 58 | + - Calculation of the short-circuit current |
| 59 | + - Circuit breakers and selection |
| 60 | + - Earthing systems |
| 61 | + - Choosing a differential |
| 62 | + |
| 63 | +# Usage |
| 64 | + |
| 65 | +You can use the **FX-Interface** software to view/edit the _FXI_ files and transfer them to the calculator (through cable). |
| 66 | + |
| 67 | +Then navigate to the _Programs_ menu on the calculator to run them. |
| 68 | + |
| 69 | +# License |
| 70 | + |
| 71 | +[General Public License (GPL) v3](https://www.gnu.org/licenses/gpl-3.0.en.html) |
| 72 | + |
| 73 | +This program is free software: you can redistribute it and/or modify it under the terms of the GNU |
| 74 | +General Public License as published by the Free Software Foundation, either version 3 of the |
| 75 | +License, or (at your option) any later version. |
| 76 | + |
| 77 | +This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without |
| 78 | +even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU |
| 79 | +General Public License for more details. |
| 80 | + |
| 81 | +You should have received a copy of the GNU General Public License along with this program. If not, |
| 82 | +see <http://www.gnu.org/licenses/>. |
0 commit comments