DataMuseum.dk

Presents historical artifacts from the history of:

Rational R1000/400 Tapes

This is an automatic "excavation" of a thematic subset of
artifacts from Datamuseum.dk's BitArchive.

See our Wiki for more about Rational R1000/400 Tapes

Excavated with: AutoArchaeologist - Free & Open Source Software.


top - download
Index: ┃ T V

⟦9c1877b4d⟧ TextFile

    Length: 1227 (0x4cb)
    Types: TextFile
    Names: »V«

Derivation

└─⟦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⟧ 

TextFile

with Instance;
with Tuple_Collection;

with Etat, Nombre, Point;

with Bench_Tests;
use Bench_Tests;

package Bench_Conditions is

    function Creation_Objets_Condition is
       new Tuple_Collection.Join_2 (Collection_1 => Etat.Instances,
                                    Collection_2 => Nombre.Instances,
                                    Match        => Creation_Objets_Test);

    function Fin_Creation_Condition is
       new Tuple_Collection.Join_2 (Collection_1 => Etat.Instances,
                                    Collection_2 => Nombre.Instances,
                                    Match        => Fin_Creation_Test);

    function Recherche_Objet_Condition is
       new Tuple_Collection.Join_3 (Collection_1 => Etat.Instances,
                                    Collection_2 => Nombre.Instances,
                                    Collection_3 => Point.Instances,
                                    Match        => Recherche_Objet_Test);

    function Iteration_Condition is
       new Tuple_Collection.Join_2 (Collection_1 => Etat.Instances,
                                    Collection_2 => Nombre.Instances,
                                    Match        => Iteration_Test);

end Bench_Conditions;