21 calculators, JSON convert, HTML export, all photos

This commit is contained in:
Lephenixnoir 2021-04-17 15:35:23 +02:00
commit 9f20121db4
Signed by: Lephenixnoir
GPG Key ID: 1BBA026E13FC0495
113 changed files with 2512 additions and 0 deletions

4
.gitignore vendored Normal file
View File

@ -0,0 +1,4 @@
__pycache__
# Output folder
/out

27
Makefile Executable file
View File

@ -0,0 +1,27 @@
#! /usr/bin/env make -f
all: json json-min html-fr html-en
json: out/calcdb.json
json-min: out/calcdb-min.json
html-fr: out/calcdb-fr.html
html-en: out/calcdb-en.html
DEPS = $(wildcard calculators/* lang/*) model.yaml tools/calcdb.py | out/
out/calcdb.json: tools/convert-json.py $(DEPS)
tools/convert-json.py > out/calcdb.json
out/calcdb-min.json: tools/convert-json.py $(DEPS)
tools/convert-json.py --min > out/calcdb-min.json
out/calcdb-fr.html: tools/render-html.py $(DEPS)
tools/render-html.py fr > out/calcdb-fr.html
out/calcdb-en.html: tools/render-html.py $(DEPS)
tools/render-html.py en > out/calcdb-en.html
%/:
@ mkdir -p $@
.PHONY: json json-min html-fr html-en

82
README.md Normal file
View File

@ -0,0 +1,82 @@
# Base de données des calculatrices CASIO
Ce dépôt contient des images, métadonnées et propriétés sur les calculatrices
graphiques et formelles CASIO modernes (la plupart des modèles après 2000). Ces
informations sont utilisées par l'index des calculatrices sur Planète Casio.
## Format
Chaque calculatrice est décrite par un fichier YAML dans le dossier
`calculators`. Les propriétés sont classées en catégories avec différents
champs dans chaque catégorie. Les champs peuvent être de types différents et
les valeurs autorisées sont au cas-par-cas, mais souvent on rencontre:
* Du texte brut : `full_name: "Graph 90+E"`
* Des booléens : `touch_screen: no`
* Des entiers: `default_cpu_frequency: 56000000 # Hz`
* Des énumérations : `audience: audience.high_school`
Les énumérations commençent toujours par le nom du champ. Beaucoup de champs
qui acceptent des énumérations acceptent aussi des booléens. Certains champs
acceptent des listes.
Le fichier `model.yaml` décrit le modèle des données : il liste toutes les
catégories, tous les champs, et toutes les calculatrices ; il donnes les unités
pour les champs numériques concernés ; et il attribute des scores aux valeurs
des champs pour permettre de faire des comparatifs.
Les valeurs peuvent contenir du Markdown ainsi que que des marqueurs de la
forme `@lang{...}` pour insérer du texte qui n'est visible que quand les
données sont affichées dans une certaine langue. Les fichiers `lang/*.yaml`
traduisent les noms des catégories, des champs, et les valeurs énumérées, et
`@lang{...}` n'est utilisé que pour les quelques passages de texte qui n'y
sont pas listés.
## Outils et utilisation
On peut soit utiliser la base directement en YAML, soit utiliser le module
Python `calcdb` dans le dossier `tools`. On peut aussi utiliser la version JSON
générée avec `tools/convert-json.py` si c'est plus pratique.
Trois outils sont fournis dans `tools` :
* La bibliothèque `calcdb.py` fournit de quoi manipuler la base en Python. La
classe principale est `CalcDB`, qui charge les fichiers YAML depuis la racine
de ce dépôt. Une class `Lang` représente les différents langages, et présente
quelques méthodes pour simplifier la traduction. Enfin, une fonction
`render()` implémente toutes les règles d'affichage pour fournir le texte à
afficher pour chaque valeur dans un tableau.
* Le script `convert-json.py` permet de convertir la base en JSON. Utilisez
`make json` ou `make json-min` et récupérez le fichier de sortie dans `out`.
* Le script `render-html.py` génère un tableau HTML avec les informations. Ce
tableau contient des attributs CSS et HTML permettant de le manipuler en
Javascript, et est notamment utilisé sur l'index des calculatrices de Planète
Casio. Utilisez `make html-fr` ou `make html-en` pour générer une page web
autonome pour consulter le tableau, ou `make index-fr` ou `make index-en`
pour générer la version utilisée sur Planète Casio.
## Résumé des dossiers
* `calculators`: Fichiers YAML avec les propriétés de tous les modèles.
* `lang`: Traduction des noms de catégories, champs, et valeurs énumérées.
* `model.yaml`: Liste de catégories, champs, calculatrices, et scores pour
toutes les valeurs énumérées comparables.
* `images`: Petites et grandes photos de tous les modèles, en JPG. Les grandes
photos sont généralements limitées à 1000 pixels de haut ; les petites sont
toutes fixées à 150 pixels de haut. Le dossier `small` a une image
supplémentaire `g35+.jpg` avec les deux générations de Graph 35+
côte-à-côte.
* `tools`: Scripts Python pour manipuler la base de données, et un module
Python `calcdb` réutilisable pour extraire efficacement des informations.
Ces dossiers ne sont pas indexés par le dépôt :
* `out`: Dossier de sortie pour tous les fichiers générés par les scripts.
## TODO
* Ajouter des liens vers les émulateurs.
* Télécharger les manuels et les héberger sur Planète Casio.
* Télécharger tous les OS updaters, les héberger sur Planète Casio, et les
ajouter à la base de données.

80
calculators/cg20.yaml Normal file
View File

@ -0,0 +1,80 @@
cg20:
general:
full_name: "Prizm"
international_name: "fx-CG 10/20"
year_launched: 2011
exam_mode: no
predecessor: no
successor: g90+e
family: family.prizm
active: no
teaching:
audience: audience.high_school
math_input: yes
pretty_print: yes
matrices: yes
complex_calculus: yes
symbolic_calculus: symbolic_calculus.QPiRac
cas: cas.khicas_cg
packaging:
size: [20.6, 89.5, 189] # mm
weight: 230 # g
power: power.4aaa
power_runtime: 140 # hours
programming:
casio_basic: casio_basic.native
add_ins: add_ins.native
add_ins_sdk: [add_ins_sdk.prizmsdk, add_ins_sdk.fxsdk]
python: no
hardware:
mpu: "SH7305"
cpu: "SH4AL-DSP"
default_cpu_frequency: 56000000 # Hz
overclock_tools: ["Pover", "Ptune"]
max_cpu_frequency: 94000000 # Hz
ram_chip: 2000000 # bytes
rom_chip: 32000000 # bytes
ram_storage: 62000 # bytes
rom_storage: 16000000 # bytes
sd_card: no
devices:
display: display.r61524
backlit_display: backlit_display.brightness_5levels
color_mode: color_mode.rgb565
touch_screen: no
display_size_pixels: [396, 224, "384x216"] # pixels
display_size_text: [21, 7] # characters
serial_connection: serial_connection.jack_25
usb_connection: usb_connection.mini_usb_b
protocols: [protocols.scsi, protocols.p7]
transfer_software: [transfer_software.file_browser]
misc:
price_range: [120, 180] # euros
last_os_version: "3.12"
links:
casio_france:
"[Casio Éducation](https://web.archive.org/web/20110218025938/http://www.casio-education.fr/calculatrice_casio_fx-CG20.html) (2011)"
casio_international:
"[edu.casio.com](https://edu.casio.com/products/graphic/fxcg10_20/) (2021)"
manuals:
software_french_fr:
"2.02": "https://support.casio.com/storage/fr/manual/pdf/FR/004/fx-CG10_20_Soft_v202_FR.pdf"
"3.10": "https://support.casio.com/fr/manual/004/fx-CG10_20_Soft_v310_FR.pdf"
"3.11": "https://support.casio.com/storage/fr/manual/pdf/FR/004/fx-CG10_20_Soft_v311_FR.pdf"
"3.12": "https://support.casio.com/storage/fr/manual/pdf/FR/004/fx-CG10_20_Soft_v312_FR.pdf"
software_international_fr:
"2.02": "https://support.casio.com/storage/fr/manual/pdf/FR/004/fx-CG10_20_Soft_v202_FR.pdf"
"3.10": "https://support.casio.com/fr/manual/004/fx-CG10_20_Soft_v310_FR.pdf"
"3.11": "https://support.casio.com/storage/fr/manual/pdf/FR/004/fx-CG10_20_Soft_v311_FR.pdf"
"3.12": "https://support.casio.com/storage/fr/manual/pdf/FR/004/fx-CG10_20_Soft_v312_FR.pdf"
software_international_en:
"2.02": "https://support.casio.com/en/manual/004/fx-CG10_20_Soft_v202_EN.pdf"
"3.10": "https://support.casio.com/en/manual/004/fx-CG10_20_Soft_v310_EN.pdf"
"3.11": "https://support.casio.com/en/manual/004/fx-CG10_20_Soft_v311_EN.pdf"
"3.12": "https://support.casio.com/en/manual/004/fx-CG10_20_Soft_v312_EN.pdf"
hardware_french_fr:
"support.casio.com": "https://support.casio.com/storage/fr/manual/pdf/FR/004/fx-CG10_20_Hard_FR.pdf"
hardware_international_fr:
"support.casio.com": "https://support.casio.com/storage/fr/manual/pdf/FR/004/fx-CG10_20_Hard_FR.pdf"
hardware_international_en:
"support.casio.com": "https://support.casio.com/en/manual/004/fx-CG10_20_Hard_EN.pdf"

66
calculators/cp300.yaml Normal file
View File

@ -0,0 +1,66 @@
cp300:
general:
full_name: "Classpad 300"
international_name: "Classpad 300"
year_launched: 2003
exam_mode: no
predecessor: no
successor: cp330
family: family.cas
active: no
teaching:
audience: audience.high_school_college
math_input: yes
pretty_print: yes
matrices: yes
complex_calculus: yes
symbolic_calculus: symbolic_calculus.cas
cas: cas.native
packaging:
size: [21, 84, 185.5] # mm
weight: 280 # g
power: power.4aaa
power_runtime: null
programming:
casio_basic: casio_basic.native
add_ins: add_ins.native
add_ins_sdk: [add_ins_sdk.cpsdk]
python: no
hardware:
mpu: "SH7291"
cpu: "SH3..."
default_cpu_frequency: null
overclock_tools: []
max_cpu_frequency: null
ram_chip: null
rom_chip: 16000000 # bytes
ram_storage: 515000 # bytes
rom_storage: 4500000 # bytes
sd_card: no
devices:
display: null
backlit_display: no
color_mode: color_mode.mono
touch_screen: yes
display_size_pixels: [160, 240] # pixels
display_size_text: display_size_text.variable
serial_connection: serial_connection.jack_25
usb_connection: usb_connection.mini_usb_b
protocols: null
transfer_software: [transfer_software.facp1, transfer_software.classpad_manager, transfer_software.classpad_addin_installer]
misc:
price_range: [140, 200] # euros
last_os_version: "3.03"
links:
casio_france: no
casio_international: no
manuals:
software_french_fr:
"@fr{Manuel}@en{Manual} (2004)": "https://support.casio.com/storage/fr/manual/pdf/FR/004/CP300_UsersGuide_FR.pdf"
software_international_fr:
"@fr{Manuel}@en{Manual} (2004)": "https://support.casio.com/storage/fr/manual/pdf/FR/004/CP300_UsersGuide_FR.pdf"
software_international_en:
"@fr{Manuel}@en{Manual} (2004)": "https://support.casio.com/en/manual/004/CP300_UsersGuide_EN.pdf"
hardware_french_fr: no
hardware_international_fr: no
hardware_international_en: no

71
calculators/cp330+.yaml Normal file
View File

@ -0,0 +1,71 @@
cp330+:
general:
full_name: "Classpad 330+"
international_name: "Classpad 330+"
year_launched: 2012
exam_mode: no
predecessor: cp330
successor: cp400
family: family.cas
active: no
teaching:
audience: audience.high_school_college
math_input: yes
pretty_print: yes
matrices: yes
complex_calculus: yes
symbolic_calculus: symbolic_calculus.cas
cas: cas.native
packaging:
size: [21, 84, 189.5] # mm
weight: 260 # g
power: power.4aaa
power_runtime: 140 # hours
programming:
casio_basic: casio_basic.native
add_ins: add_ins.no_sdk
add_ins_sdk: []
python: no
hardware:
mpu: "SH7305"
cpu: "SH-4..."
default_cpu_frequency: null
overclock_tools: []
max_cpu_frequency: null
ram_chip: null
rom_chip: 16000000 # bytes
ram_storage: 515000 # bytes
rom_storage: 5400000 # bytes
sd_card: no
devices:
display: null
backlit_display: no
color_mode: color_mode.mono
touch_screen: yes
display_size_pixels: [160, 240] # pixels
display_size_text: display_size_text.variable
serial_connection: serial_connection.jack_25
usb_connection: usb_connection.mini_usb_b
protocols: null
transfer_software: [transfer_software.facp1, transfer_software.classpad_manager, transfer_software.classpad_addin_installer]
misc:
price_range: [140, 200] # euros
last_os_version: "3.10"
links:
casio_france:
"[Casio Éducation](https://web.archive.org/web/20120516022353/http://www.casio-education.fr/calculatrice_casio_classpad330.html) (2012)"
casio_international:
"[edu.casio.com](https://edu.casio.com/products/cg/cp330plus/) (2021)"
manuals:
software_french_fr:
"3.10": "https://support.casio.com/fr/manual/004/CP330PLUSver310_Soft_FR.pdf"
software_international_fr:
"3.10": "https://support.casio.com/fr/manual/004/CP330PLUSver310_Soft_FR.pdf"
software_international_en:
"3.10": "https://support.casio.com/en/manual/004/CP330PLUSver310_Soft_EN.pdf"
hardware_french_fr:
"support.casio.com": "https://support.casio.com/storage/fr/manual/pdf/FR/004/CP330PLUS_Hard_FR.pdf"
hardware_international_fr:
"support.casio.com": "https://support.casio.com/storage/fr/manual/pdf/FR/004/CP330PLUS_Hard_FR.pdf"
hardware_international_en:
"support.casio.com": "https://support.casio.com/en/manual/004/CP330PLUS_Hard_EN.pdf"

79
calculators/cp330.yaml Normal file
View File

@ -0,0 +1,79 @@
cp330:
general:
full_name: "Classpad 300+/330"
international_name: "Classpad 300+/330"
year_launched: [2005,2007]
exam_mode: no
predecessor: cp300
successor: cp330+
family: family.cas
active: no
teaching:
audience: audience.high_school_college
math_input: yes
pretty_print: yes
matrices: yes
complex_calculus: yes
symbolic_calculus: symbolic_calculus.cas
cas: cas.native
packaging:
size: [21, 84, 189.5] # mm
weight: 280 # g
power: power.4aaa
power_runtime: 140 # hours
programming:
casio_basic: casio_basic.native
add_ins: add_ins.native
add_ins_sdk: [add_ins_sdk.cpsdk]
python: no
hardware:
mpu: "SH7291"
cpu: "SH3..."
default_cpu_frequency: null
overclock_tools: []
max_cpu_frequency: null
ram_chip: null
rom_chip: 16000000 # bytes
ram_storage: 515000 # bytes
rom_storage: 5400000 # bytes
sd_card: no
devices:
display: null
backlit_display: no
color_mode: color_mode.mono
touch_screen: yes
display_size_pixels: [160, 240] # pixels
display_size_text: display_size_text.variable
serial_connection: serial_connection.jack_25
usb_connection: usb_connection.mini_usb_b
protocols: null
transfer_software: [transfer_software.facp1, transfer_software.classpad_manager, transfer_software.classpad_addin_installer]
misc:
price_range: [140, 200] # euros
last_os_version: "3.06"
links:
casio_france:
"[Casio Éducation](https://web.archive.org/web/20080914095625/http://www.casio-education.fr/classpad330.php) (2008)"
casio_international:
"[edu.casio.com](https://edu.casio.com/products/cg/cp_v302/) (2021)"
manuals:
software_french_fr:
"2.20": "https://support.casio.com/storage/fr/manual/pdf/FR/004/CP300ver022_FR.pdf"
"3.03": "https://support.casio.com/storage/fr/manual/pdf/FR/004/CP330ver303_FR.pdf"
"3.04": "https://support.casio.com/fr/manual/004/CP330ver304_FR.pdf"
"3.06": "https://support.casio.com/fr/manual/004/CP330ver306_Soft_FR.pdf"
software_international_fr:
"2.20": "https://support.casio.com/storage/fr/manual/pdf/FR/004/CP300ver022_FR.pdf"
"3.03": "https://support.casio.com/storage/fr/manual/pdf/FR/004/CP330ver303_FR.pdf"
"3.04": "https://support.casio.com/fr/manual/004/CP330ver304_FR.pdf"
"3.06": "https://support.casio.com/fr/manual/004/CP330ver306_Soft_FR.pdf"
software_international_en:
"3.03": "https://support.casio.com/en/manual/004/CP330ver303_EN.pdf"
"3.04": "https://support.casio.com/en/manual/004/CP330ver304_EN.pdf"
"3.06": "https://support.casio.com/en/manual/004/CP330ver306_Soft_EN.pdf"
hardware_french_fr:
"support.casio.com": "https://support.casio.com/storage/fr/manual/pdf/FR/004/CP330ver306_Hard_FR.pdf"
hardware_international_fr:
"support.casio.com": "https://support.casio.com/storage/fr/manual/pdf/FR/004/CP330ver306_Hard_FR.pdf"
hardware_international_en:
"support.casio.com": "https://support.casio.com/en/manual/004/CP330ver306_Hard_EN.pdf"

69
calculators/cp400+e.yaml Normal file
View File

@ -0,0 +1,69 @@
cp400+e:
general:
full_name: "Classpad 400+E"
international_name: "fx-CP 400+E/fx-CG 500"
year_launched: 2016
exam_mode: yes
predecessor: cp400
successor: no
family: family.cas
active: yes
teaching:
audience: audience.high_school_college
math_input: yes
pretty_print: yes
matrices: yes
complex_calculus: yes
symbolic_calculus: symbolic_calculus.cas
cas: cas.native
packaging:
size: [21.1, 89, 206] # mm
weight: 315 # g
power: power.4aaa
power_runtime: null
programming:
casio_basic: casio_basic.native
add_ins: add_ins.vendor_only
add_ins_sdk: []
python: no
hardware:
mpu: "SH7305"
cpu: "SH-4..."
default_cpu_frequency: 116000000 # Hz
overclock_tools: []
max_cpu_frequency: 116000000 # Hz
ram_chip: 2000000 # bytes
rom_chip: 64000000 # bytes
ram_storage: 512000 # bytes
rom_storage: 5500000 # bytes
sd_card: no
devices:
display: null
backlit_display: yes
color_mode: color_mode.rgb565
touch_screen: yes
display_size_pixels: [320, 528] # pixels
display_size_text: display_size_text.variable
serial_connection: serial_connection.jack_25
usb_connection: usb_connection.mini_usb_b
protocols: [protocols.scsi, protocols.p7]
transfer_software: [transfer_software.file_browser]
misc:
price_range: [140, 200] # euros
last_os_version: "2.01"
links:
casio_france:
"[Casio Éducation](https://www.casio-education.fr/produits/fx-cp400e/) (2021)"
casio_international:
"[casioeducation.com](https://www.casioeducation.com/products/calculators/graphing/fx-cg500prizm) (2021)"
manuals:
software_french_fr:
"@fr{Manuel}@en{Manual} (2016-2020)": "https://support.casio.com/fr/manual/004/ClassPadII_fx-CP400+E_UG_FR.pdf"
software_international_fr:
"@fr{Manuel}@en{Manual} (2017-2020)": "https://support.casio.com/storage/fr/manual/pdf/FR/004/fx-CG500_UG_FR.pdf"
software_international_en:
"fx-CP 400+E": "https://support.casio.com/storage/en/manual/pdf/EN/004/ClassPadII_fx-CP400+E_UG_EN.pdf"
"fx-CG 500": "https://support.casio.com/en/manual/004/fx-CG500_UG_EN.pdf"
hardware_french_fr: no
hardware_international_fr: no
hardware_international_en: no

69
calculators/cp400.yaml Normal file
View File

@ -0,0 +1,69 @@
cp400:
general:
full_name: "Classpad 400"
international_name: "fx-CP 400/fx-CG 500"
year_launched: 2013
exam_mode: no
predecessor: cp330+
successor: cp400+e
family: family.cas
active: no
teaching:
audience: audience.high_school_college
math_input: yes
pretty_print: yes
matrices: yes
complex_calculus: yes
symbolic_calculus: symbolic_calculus.cas
cas: cas.native
packaging:
size: [21.1, 89, 206] # mm
weight: 315 # g
power: power.4aaa
power_runtime: null
programming:
casio_basic: casio_basic.native
add_ins: add_ins.vendor_only
add_ins_sdk: []
python: no
hardware:
mpu: "SH7305"
cpu: "SH-4..."
default_cpu_frequency: 116000000 # Hz
overclock_tools: []
max_cpu_frequency: 116000000 # Hz
ram_chip: 2000000 # bytes
rom_chip: 64000000 # bytes
ram_storage: 512000 # bytes
rom_storage: 5500000 # bytes
sd_card: no
devices:
display: null
backlit_display: yes
color_mode: color_mode.rgb565
touch_screen: yes
display_size_pixels: [320, 528] # pixels
display_size_text: display_size_text.variable
serial_connection: serial_connection.jack_25
usb_connection: usb_connection.mini_usb_b
protocols: [protocols.scsi, protocols.p7]
transfer_software: [transfer_software.file_browser]
misc:
price_range: [140, 200] # euros
last_os_version: "2.01"
links:
casio_france:
"[Casio Éducation](https://web.archive.org/web/20130930030415/http://www.casio-education.fr/calculatrice_casio_fx-CP400.html) (2013)"
casio_international:
"[edu.casio.com](https://edu.casio.com/products/cg/cp2/) (2021)"
manuals:
software_french_fr:
"@fr{Manuel}@en{Manual} (2014-2020)": "https://support.casio.com/storage/fr/manual/pdf/FR/004/ClassPadII_UG_FR.pdf"
software_international_fr:
"@fr{Manuel}@en{Manual} (2017-2020)": "https://support.casio.com/storage/fr/manual/pdf/FR/004/fx-CG500_UG_FR.pdf"
software_international_en:
"fx-CP 400": "https://support.casio.com/en/manual/004/ClassPadII_UG_EN.pdf"
"fx-CG 500": "https://support.casio.com/en/manual/004/fx-CG500_UG_EN.pdf"
hardware_french_fr: no
hardware_international_fr: no
hardware_international_en: no

70
calculators/g25+e.yaml Normal file
View File

@ -0,0 +1,70 @@
g25+e:
general:
full_name: "Graph 25+E"
international_name: "fx-7400G II"
year_launched: 2015
exam_mode: exam_mode.bad
predecessor: g25+pro
successor: g25+e2
family: family.mono
active: no
teaching:
audience: audience.high_school
math_input: math_input.hidden_option
pretty_print: pretty_print.hidden_option
matrices: no
complex_calculus: yes
symbolic_calculus: symbolic_calculus.Q
cas: no
packaging:
size: [21, 89, 181] # mm
weight: 205 # g
power: power.4aaa
power_runtime: 230 # hours
programming:
casio_basic: casio_basic.native
add_ins: no
add_ins_sdk: []
python: no
hardware:
mpu: "SH7305"
cpu: "SH-4A..."
default_cpu_frequency: 29000000 # Hz
overclock_tools: []
max_cpu_frequency: 29000000 # Hz
ram_chip: null
rom_chip: 2000000 # bytes
ram_storage: 20000 # bytes
rom_storage: no
sd_card: no
devices:
display: display.t6k11
backlit_display: no
color_mode: color_mode.mono
touch_screen: no
display_size_pixels: [128, 64] # pixels
display_size_text: [21, 7] # characters
serial_connection: serial_connection.jack_25
usb_connection: no
protocols: [protocols.p7]
transfer_software: [transfer_software.sb88_fa124]
misc:
price_range: [40, 60] # euros
last_os_version: "2.09"
links:
casio_france: "[Casio Éducation](https://web.archive.org/web/20150506100103/http://www.casio-education.fr/calculatrice_casio_graph25plus-E.html) (2015)"
casio_international: "[edu.casio.com](https://edu.casio.com/products/graphic/fx7400g2/) (2021)"
manuals:
software_french_fr:
"2.09": "https://support.casio.com/storage/fr/manual/pdf/FR/004/GRAPH35+E_Soft_V210_FR.pdf"
software_international_fr:
"2.04": "https://support.casio.com/storage/fr/manual/pdf/FR/004/fx-9860GII_Soft_FR.pdf"
software_international_en:
"2.00": "https://support.casio.com/pdf/004/fx-9750GII_Soft_E.pdf"
"2.04": "https://support.casio.com/storage/en/manual/pdf/EN/004/fx-9860GII_Soft_EN.pdf"
hardware_french_fr:
"support.casio.com": "https://support.casio.com/storage/fr/manual/pdf/FR/004/GRAPH75+E_35+E_25+E_Hard_FR.pdf"
hardware_international_fr:
"support.casio.com": "https://support.casio.com/storage/fr/manual/pdf/FR/004/fx-9860GII_Hard_FR.pdf"
hardware_international_en:
"support.casio.com": "https://support.casio.com/pdf/004/fx-9860GII_Hard_E.pdf"

70
calculators/g25+e2.yaml Normal file
View File

@ -0,0 +1,70 @@
g25+e2:
general:
full_name: "Graph 25+E II"
international_name: "fx-7400G III"
year_launched: 2020
exam_mode: exam_mode.bad
predecessor: g25+e
successor: no
family: family.mono
active: yes
teaching:
audience: audience.high_school
math_input: no
pretty_print: no
matrices: no
complex_calculus: yes
symbolic_calculus: symbolic_calculus.Q
cas: no
packaging:
size: [21, 89, 181] # mm
weight: 205 # g
power: power.4aaa
power_runtime: 230 # hours
programming:
casio_basic: casio_basic.native
add_ins: no
add_ins_sdk: []
python: no
hardware:
mpu: "SH7305"
cpu: "SH4AL-DSP"
default_cpu_frequency: 59000000 # Hz
overclock_tools: []
max_cpu_frequency: 59000000 # Hz
ram_chip: null
rom_chip: 2000000 # bytes
ram_storage: 20000 # bytes
rom_storage: no
sd_card: no
devices:
display: display.t6k11_variant
backlit_display: no
color_mode: color_mode.mono
touch_screen: no
display_size_pixels: [128, 64] # pixels
display_size_text: [21, 7] # characters
serial_connection: serial_connection.jack_25
usb_connection: no
protocols: [protocols.p7]
transfer_software: [transfer_software.sb88_fa124]
misc:
price_range: [40, 60] # euros
last_os_version: "3.20"
links:
casio_france:
"[Casio Éducation](https://www.casio-education.fr/produits/graph-25e/) (2021)"
casio_international: no
manuals:
software_french_fr:
"3.20": "https://support.casio.com/storage/fr/manual/pdf/FR/004/GRAPH35+EII_Soft_v330_FR.pdf"
software_international_fr:
"3.20": "https://support.casio.com/storage/fr/manual/pdf/FR/004/fx-9750GIII_Soft_v321_FR.pdf"
software_international_en:
"3.20": "https://support.casio.com/storage/en/manual/pdf/EN/004/fx-9750GIII_Soft_v321_EN.pdf"
hardware_french_fr:
"support.casio.com": "https://support.casio.com/storage/fr/manual/pdf/FR/004/GRAPH25+EII_hard_FR.pdf"
hardware_international_fr:
"support.casio.com": "https://support.casio.com/storage/fr/manual/pdf/FR/004/fx-9860GIII_9750GIII_7400GIII_Hard_FR.pdf"
hardware_international_en:
"support.casio.com": "https://support.casio.com/storage/fr/manual/pdf/EN/004/fx-9860GIII_9750GIII_7400GIII_Hard_EN.pdf"

71
calculators/g25+pro.yaml Normal file
View File

@ -0,0 +1,71 @@
g25+pro:
general:
full_name: "Graph 25+ Pro"
international_name: "fx-7400G II"
year_launched: 2010
exam_mode: no
predecessor: g25+
successor: g25+e
family: family.mono
active: no
teaching:
audience: audience.high_school
math_input: math_input.hidden_option
pretty_print: pretty_print.hidden_option
matrices: no
complex_calculus: yes
symbolic_calculus: symbolic_calculus.Q
cas: no
packaging:
size: [21, 89, 181] # mm
weight: 205 # g
power: power.4aaa
power_runtime: 200 # hours
programming:
casio_basic: casio_basic.native
add_ins: no
add_ins_sdk: []
python: no
hardware:
mpu: "SH7305"
cpu: "SH-4A..."
default_cpu_frequency: 29000000 # Hz
overclock_tools: []
max_cpu_frequency: 29000000 # Hz
ram_chip: null
rom_chip: 2000000 # bytes
ram_storage: 20000 # bytes
rom_storage: no
sd_card: no
devices:
display: display.t6k11
backlit_display: no
color_mode: color_mode.mono
touch_screen: no
display_size_pixels: [128, 64] # pixels
display_size_text: [21, 7] # characters
serial_connection: serial_connection.jack_25
usb_connection: no
protocols: [protocols.p7]
transfer_software: [transfer_software.sb88_fa124]
misc:
price_range: [40, 60] # euros
last_os_version: "2.09"
links:
casio_france:
"[Casio Éducation](https://web.archive.org/web/20100902034231/http://www.casio-education.fr/calculatrice_casio_graph25plus.html) (2010)"
casio_international:
"[edu.casio.com](https://edu.casio.com/products/graphic/fx7400g2/) (2021)"
manuals:
software_french_fr:
"2.00": "https://support.casio.com/storage/fr/manual/pdf/FR/004/GRAPH95-75-85SD-85-35PLUS-25PLUSPro-Soft_FR.pdf"
software_international_fr:
"2.04": "https://support.casio.com/storage/fr/manual/pdf/FR/004/fx-9860GII_Soft_FR.pdf"
software_international_en:
"2.00": "https://support.casio.com/pdf/004/fx-9750GII_Soft_E.pdf"
"2.04": "https://support.casio.com/storage/en/manual/pdf/EN/004/fx-9860GII_Soft_EN.pdf"
hardware_french_fr: no
hardware_international_fr:
"support.casio.com": "https://support.casio.com/storage/fr/manual/pdf/FR/004/fx-9860GII_Hard_FR.pdf"
hardware_international_en:
"support.casio.com": "https://support.casio.com/pdf/004/fx-9860GII_Hard_E.pdf"

69
calculators/g35+.yaml Normal file
View File

@ -0,0 +1,69 @@
g35+:
general:
full_name: "Graph 35+"
international_name: "fx-9750G+"
year_launched: 2008
exam_mode: no
predecessor: g35
successor: g35+usb3
family: family.mono
active: no
teaching:
audience: audience.high_school
math_input: yes
pretty_print: yes
matrices: yes
complex_calculus: yes
symbolic_calculus: symbolic_calculus.QPiRac
cas: cas.eigenmath
packaging:
size: [21.3, 87.5, 180.5] # mm
weight: 212 # g
power: power.4aaa
power_runtime: 200 # hours
programming:
casio_basic: casio_basic.native
add_ins: add_ins.os_upgrade
add_ins_sdk: [add_ins_sdk.fx9860g_sdk, add_ins_sdk.fxsdk]
python: python.casiopython
hardware:
mpu: "SH7355"
cpu: "SH3..."
default_cpu_frequency: 29000000 # Hz
overclock_tools: ["Rev-FX", "Ftune"]
max_cpu_frequency: 117000000 # Hz
ram_chip: [256000, 512000] # bytes
rom_chip: 2000000 # bytes
ram_storage: 62000 # bytes
rom_storage: rom_storage.os_upgrade
sd_card: no
devices:
display: display.t6k11
backlit_display: no
color_mode: color_mode.mono
touch_screen: no
display_size_pixels: [128, 64] # pixels
display_size_text: [21, 7] # characters
serial_connection: serial_connection.jack_25
usb_connection: no
protocols: [protocols.p7]
transfer_software: [transfer_software.sb88_fa124]
misc:
price_range: [60, 100] # euros
last_os_version: "2.10"
links:
casio_france:
"[Casio Éducation](https://web.archive.org/web/20081118021017if_/http://www.casio-education.fr/graph35.php) (2008)"
casio_international:
"[edu.casio.com](https://edu.casio.com/products/graphic/9750gap/) (fx-9740GA+)"
manuals:
software_french_fr:
"2.00": "https://support.casio.com/storage/fr/manual/pdf/FR/004/GRAPH95-75-85SD-85-35PLUS-25PLUSPro-Soft_FR.pdf"
"@fr{Probablement 1.x}@en{Likely 1.x}": "https://support.casio.com/storage/fr/manual/pdf/FR/004/GRAPH35_65_FR.pdf"
software_international_fr: no
software_international_en:
"@fr{Multi-parties}@en{Multi-part}": "https://support.casio.com/en/manual/manualfile.php?cid=004008016"
hardware_french_fr: no
hardware_international_fr: no
hardware_international_en: no

72
calculators/g35+e.yaml Normal file
View File

@ -0,0 +1,72 @@
g35+e:
general:
full_name: "Graph 35+E"
international_name: "fx-9750G II"
year_launched: 2015
exam_mode: yes
predecessor: g35+usb4
successor: g35+e2
family: family.mono
active: no
teaching:
audience: audience.high_school
math_input: yes
pretty_print: yes
matrices: yes
complex_calculus: yes
symbolic_calculus: symbolic_calculus.QPiRac
cas: cas.eigenmath
packaging:
size: [21.3, 87.5, 180.5] # mm
weight: 195 # g
power: power.4aaa
power_runtime: 200 # hours
programming:
casio_basic: casio_basic.native
add_ins: add_ins.os_upgrade
add_ins_sdk: [add_ins_sdk.fx9860g_sdk, add_ins_sdk.fxsdk]
python: python.casiopython
hardware:
mpu: "SH7305"
cpu: "SH4AL-DSP"
default_cpu_frequency: 29000000 # Hz
overclock_tools: ["Ftune 2"]
max_cpu_frequency: 235000000 # Hz
ram_chip: 512000 # bytes
rom_chip: 4000000 # bytes
ram_storage: 62000 # bytes
rom_storage: rom_storage.os_upgrade
sd_card: no
devices:
display: display.t6k11
backlit_display: no
color_mode: color_mode.mono
touch_screen: no
display_size_pixels: [128, 64] # pixels
display_size_text: [21, 7] # characters
serial_connection: serial_connection.jack_25
usb_connection: usb_connection.mini_usb_b
protocols: [protocols.p7]
transfer_software: [transfer_software.fa124, transfer_software.usb_connector, transfer_software.p7]
misc:
price_range: [60, 100] # euros
last_os_version: "2.10"
links:
casio_france: "[Casio Éducation](https://web.archive.org/web/20150505191720/http://www.casio-education.fr/calculatrice_casio_graph35plus-E.html) (2015)"
casio_international: "[edu.casio.com](https://edu.casio.com/products/graphic/fx9750g2/) (2021)"
manuals:
software_french_fr:
"2.09": "https://support.casio.com/storage/fr/manual/pdf/FR/004/GRAPH75+E_35+E_25+E_Soft_FR.pdf"
"2.10": "https://support.casio.com/storage/fr/manual/pdf/FR/004/GRAPH35+E_Soft_V210_FR.pdf"
software_international_fr:
"2.04": "https://support.casio.com/storage/fr/manual/pdf/FR/004/fx-9860GII_Soft_FR.pdf"
software_international_en:
"2.00": "https://support.casio.com/pdf/004/fx-9750GII_Soft_E.pdf"
"2.04": "https://support.casio.com/storage/en/manual/pdf/EN/004/fx-9860GII_Soft_EN.pdf"
hardware_french_fr:
"support.casio.com": "https://support.casio.com/storage/fr/manual/pdf/FR/004/GRAPH75+E_35+E_25+E_Hard_FR.pdf"
hardware_international_fr:
"support.casio.com": "https://support.casio.com/storage/fr/manual/pdf/FR/004/fx-9860GII_Hard_FR.pdf"
hardware_international_en:
"support.casio.com": "https://support.casio.com/pdf/004/fx-9860GII_Hard_E.pdf"

77
calculators/g35+e2.yaml Normal file
View File

@ -0,0 +1,77 @@
g35+e2:
general:
full_name: "Graph 35+E II"
international_name: "fx-9750G/9860G III"
year_launched: 2019
exam_mode: yes
predecessor: g35+e
successor: no
family: family.mono
active: yes
teaching:
audience: audience.high_school
math_input: yes
pretty_print: yes
matrices: yes
complex_calculus: yes
symbolic_calculus: symbolic_calculus.QPiRac
cas: cas.khicas_fx
packaging:
size: [18.7, 83.5, 175] # mm
weight: 190 # g
power: power.4aaa
power_runtime: 230 # hours
programming:
casio_basic: casio_basic.native
add_ins: add_ins.native
add_ins_sdk: [add_ins_sdk.fx9860g_sdk, add_ins_sdk.fxsdk]
python: python.native_os310
hardware:
mpu: "SH7305"
cpu: "SH4AL-DSP"
default_cpu_frequency: 59000000 # Hz
overclock_tools: ["Ftune 3"]
max_cpu_frequency: 235000000 # Hz
ram_chip: 512000 # bytes
rom_chip: 8000000 # bytes
ram_storage: 62000 # bytes
rom_storage: 3000000 # bytes
sd_card: no
devices:
display: display.t6k11_variant
backlit_display: no
color_mode: color_mode.mono
touch_screen: no
display_size_pixels: [128, 64] # pixels
display_size_text: [21, 7] # characters
serial_connection: serial_connection.jack_25
usb_connection: usb_connection.mini_usb_b
protocols: [protocols.scsi, protocols.p7]
transfer_software: [transfer_software.file_browser]
misc:
price_range: [60, 100] # euros
last_os_version: "3.40"
links:
casio_france:
"[Casio Éducation](https://www.casio-education.fr/produits/graph-35e-ii/) (2021)"
casio_international:
"[edu.casio.com](https://edu.casio.com/products/graphic/fx9860g3/) (2021)"
manuals:
software_french_fr:
"3.00": "https://support.casio.com/storage/fr/manual/pdf/FR/004/GRAPH35+EII_Soft_v300_FR.pdf"
"3.10": "https://support.casio.com/storage/fr/manual/pdf/FR/004/GRAPH35+EII_Soft_v310_FR.pdf"
"3.30": "https://support.casio.com/storage/fr/manual/pdf/FR/004/GRAPH35+EII_Soft_v330_FR.pdf"
"3.40": "https://support.casio.com/storage/fr/manual/pdf/FR/004/GRAPH35+EII_Soft_v340_FR.pdf"
software_international_fr:
"3.21": "https://support.casio.com/storage/fr/manual/pdf/FR/004/fx-9750GIII_Soft_v321_FR.pdf"
"3.40": "https://support.casio.com/storage/fr/manual/pdf/FR/004/fx-9750GIII_Soft_v340_FR.pdf"
software_international_en:
"3.21": "https://support.casio.com/storage/en/manual/pdf/EN/004/fx-9750GIII_Soft_v321_EN.pdf"
"3.40": "https://support.casio.com/storage/en/manual/pdf/EN/004/fx-9860GIII_Soft_v340_EN.pdf"
hardware_french_fr:
"support.casio.com": "https://support.casio.com/storage/fr/manual/pdf/FR/004/GRAPH25+EII_hard_FR.pdf"
hardware_international_fr:
"support.casio.com": "https://support.casio.com/storage/fr/manual/pdf/FR/004/fx-9860GIII_9750GIII_7400GIII_Hard_FR.pdf"
hardware_international_en:
"support.casio.com": "https://support.casio.com/storage/en/manual/pdf/EN/004/fx-9860GIII_9750GIII_7400GIII_Hard_EN.pdf"

70
calculators/g35+usb3.yaml Normal file
View File

@ -0,0 +1,70 @@
g35+usb3:
general:
full_name: "Graph 35+USB (SH3)"
international_name: "fx-9750G II"
year_launched: 2009
exam_mode: no
predecessor: g35+
successor: g35+usb4
family: family.mono
active: no
teaching:
audience: audience.high_school
math_input: yes
pretty_print: yes
matrices: yes
complex_calculus: yes
symbolic_calculus: symbolic_calculus.QPiRac
cas: cas.eigenmath
packaging:
size: [21.3, 87.5, 180.5] # mm
weight: 195 # g
power: power.4aaa
power_runtime: 230 # hours
programming:
casio_basic: casio_basic.native
add_ins: add_ins.os_upgrade
add_ins_sdk: [add_ins_sdk.fx9860g_sdk, add_ins_sdk.fxsdk]
python: python.casiopython
hardware:
mpu: "SH7355"
cpu: "SH3..."
default_cpu_frequency: 29000000 # Hz
overclock_tools: ["Ftune"]
max_cpu_frequency: 117000000 # Hz
ram_chip: [256000, 512000] # bytes
rom_chip: 2000000 # bytes
ram_storage: 62000 # bytes
rom_storage: rom_storage.os_upgrade
sd_card: no
devices:
display: display.t6k11
backlit_display: no
color_mode: color_mode.mono
touch_screen: no
display_size_pixels: [128, 64] # pixels
display_size_text: [21, 7] # characters
serial_connection: serial_connection.jack_25
usb_connection: usb_connection.mini_usb_b
protocols: [protocols.p7]
transfer_software: [transfer_software.fa124, transfer_software.usb_connector, transfer_software.p7]
misc:
price_range: [60, 100] # euros
last_os_version: "2.10"
links:
casio_france:
"[Casio Éducation](https://web.archive.org/web/20091008213128/http://www.casio-education.fr/calculatrice_casio_graph35plus.html) (2009)"
casio_international:
"[edu.casio.com](https://edu.casio.com/products/graphic/fx9750g2/) (2021)"
manuals:
software_french_fr: no
software_international_fr:
"2.04": "https://support.casio.com/storage/fr/manual/pdf/FR/004/fx-9860GII_Soft_FR.pdf"
software_international_en:
"2.00": "https://support.casio.com/pdf/004/fx-9750GII_Soft_E.pdf"
"2.04": "https://support.casio.com/storage/en/manual/pdf/EN/004/fx-9860GII_Soft_EN.pdf"
hardware_french_fr: no
hardware_international_fr:
"support.casio.com": "https://support.casio.com/storage/fr/manual/pdf/FR/004/fx-9860GII_Hard_FR.pdf"
hardware_international_en:
"support.casio.com": "https://support.casio.com/pdf/004/fx-9860GII_Hard_E.pdf"

71
calculators/g35+usb4.yaml Normal file
View File

@ -0,0 +1,71 @@
g35+usb4:
general:
full_name: "Graph 35+USB (SH4)"
international_name: "fx-9750G II"
year_launched: 2011
exam_mode: no
predecessor: g35+usb3
successor: g35+e
family: family.mono
active: no
teaching:
audience: audience.high_school
math_input: yes
pretty_print: yes
matrices: yes
complex_calculus: yes
symbolic_calculus: symbolic_calculus.QPiRac
cas: cas.eigenmath
packaging:
size: [21.3, 87.5, 180.5] # mm
weight: 195 # g
power: power.4aaa
power_runtime: 230 # hours
programming:
casio_basic: casio_basic.native
add_ins: add_ins.os_upgrade
add_ins_sdk: [add_ins_sdk.fx9860g_sdk, add_ins_sdk.fxsdk]
python: python.casiopython
hardware:
mpu: "SH7305"
cpu: "SH-4A..."
default_cpu_frequency: 29000000 # Hz
overclock_tools: ["Ftune 2"]
max_cpu_frequency: 235000000 # Hz
ram_chip: 512000 # bytes
rom_chip: 4000000 # bytes
ram_storage: 62000 # bytes
rom_storage: rom_storage.os_upgrade
sd_card: no
devices:
display: display.t6k11
backlit_display: no
color_mode: color_mode.mono
touch_screen: no
display_size_pixels: [128, 64] # pixels
display_size_text: [21, 7] # characters
serial_connection: serial_connection.jack_25
usb_connection: usb_connection.mini_usb_b
protocols: [protocols.p7]
transfer_software: [transfer_software.fa124, transfer_software.usb_connector, transfer_software.p7]
misc:
price_range: [60, 100] # euros
last_os_version: "2.10"
links:
casio_france:
"[Casio Éducation](https://web.archive.org/web/20091008213128/http://www.casio-education.fr/calculatrice_casio_graph35plus.html) (2009)"
casio_international:
"[edu.casio.com](https://edu.casio.com/products/graphic/fx9750g2/) (2021)"
manuals:
software_french_fr: no
software_international_fr:
"2.04": "https://support.casio.com/storage/fr/manual/pdf/FR/004/fx-9860GII_Soft_FR.pdf"
software_international_en:
"2.00": "https://support.casio.com/pdf/004/fx-9750GII_Soft_E.pdf"
"2.04": "https://support.casio.com/storage/en/manual/pdf/EN/004/fx-9860GII_Soft_EN.pdf"
hardware_french_fr: no
hardware_international_fr:
"support.casio.com": "https://support.casio.com/storage/fr/manual/pdf/FR/004/fx-9860GII_Hard_FR.pdf"
hardware_international_en:
"support.casio.com": "https://support.casio.com/pdf/004/fx-9860GII_Hard_E.pdf"

72
calculators/g75+.yaml Normal file
View File

@ -0,0 +1,72 @@
g75+:
general:
full_name: "Graph 75+"
international_name: "fx-9860G II"
year_launched: 2014
exam_mode: no
predecessor: g75
successor: g75+e
family: family.mono
active: no
teaching:
audience: audience.high_school
math_input: yes
pretty_print: yes
matrices: yes
complex_calculus: yes
symbolic_calculus: symbolic_calculus.QPiRac
cas: cas.eigenmath
packaging:
size: [21.2, 91.5, 184] # mm
weight: 225 # g
power: power.4aaa
power_runtime: 200 # hours
programming:
casio_basic: casio_basic.native
add_ins: add_ins.native
add_ins_sdk: [add_ins_sdk.fx9860g_sdk, add_ins_sdk.fxsdk]
python: python.casiopython
hardware:
mpu: "SH7305"
cpu: "SH4AL-DSP"
default_cpu_frequency: 29000000 # Hz
overclock_tools: ["Ftune 2"]
max_cpu_frequency: 235000000 # Hz
ram_chip: 512000 # bytes
rom_chip: 4000000 # bytes
ram_storage: 62000 # bytes
rom_storage: 1500000 # bytes
sd_card: no
devices:
display: display.t6k11
backlit_display: backlit_display.toggleable
color_mode: color_mode.mono
touch_screen: no
display_size_pixels: [128, 64] # pixels
display_size_text: [21, 7] # characters
serial_connection: serial_connection.jack_25
usb_connection: usb_connection.mini_usb_b
protocols: [protocols.p7]
transfer_software: [transfer_software.fa124, transfer_software.usb_connector, transfer_software.p7]
misc:
price_range: [80, 120] # euros
last_os_version: "2.09"
links:
casio_france:
"[Casio Éducation](https://web.archive.org/web/20091123175010/http://www.casio-education.fr:80/calculatrice_casio_graph75usb.html) (2009)"
casio_international:
"[edu.casio.com](https://edu.casio.com/products/graphic/fx9860g2/) (2021)"
manuals:
software_french_fr:
"2.09": "https://support.casio.com/storage/fr/manual/pdf/FR/004/GRAPH35+E_Soft_V210_FR.pdf"
software_international_fr:
"2.09": "https://support.casio.com/storage/fr/manual/pdf/FR/004/fx-9860GII_Soft_FR.pdf"
software_international_en:
"2.00": "https://support.casio.com/pdf/004/fx-9750GII_Soft_E.pdf"
"2.09": "https://support.casio.com/storage/en/manual/pdf/EN/004/fx-9860GII_Soft_EN.pdf"
hardware_french_fr:
"support.casio.com": "https://support.casio.com/storage/fr/manual/pdf/FR/004/GRAPH75+E_35+E_25+E_Hard_FR.pdf"
hardware_international_fr:
"support.casio.com": "https://support.casio.com/storage/fr/manual/pdf/FR/004/fx-9860GII_Hard_FR.pdf"
hardware_international_en:
"support.casio.com": "https://support.casio.com/pdf/004/fx-9860GII_Hard_E.pdf"

72
calculators/g75+e.yaml Normal file
View File

@ -0,0 +1,72 @@
g75+e:
general:
full_name: "Graph 75+E"
international_name: "fx-9860G II"
year_launched: 2015
exam_mode: yes
predecessor: g75+
successor: g35+e2
family: family.mono
active: no
teaching:
audience: audience.high_school
math_input: yes
pretty_print: yes
matrices: yes
complex_calculus: yes
symbolic_calculus: symbolic_calculus.QPiRac
cas: cas.eigenmath
packaging:
size: [21.2, 91.5, 184] # mm
weight: 220 # g
power: power.4aaa
power_runtime: 200 # hours
programming:
casio_basic: casio_basic.native
add_ins: add_ins.native
add_ins_sdk: [add_ins_sdk.fx9860g_sdk, add_ins_sdk.fxsdk]
python: python.casiopython
hardware:
mpu: "SH7305"
cpu: "SH4AL-DSP"
default_cpu_frequency: 29000000 # Hz
overclock_tools: ["Ftune 2"]
max_cpu_frequency: 235000000 # Hz
ram_chip: 512000 # bytes
rom_chip: 4000000 # bytes
ram_storage: 62000 # bytes
rom_storage: 1500000 # bytes
sd_card: no
devices:
display: display.t6k11
backlit_display: backlit_display.toggleable
color_mode: color_mode.mono
touch_screen: no
display_size_pixels: [128, 64] # pixels
display_size_text: [21, 7] # characters
serial_connection: serial_connection.jack_25
usb_connection: usb_connection.mini_usb_b
protocols: [protocols.p7]
transfer_software: [transfer_software.fa124, transfer_software.usb_connector, transfer_software.p7]
misc:
price_range: [80, 120] # euros
last_os_version: "2.09"
links:
casio_france:
"[Casio Éducation](https://web.archive.org/web/20150506100108/http://www.casio-education.fr/calculatrice_casio_graph75plus-E.html) (2015)"
casio_international:
"[edu.casio.com](https://edu.casio.com/products/graphic/fx9860g2/) (2021)"
manuals:
software_french_fr:
"2.09": "https://support.casio.com/storage/fr/manual/pdf/FR/004/GRAPH35+E_Soft_V210_FR.pdf"
software_international_fr:
"2.09": "https://support.casio.com/storage/fr/manual/pdf/FR/004/fx-9860GII_Soft_FR.pdf"
software_international_en:
"2.00": "https://support.casio.com/pdf/004/fx-9750GII_Soft_E.pdf"
"2.09": "https://support.casio.com/storage/en/manual/pdf/EN/004/fx-9860GII_Soft_EN.pdf"
hardware_french_fr:
"support.casio.com": "https://support.casio.com/storage/fr/manual/pdf/FR/004/GRAPH75+E_35+E_25+E_Hard_FR.pdf"
hardware_international_fr:
"support.casio.com": "https://support.casio.com/storage/fr/manual/pdf/FR/004/fx-9860GII_Hard_FR.pdf"
hardware_international_en:
"support.casio.com": "https://support.casio.com/pdf/004/fx-9860GII_Hard_E.pdf"

73
calculators/g75.yaml Normal file
View File

@ -0,0 +1,73 @@
g75:
general:
full_name: "Graph 75"
international_name: "fx-9860G II"
year_launched: 2009
exam_mode: no
predecessor: g85
successor: g75+
family: family.mono
active: no
teaching:
audience: audience.high_school
math_input: yes
pretty_print: yes
matrices: yes
complex_calculus: yes
symbolic_calculus: symbolic_calculus.QPiRac
cas: cas.eigenmath
packaging:
size: [21.2, 91.5, 184] # mm
weight: 225 # g
power: power.4aaa
power_runtime: 200 # hours
programming:
casio_basic: casio_basic.native
add_ins: add_ins.native
add_ins_sdk: [add_ins_sdk.fx9860g_sdk, add_ins_sdk.fxsdk]
python: python.casiopython
hardware:
mpu: "SH7355"
cpu: "SH3..."
default_cpu_frequency: 29000000 # Hz
overclock_tools: ["Ftune"]
max_cpu_frequency: 117000000 # Hz
ram_chip: 512000 # bytes
rom_chip: 4000000 # bytes
ram_storage: 62000 # bytes
rom_storage: 1500000 # bytes
sd_card: no
devices:
display: display.t6k11
backlit_display: backlit_display.toggleable
color_mode: color_mode.mono
touch_screen: no
display_size_pixels: [128, 64] # pixels
display_size_text: [21, 7] # characters
serial_connection: serial_connection.jack_25
usb_connection: usb_connection.mini_usb_b
protocols: [protocols.p7]
transfer_software: [transfer_software.fa124, transfer_software.usb_connector, transfer_software.p7]
misc:
price_range: [80, 120] # euros
last_os_version: "2.09"
links:
casio_france:
"[Casio Éducation](https://web.archive.org/web/20091123175010/http://www.casio-education.fr:80/calculatrice_casio_graph75usb.html) (2009)"
casio_international:
"[edu.casio.com](https://edu.casio.com/products/graphic/fx9860g2/) (2021)"
manuals:
software_french_fr:
"2.00": "https://support.casio.com/storage/fr/manual/pdf/FR/004/GRAPH95-75-85SD-85-35PLUS-25PLUSPro-Soft_FR.pdf"
"2.09": "https://support.casio.com/storage/fr/manual/pdf/FR/004/GRAPH35+E_Soft_V210_FR.pdf"
software_international_fr:
"2.09": "https://support.casio.com/storage/fr/manual/pdf/FR/004/fx-9860GII_Soft_FR.pdf"
software_international_en:
"2.00": "https://support.casio.com/pdf/004/fx-9750GII_Soft_E.pdf"
"2.09": "https://support.casio.com/storage/en/manual/pdf/EN/004/fx-9860GII_Soft_EN.pdf"
hardware_french_fr:
"support.casio.com": "https://support.casio.com/storage/fr/manual/pdf/FR/004/GRAPH75+E_35+E_25+E_Hard_FR.pdf"
hardware_international_fr:
"support.casio.com": "https://support.casio.com/storage/fr/manual/pdf/FR/004/fx-9860GII_Hard_FR.pdf"
hardware_international_en:
"support.casio.com": "https://support.casio.com/pdf/004/fx-9860GII_Hard_E.pdf"

69
calculators/g85.yaml Normal file
View File

@ -0,0 +1,69 @@
g85:
general:
full_name: "Graph 85"
international_name: "fx-9860G"
year_launched: 2005
exam_mode: no
predecessor: g65usb
successor: [g75, g95]
family: family.mono
active: no
teaching:
audience: audience.high_school
math_input: yes
pretty_print: yes
matrices: yes
complex_calculus: yes
symbolic_calculus: symbolic_calculus.QPiRac
cas: cas.eigenmath
packaging:
size: [24, 92.5, 184] # mm
weight: 260 # g
power: power.4aaa
power_runtime: 220 # hours
programming:
casio_basic: casio_basic.native
add_ins: add_ins.native
add_ins_sdk: [add_ins_sdk.fx9860g_sdk, add_ins_sdk.fxsdk]
python: no
hardware:
mpu: "SH7337"
cpu: "SH3..."
default_cpu_frequency: 12000000 # Hz
overclock_tools: ["Rev-FX", "Ftune"]
max_cpu_frequency: 117000000 # Hz
ram_chip: [256000, 512000] # bytes
rom_chip: 4000000 # bytes
ram_storage: 62000 # bytes
rom_storage: 1500000 # bytes
sd_card: no
devices:
display: display.t6k11
backlit_display: no
color_mode: color_mode.mono
touch_screen: no
display_size_pixels: [128, 64] # pixels
display_size_text: [21, 7] # characters
serial_connection: serial_connection.jack_25
usb_connection: usb_connection.mini_usb_b
protocols: [protocols.p7]
transfer_software: [transfer_software.fa124, transfer_software.usb_connector, transfer_software.p7]
misc:
price_range: [80, 120] # euros
last_os_version: "2.01"
links:
casio_france:
"[Casio Éducation](https://web.archive.org/web/20080914095631/http://www.casio-education.fr/graph85.php) (2008)"
casio_international:
"[edu.casio.com](https://edu.casio.com/products/graphic/fx9860g/) (2021)"
manuals:
software_french_fr:
"2.00": "https://support.casio.com/storage/fr/manual/pdf/FR/004/GRAPH95-75-85SD-85-35PLUS-25PLUSPro-Soft_FR.pdf"
"@fr{Vieux}@en{Old} (2007)": "https://support.casio.com/storage/fr/manual/pdf/FR/004/GRAPH85SD_85_FR.pdf"
software_international_fr:
"1.00": "https://support.casio.com/storage/fr/manual/pdf/FR/004/fx9860GSD_9860G_FR.pdf"
software_international_en:
"1.00": "https://support.casio.com/storage/en/manual/pdf/EN/004/fx9860GSD_9860G_EN.pdf"
hardware_french_fr: no
hardware_international_fr: no
hardware_international_en: no

69
calculators/g85sd.yaml Normal file
View File

@ -0,0 +1,69 @@
g85sd:
general:
full_name: "Graph 85 SD"
international_name: "fx-9860G SD"
year_launched: 2005
exam_mode: no
predecessor: g65usb
successor: [g75, g95]
family: family.mono
active: no
teaching:
audience: audience.high_school
math_input: yes
pretty_print: yes
matrices: yes
complex_calculus: yes
symbolic_calculus: symbolic_calculus.QPiRac
cas: cas.eigenmath
packaging:
size: [24, 92.5, 184] # mm
weight: 265 # g
power: power.4aaa
power_runtime: 220 # hours
programming:
casio_basic: casio_basic.native
add_ins: add_ins.native
add_ins_sdk: [add_ins_sdk.fx9860g_sdk, add_ins_sdk.fxsdk]
python: no
hardware:
mpu: "SH7337"
cpu: "SH3..."
default_cpu_frequency: 12000000 # Hz
overclock_tools: ["Rev-FX", "Ftune"]
max_cpu_frequency: 117000000 # Hz
ram_chip: [256000, 512000] # bytes
rom_chip: 4000000 # bytes
ram_storage: 62000 # bytes
rom_storage: 1500000 # bytes
sd_card: 1000000000 # bytes
devices:
display: display.t6k11
backlit_display: no
color_mode: color_mode.mono
touch_screen: no
display_size_pixels: [128, 64] # pixels
display_size_text: [21, 7] # characters
serial_connection: serial_connection.jack_25
usb_connection: usb_connection.mini_usb_b
protocols: [protocols.p7]
transfer_software: [transfer_software.fa124, transfer_software.usb_connector, transfer_software.p7]
misc:
price_range: [100, 140] # euros
last_os_version: "2.01"
links:
casio_france:
"[Casio Éducation](https://web.archive.org/web/20080914095631/http://www.casio-education.fr/graph85.php) (2008)"
casio_international:
"[edu.casio.com](https://edu.casio.com/products/graphic/fx9860g/) (2021)"
manuals:
software_french_fr:
"2.00": "https://support.casio.com/storage/fr/manual/pdf/FR/004/GRAPH95-75-85SD-85-35PLUS-25PLUSPro-Soft_FR.pdf"
"@fr{Vieux}@en{Old} (2007)": "https://support.casio.com/storage/fr/manual/pdf/FR/004/GRAPH85SD_85_FR.pdf"
software_international_fr:
"1.00": "https://support.casio.com/storage/fr/manual/pdf/FR/004/fx9860GSD_9860G_FR.pdf"
software_international_en:
"1.00": "https://support.casio.com/storage/en/manual/pdf/EN/004/fx9860GSD_9860G_EN.pdf"
hardware_french_fr: no
hardware_international_fr: no
hardware_international_en: no

89
calculators/g90+e.yaml Normal file
View File

@ -0,0 +1,89 @@
g90+e:
general:
full_name: "Graph 90+E"
international_name: "fx-CG 50"
year_launched: 2017
exam_mode: yes
predecessor: cg20
successor: no
family: family.prizm
active: yes
teaching:
audience: audience.high_school
math_input: yes
pretty_print: yes
matrices: yes
complex_calculus: yes
symbolic_calculus: symbolic_calculus.QPiRac
cas: cas.khicas_cg
packaging:
size: [18.6, 89, 189] # mm
weight: 227 # g
power: power.4aaa
power_runtime: 170 # hours
programming:
casio_basic: casio_basic.native
add_ins: add_ins.native
add_ins_sdk: [add_ins_sdk.prizmsdk, add_ins_sdk.fxsdk]
python: python.native_os320
hardware:
mpu: "SH7305"
cpu: "SH4AL-DSP"
default_cpu_frequency: 116000000 # Hz
overclock_tools: ["Ptune 2"]
max_cpu_frequency: 232000000 # Hz
ram_chip: 2000000 # bytes
rom_chip: 32000000 # bytes
ram_storage: 62000 # bytes
rom_storage: 16000000 # bytes
sd_card: no
devices:
display: display.r61524
backlit_display: backlit_display.brightness_5levels
color_mode: color_mode.rgb565
touch_screen: no
display_size_pixels: [396, 224, "384x216"] # pixels
display_size_text: [21, 7] # characters
serial_connection: serial_connection.jack_25
usb_connection: usb_connection.mini_usb_b
protocols: [protocols.scsi, protocols.p7]
transfer_software: [transfer_software.file_browser]
misc:
price_range: [80, 120] # euros
last_os_version: "3.50"
links:
casio_france:
"[Casio Éducation](https://www.casio-education.fr/produits/graph-90-e/) (2021)"
casio_international:
"[edu.casio.com](https://edu.casio.com/products/graphic/fxcg50/) (2021)"
manuals:
software_french_fr:
"3.00": "https://support.casio.com/fr/manual/004/GRAPH90+E_Soft_v300_FR.pdf"
"3.10": "https://support.casio.com/fr/manual/004/GRAPH90+E_Soft_v310_FR.pdf"
"3.11": "https://support.casio.com/fr/manual/004/GRAPH90+E_Soft_v311_FR.pdf"
"3.20": "https://support.casio.com/fr/manual/004/GRAPH90+E_Soft_v320_FR.pdf"
"3.30": "https://support.casio.com/fr/manual/004/GRAPH90+E_Soft_V330_FR.pdf"
"3.40": "https://support.casio.com/fr/manual/004/GRAPH90+E_Soft_V340_FR.pdf"
"3.50": "https://support.casio.com/fr/manual/004/GRAPH90+E_Soft_V350_FR.pdf"
software_international_fr:
"3.00": "https://support.casio.com/storage/fr/manual/pdf/FR/004/fx-CG50_Soft_FR.pdf"
"3.10": "https://support.casio.com/fr/manual/004/fx-CG50_Soft_v310_FR.pdf"
"3.11": "https://support.casio.com/storage/fr/manual/pdf/FR/004/fx-CG50_Soft_v311_FR.pdf"
"3.20": "https://support.casio.com/storage/fr/manual/pdf/FR/004/fx-CG50_Soft_v320_FR.pdf"
"3.30": "https://support.casio.com/storage/fr/manual/pdf/FR/004/fx-CG50_Soft_v330_FR.pdf"
"3.40": "https://support.casio.com/storage/fr/manual/pdf/FR/004/fx-CG50_Soft_v340_FR.pdf"
"3.50": "https://support.casio.com/storage/fr/manual/pdf/FR/004/fx-CG50_Soft_v350_FR.pdf"
software_international_en:
"3.00": "https://support.casio.com/storage/en/manual/pdf/EN/004/fx-CG50_Soft_EN.pdf"
"3.10": "https://support.casio.com/en/manual/004/fx-CG50_Soft_v310_EN.pdf"
"3.11": "https://support.casio.com/en/manual/004/fx-CG50_Soft_v311_EN.pdf"
"3.20": "https://support.casio.com/en/manual/004/fx-CG50_Soft_v320_EN.pdf"
"3.30": "https://support.casio.com/en/manual/004/fx-CG50_Soft_v330_EN.pdf"
"3.40": "https://support.casio.com/en/manual/004/fx-CG50_Soft_v340_EN.pdf"
"3.50": "https://support.casio.com/en/manual/004/fx-CG50_Soft_v350_EN.pdf"
hardware_french_fr:
"support.casio.com": "https://support.casio.com/fr/manual/004/GRAPH90+E_Hard_FR.pdf"
hardware_international_fr:
"support.casio.com": "https://support.casio.com/storage/fr/manual/pdf/FR/004/fx-CG50_Hard_FR.pdf"
hardware_international_en:
"support.casio.com": "https://support.casio.com/en/manual/004/fx-CG50_Hard_EN.pdf"

73
calculators/g95.yaml Normal file
View File

@ -0,0 +1,73 @@
g95:
general:
full_name: "Graph 95 (SD)"
international_name: "fx-9860G II SD"
year_launched: 2009
exam_mode: no
predecessor: [g85, g85sd]
successor: g75+e
family: family.mono
active: no
teaching:
audience: audience.high_school
math_input: yes
pretty_print: yes
matrices: yes
complex_calculus: yes
symbolic_calculus: symbolic_calculus.QPiRac
cas: cas.eigenmath
packaging:
size: [21.2, 91.5, 184] # mm
weight: 220 # g
power: power.4aaa
power_runtime: 200 # hours
programming:
casio_basic: casio_basic.native
add_ins: add_ins.native
add_ins_sdk: [add_ins_sdk.fx9860g_sdk, add_ins_sdk.fxsdk]
python: no
hardware:
mpu: "SH7355"
cpu: "SH3..."
default_cpu_frequency: 12000000 # Hz
overclock_tools: ["Rev-FX", "Ftune"]
max_cpu_frequency: 117000000 # Hz
ram_chip: [256000, 512000] # bytes
rom_chip: 4000000 # bytes
ram_storage: 62000 # bytes
rom_storage: 1500000 # bytes
sd_card: 2000000000 # bytes
devices:
display: display.t6k11
backlit_display: backlit_display.toggleable
color_mode: color_mode.mono
touch_screen: no
display_size_pixels: [128, 64] # pixels
display_size_text: [21, 7] # characters
serial_connection: serial_connection.jack_25
usb_connection: usb_connection.mini_usb_b
protocols: [protocols.p7]
transfer_software: [transfer_software.fa124, transfer_software.usb_connector, transfer_software.p7]
misc:
price_range: [100, 140] # euros
last_os_version: "2.09"
links:
casio_france:
"[Casio Éducation](https://web.archive.org/web/20091123175010/http://www.casio-education.fr:80/calculatrice_casio_graph75usb.html) (2009)"
casio_international:
"[edu.casio.com](https://edu.casio.com/products/graphic/fx9860g2/) (2021)"
manuals:
software_french_fr:
"2.00": "https://support.casio.com/storage/fr/manual/pdf/FR/004/GRAPH95-75-85SD-85-35PLUS-25PLUSPro-Soft_FR.pdf"
"2.09": "https://support.casio.com/storage/fr/manual/pdf/FR/004/GRAPH35+E_Soft_V210_FR.pdf"
software_international_fr:
"2.09": "https://support.casio.com/storage/fr/manual/pdf/FR/004/fx-9860GII_Soft_FR.pdf"
software_international_en:
"2.00": "https://support.casio.com/pdf/004/fx-9750GII_Soft_E.pdf"
"2.09": "https://support.casio.com/storage/en/manual/pdf/EN/004/fx-9860GII_Soft_EN.pdf"
hardware_french_fr:
"support.casio.com": "https://support.casio.com/storage/fr/manual/pdf/FR/004/GRAPH75+E_35+E_25+E_Hard_FR.pdf"
hardware_international_fr:
"support.casio.com": "https://support.casio.com/storage/fr/manual/pdf/FR/004/fx-9860GII_Hard_FR.pdf"
hardware_international_en:
"support.casio.com": "https://support.casio.com/pdf/004/fx-9860GII_Hard_E.pdf"

BIN
images/large/cg10.jpg Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 65 KiB

BIN
images/large/cg20.jpg Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 146 KiB

BIN
images/large/cg50.jpg Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 164 KiB

BIN
images/large/cg500.jpg Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 156 KiB

BIN
images/large/cp300+.jpg Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 61 KiB

BIN
images/large/cp300.jpg Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 38 KiB

BIN
images/large/cp330+.jpg Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 160 KiB

BIN
images/large/cp330.jpg Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 140 KiB

BIN
images/large/cp400+e.jpg Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 128 KiB

BIN
images/large/cp400.jpg Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 137 KiB

BIN
images/large/fx92+sc.jpg Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 144 KiB

BIN
images/large/fx92c2d.jpg Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 154 KiB

BIN
images/large/fx92sc.jpg Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 96 KiB

BIN
images/large/g100+.jpg Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 40 KiB

BIN
images/large/g100.jpg Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 61 KiB

BIN
images/large/g100p+alt.jpg Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 74 KiB

BIN
images/large/g20.jpg Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 251 KiB

BIN
images/large/g25+.jpg Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 86 KiB

BIN
images/large/g25+e.jpg Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 173 KiB

BIN
images/large/g25+e2.jpg Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 103 KiB

BIN
images/large/g25+pro.jpg Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 187 KiB

BIN
images/large/g25.jpg Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 156 KiB

BIN
images/large/g30.jpg Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 176 KiB

BIN
images/large/g35+e.jpg Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 174 KiB

BIN
images/large/g35+e2.jpg Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 82 KiB

BIN
images/large/g35+gen1.jpg Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 91 KiB

BIN
images/large/g35+gen2.jpg Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 146 KiB

BIN
images/large/g35+usb3.jpg Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 69 KiB

BIN
images/large/g35+usb4.jpg Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 69 KiB

BIN
images/large/g35.jpg Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 24 KiB

BIN
images/large/g60.jpg Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 53 KiB

BIN
images/large/g65.jpg Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 181 KiB

BIN
images/large/g65usb.jpg Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 185 KiB

BIN
images/large/g75+.jpg Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 22 KiB

BIN
images/large/g75+e.jpg Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 220 KiB

BIN
images/large/g75.jpg Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 115 KiB

BIN
images/large/g80.jpg Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 256 KiB

BIN
images/large/g85.jpg Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 26 KiB

BIN
images/large/g85sd.jpg Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 85 KiB

BIN
images/large/g90+e.jpg Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 252 KiB

BIN
images/large/g95.jpg Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 92 KiB

BIN
images/small/cg10.jpg Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 6.9 KiB

BIN
images/small/cg20.jpg Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 16 KiB

BIN
images/small/cg50.jpg Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.9 KiB

BIN
images/small/cg500.jpg Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 6.9 KiB

BIN
images/small/cp300+.jpg Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 6.3 KiB

BIN
images/small/cp300.jpg Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 5.7 KiB

BIN
images/small/cp330+.jpg Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 14 KiB

BIN
images/small/cp330.jpg Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 6.0 KiB

BIN
images/small/cp400+e.jpg Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 16 KiB

BIN
images/small/cp400.jpg Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 6.2 KiB

BIN
images/small/fx92+sc.jpg Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 16 KiB

BIN
images/small/fx92c2d.jpg Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 8.5 KiB

BIN
images/small/fx92sc.jpg Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 6.8 KiB

BIN
images/small/g100+.jpg Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 15 KiB

BIN
images/small/g100.jpg Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 7.1 KiB

BIN
images/small/g100p+alt.jpg Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 6.8 KiB

BIN
images/small/g20.jpg Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 27 KiB

BIN
images/small/g25+.jpg Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 8.2 KiB

BIN
images/small/g25+e.jpg Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 34 KiB

BIN
images/small/g25+e2.jpg Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 6.7 KiB

BIN
images/small/g25+pro.jpg Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.9 KiB

BIN
images/small/g25.jpg Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 8.8 KiB

BIN
images/small/g30.jpg Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 15 KiB

BIN
images/small/g35+.jpg Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 30 KiB

BIN
images/small/g35+e.jpg Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 7.4 KiB

BIN
images/small/g35+e2.jpg Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 7.0 KiB

BIN
images/small/g35+gen1.jpg Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 8.0 KiB

BIN
images/small/g35+gen2.jpg Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 7.6 KiB

BIN
images/small/g35+usb3.jpg Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 6.4 KiB

BIN
images/small/g35+usb4.jpg Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 6.4 KiB

BIN
images/small/g35.jpg Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 14 KiB

BIN
images/small/g60.jpg Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 16 KiB

BIN
images/small/g65.jpg Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 7.7 KiB

BIN
images/small/g65usb.jpg Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 15 KiB

BIN
images/small/g75+.jpg Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 7.8 KiB

Some files were not shown because too many files have changed in this diff Show More