From e21046be971dba8770e27d0e48a8da20c8e5a8e4 Mon Sep 17 00:00:00 2001 From: xavier Date: Fri, 1 May 2009 19:18:19 +0000 Subject: [PATCH] Modifications de la taille de certains elements dans la categorie "Fonctions logiques". Ajout de nouveaux elements dans cette meme categories. git-svn-id: svn+ssh://svn.tuxfamily.org/svnroot/qet/qet/trunk@611 bfdf4180-ca20-0410-9c96-a3a8aa849046 --- elements/automatisme/fonction/entree.elmt | 14 +++++++++++ elements/automatisme/fonction/et.elmt | 8 +++---- elements/automatisme/fonction/et3entrees.elmt | 23 +++++++++++++++++++ elements/automatisme/fonction/nand.elmt | 8 +++---- elements/automatisme/fonction/non.elmt | 6 ++--- elements/automatisme/fonction/nor.elmt | 8 +++---- elements/automatisme/fonction/ou.elmt | 8 +++---- elements/automatisme/fonction/ou3entrees.elmt | 23 +++++++++++++++++++ elements/automatisme/fonction/qet_directory | 1 + .../automatisme/fonction/report_entree.elmt | 12 ++++++++++ .../automatisme/fonction/report_sortie.elmt | 12 ++++++++++ elements/automatisme/fonction/setreset.elmt | 22 ++++++++++++++++++ elements/automatisme/fonction/sortie.elmt | 14 +++++++++++ elements/automatisme/fonction/xnor.elmt | 10 ++++---- elements/automatisme/fonction/xor.elmt | 8 +++---- 15 files changed, 149 insertions(+), 28 deletions(-) create mode 100644 elements/automatisme/fonction/entree.elmt create mode 100644 elements/automatisme/fonction/et3entrees.elmt create mode 100644 elements/automatisme/fonction/ou3entrees.elmt create mode 100644 elements/automatisme/fonction/report_entree.elmt create mode 100644 elements/automatisme/fonction/report_sortie.elmt create mode 100644 elements/automatisme/fonction/setreset.elmt create mode 100644 elements/automatisme/fonction/sortie.elmt diff --git a/elements/automatisme/fonction/entree.elmt b/elements/automatisme/fonction/entree.elmt new file mode 100644 index 000000000..d55288a9e --- /dev/null +++ b/elements/automatisme/fonction/entree.elmt @@ -0,0 +1,14 @@ + + + Input + Entrée + + + + + + + + + + diff --git a/elements/automatisme/fonction/et.elmt b/elements/automatisme/fonction/et.elmt index e60edd184..e702af38f 100644 --- a/elements/automatisme/fonction/et.elmt +++ b/elements/automatisme/fonction/et.elmt @@ -1,4 +1,4 @@ - + ET AND @@ -7,9 +7,9 @@ - - - + + + diff --git a/elements/automatisme/fonction/et3entrees.elmt b/elements/automatisme/fonction/et3entrees.elmt new file mode 100644 index 000000000..8acb8e75c --- /dev/null +++ b/elements/automatisme/fonction/et3entrees.elmt @@ -0,0 +1,23 @@ + + + AND 3 inputs + ET 3 entrées + + + + + + + + + + + + + + + + + + + diff --git a/elements/automatisme/fonction/nand.elmt b/elements/automatisme/fonction/nand.elmt index 5a7598e11..94e51e1d6 100644 --- a/elements/automatisme/fonction/nand.elmt +++ b/elements/automatisme/fonction/nand.elmt @@ -1,16 +1,16 @@ - + NAND NON-ET (NAND) - + - - + + diff --git a/elements/automatisme/fonction/non.elmt b/elements/automatisme/fonction/non.elmt index b3aed1ef0..2670acaac 100644 --- a/elements/automatisme/fonction/non.elmt +++ b/elements/automatisme/fonction/non.elmt @@ -1,14 +1,14 @@ - + NOT NON - + - + diff --git a/elements/automatisme/fonction/nor.elmt b/elements/automatisme/fonction/nor.elmt index 24d519f3e..bc84a1dfd 100644 --- a/elements/automatisme/fonction/nor.elmt +++ b/elements/automatisme/fonction/nor.elmt @@ -1,16 +1,16 @@ - + NOR NON-OU (NOR) - + - - + + diff --git a/elements/automatisme/fonction/ou.elmt b/elements/automatisme/fonction/ou.elmt index c76b6d6c4..5b7c760cf 100644 --- a/elements/automatisme/fonction/ou.elmt +++ b/elements/automatisme/fonction/ou.elmt @@ -1,4 +1,4 @@ - + OR OU @@ -7,9 +7,9 @@ - - - + + + diff --git a/elements/automatisme/fonction/ou3entrees.elmt b/elements/automatisme/fonction/ou3entrees.elmt new file mode 100644 index 000000000..7713ded3b --- /dev/null +++ b/elements/automatisme/fonction/ou3entrees.elmt @@ -0,0 +1,23 @@ + + + OR 3 inputs + OU 3 entrées + + + + + + + + + + + + + + + + + + + diff --git a/elements/automatisme/fonction/qet_directory b/elements/automatisme/fonction/qet_directory index c7109f7f9..25730956e 100644 --- a/elements/automatisme/fonction/qet_directory +++ b/elements/automatisme/fonction/qet_directory @@ -2,5 +2,6 @@ Logic gates Fonctions logiques + Puertas lógicas diff --git a/elements/automatisme/fonction/report_entree.elmt b/elements/automatisme/fonction/report_entree.elmt new file mode 100644 index 000000000..47c70f1a9 --- /dev/null +++ b/elements/automatisme/fonction/report_entree.elmt @@ -0,0 +1,12 @@ + + + Input Report + Report Entrée + + + + + + + + diff --git a/elements/automatisme/fonction/report_sortie.elmt b/elements/automatisme/fonction/report_sortie.elmt new file mode 100644 index 000000000..3874132a6 --- /dev/null +++ b/elements/automatisme/fonction/report_sortie.elmt @@ -0,0 +1,12 @@ + + + Output Report + Report Sortie + + + + + + + + diff --git a/elements/automatisme/fonction/setreset.elmt b/elements/automatisme/fonction/setreset.elmt new file mode 100644 index 000000000..c7c1c8240 --- /dev/null +++ b/elements/automatisme/fonction/setreset.elmt @@ -0,0 +1,22 @@ + + + SET/RESET + SET/RESET + + + + + + + + + + + + + + + + + + diff --git a/elements/automatisme/fonction/sortie.elmt b/elements/automatisme/fonction/sortie.elmt new file mode 100644 index 000000000..c14afde92 --- /dev/null +++ b/elements/automatisme/fonction/sortie.elmt @@ -0,0 +1,14 @@ + + + Output + Sortie + + + + + + + + + + diff --git a/elements/automatisme/fonction/xnor.elmt b/elements/automatisme/fonction/xnor.elmt index 957aa5d39..e07baac26 100644 --- a/elements/automatisme/fonction/xnor.elmt +++ b/elements/automatisme/fonction/xnor.elmt @@ -1,16 +1,16 @@ - + XNOR - NON-OU exclusif (XNOR) + NON-OU excusif (XNOR) - + - - + + diff --git a/elements/automatisme/fonction/xor.elmt b/elements/automatisme/fonction/xor.elmt index 1f3ddd5aa..de000016a 100644 --- a/elements/automatisme/fonction/xor.elmt +++ b/elements/automatisme/fonction/xor.elmt @@ -1,4 +1,4 @@ - + XOR OU exclusif (XOR) @@ -7,9 +7,9 @@ - - - + + +