|
|
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 - metrics - downloadIndex: T V
Length: 1259 (0x4eb)
Types: TextFile
Names: »V«
└─⟦149519bd4⟧ Bits:30000546 8mm tape, Rational 1000, !projects 93-07-13
└─⟦124ff5788⟧ »DATA«
└─⟦this⟧
└─⟦f64eaa120⟧ Bits:30000752 8mm tape, Rational 1000, !projects 93 02 16
└─⟦6f12a12be⟧ »DATA«
└─⟦this⟧
with Instance;
with Tuple_Collection;
with Etat_D, Nombre_D, Point_D;
with Bench_Tests_D;
use Bench_Tests_D;
package Bench_Conditions_D is
function Creation_Objets_Condition is
new Tuple_Collection.Join_2 (Collection_1 => Etat_D.Instances,
Collection_2 => Nombre_D.Instances,
Match => Creation_Objets_Test);
function Fin_Creation_Condition is
new Tuple_Collection.Join_2 (Collection_1 => Etat_D.Instances,
Collection_2 => Nombre_D.Instances,
Match => Fin_Creation_Test);
function Recherche_Objet_Condition is
new Tuple_Collection.Join_3 (Collection_1 => Etat_D.Instances,
Collection_2 => Nombre_D.Instances,
Collection_3 => Point_D.Instances,
Match => Recherche_Objet_Test);
function Iteration_Condition is
new Tuple_Collection.Join_2 (Collection_1 => Etat_D.Instances,
Collection_2 => Nombre_D.Instances,
Match => Iteration_Test);
end Bench_Conditions_D;