DataMuseum.dkPresents historical artifacts from the history of: Rational R1000/400 Tapes |
This is an automatic "excavation" of a thematic subset of
See our Wiki for more about Rational R1000/400 Tapes Excavated with: AutoArchaeologist - Free & Open Source Software. |
top - downloadIndex: ┃ T V ┃
Length: 761 (0x2f9) Types: TextFile Names: »V«
└─⟦149519bd4⟧ Bits:30000546 8mm tape, Rational 1000, !projects 93-07-13 └─ ⟦124ff5788⟧ »DATA« └─⟦this⟧ └─⟦a7d1ea751⟧ Bits:30000550 8mm tape, Rational 1000, !users!projects 94_04_11 └─ ⟦129cab021⟧ »DATA« └─⟦this⟧ └─⟦f64eaa120⟧ Bits:30000752 8mm tape, Rational 1000, !projects 93 02 16 └─ ⟦6f12a12be⟧ »DATA« └─⟦this⟧ └─⟦2f6cfab89⟧ Bits:30000547 8mm tape, Rational 1000, !projects 94-01-04 └─ ⟦d65440be7⟧ »DATA« └─⟦this⟧
generic Nb_De_Bit : Positive; package Binaire is type Val_Binaire is array (0 .. (Nb_De_Bit - 1)) of Boolean; function Convert_Bit (La_Valeur : Natural) return Val_Binaire; function Convert_Val (La_Valeur_Binaire : Val_Binaire) return Natural; procedure Add_H_V_C (La_Valeur_Binaire_1 : in out Val_Binaire; La_Valeur_Binaire_2 : Val_Binaire; H, V : out Boolean; C : in out Boolean); procedure Positionne_Flag (La_Valeur_Binaire : Val_Binaire; S, Z, P : out Boolean); procedure Positionne_Flag (La_Valeur_Binaire : Val_Binaire; S, Z : out Boolean); end Binaire;