DSPython
00.03.03 — 25 juin 2012
|
DSPython | |
__init__.py | Paquetage DSPython : opérations arithmétiques et alentours |
baset.py | Base tree : arbre binaire "de base b" !!! Work in progress !!! |
bintree.py | Binary tree : arbre binaire générique !!! Work in progress !!! |
bit32.py | Bits de naturels sur 32 bits |
bool.py | Booléens : les 16 connecteurs binaires |
cnat32array.py | Tableau compact de naturels stockés sur n ≤ 32 bits !!! Work in progress !!! |
cnat32table.py | Tableau compact de naturels stockés sur n_1, n_2, …, n_k ≤ 32 bits !!! Work in progress !!! |
combinator.py | Combinateurs |
debug.py | Déboggage |
factors.py | Facteurs premiers |
finitec.py | Calcul finitésimal : opérateurs aux différences finies |
integer.py | Entiers : fonctions arithmétiques |
intmod.py | Entiers modulo k (éléments de ℤk) |
knots.py | Théorie des nœuds |
nat32.py | Naturels sur 32 bits |
natseq.py | Séquences de naturels |
natural.py | Naturels : fonctions arithmétiques |
nbsystem.py | Systèmes de numération !!! Work in progress !!! |
numbernone.py | Nombre non nécessairement défini !!! Work in progress !!! |
partitions.py | Partitions de naturels !!! Work in progress !!! |
polynomial.py | Polynômes |
tnp1.py | Problème 3n + 1 |
urmCutland.py | URM (Unlimited Register Machine) de Cutland |
DSPython_progs | |
combinatorTk.py | Application Combinator Tk permettant de manipuler les combinateurs |
naturalstable.py | Script créant une table HTML des naturels avec les valeurs de différentes fonctions arithmétiques |
naturalTk.py | Application Natural Tk calculant quelques fonctions arithmétiques |
urmCutlandTk.py | Application URM of Cutland Tk permettant de manipuler une URM de Cutland !!! Work in progress !!! |