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

⟦ae0af8538⟧ TextFile

    Length: 878 (0x36e)
    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 Default_User_Operators;
with Generic_Kbs;
package Bbr_Kbs is
    type Rule_Bundles is (Bbr_General_Bundle, Bbr_Painting_Bundle);
    package Kbs is new Generic_Kbs
                          (Max_Frame_Count => 100,
                           Max_Slots => 5,
                           Max_Condition_Elements_By_Rule => 5,
                           Max_Condition_Elements => 10,
                           Max_Rules => 20,
                           Max_Expression_Count => 200,
                           User_Defined_Operators =>
                              Default_User_Operators.Operators,
                           User_Defined_Match => Default_User_Operators.Match,
                           User_Defined_Evaluate =>
                              Default_User_Operators.Evaluate,
                           Rule_Bundles => Rule_Bundles);
    use Kbs;
end Bbr_Kbs;