DataMuseum.dk

Presents historical artifacts from the history of:

RC4000/8000/9000

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

See our Wiki for more about RC4000/8000/9000

Excavated with: AutoArchaeologist - Free & Open Source Software.


top - metrics - download

⟦5e1ea9989⟧ TextFile

    Length: 768 (0x300)
    Types: TextFile
    Names: »ffag2txt«

Derivation

└─⟦621cfb9a2⟧ Bits:30002817 RC8000 Dump tape fra HCØ.  Detaljer om "HC8000" projekt.
    └─⟦0364f57e3⟧ 
        └─⟦this⟧ »ffag2txt« 
└─⟦00964e8f7⟧ Bits:30007478 RC8000 Dump tape fra HCØ.
    └─⟦b2ec5d50f⟧ 
        └─⟦this⟧ »ffag2txt« 

TextFile

begin
     integer i,n;
     real x;
     real array P,R(1:3);
     read(in,P);
     connectcuri(<:ffagfile:>);
     read(in,n);
     while n>=0 do
     begin
        for i:= 1 step 1 until 7 do read(in,x);
        x:= 0; read(in,R);
        for i:= 1,2,3 do x:= x+((R(i)-P(i))/100)**2/P(i)*100;
        write(out,"nl",1,<<ddd>,n,"sp",4,<<d.ddd>,x);
        read(in,n);
     end;
end
▶EOF◀