DataMuseum.dk

Presents historical artifacts from the history of:

RegneCentralen GIER Computer

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

See our Wiki for more about RegneCentralen GIER Computer

Excavated with: AutoArchaeologist - Free & Open Source Software.


top - download

⟦39b54b426⟧ Bits:30000711 Styreprogram 1 udg, 8-hole paper tape

    Length: 1484 (0x5cc)
    Description: Bits:30000711 Styreprogram 1 udg
    Types: 8-hole paper tape
    Notes: Gier Text, Has10

GIER Text (HTML)

algol<
begin _____
integer q,r,s,t,i,j,k,l; _______
real d,f,g,h; ____
select(11); q:=read integer;
begin _____
real array A[1:q]; ____ _____
for i:=1 step 1 until q do ___ ____ _____ __
A[i]:=read real; r:=read integer; s:=read integer;
begin _____
real array B[1:s]; ____ _____
for i:=1 step 1 until s do ___ ____ _____ __
B[i]:=read real; t:=read integer;
begin _____
real array C[1:t],D[1:r]; ____ _____
for i:=1 step 1 until t do ___ ____ _____ __
C[i]:=read real; f:=read real; g:=read real; h:=read real;
end ___
end ___
end; ___
for k:=0 step 1 until q do ___ ____ _____ __
begin _____
for l:=1 step 1 until r do ___ ____ _____ __
begin _____
D[l]:=A[l+k];
writetext(|< konstant|);write(|dd|,l); < > < >
writetext(|<:|);write(|-ddddd10-dd|,D[l]);writecr; < > < >
end; ___
writetext(|< faktorer:|);write(|__-ddddd10-dd|,f,g,h); < > <,, >
writecr;writecr;
writetext(|< |); < >
for i:=1 step 1 until t do ___ ____ _____ __
begin _____
write(|_ddddd|,C[i]⨯f); <, >
end;writecr; ___
for i:=1 step 1 until s do ___ ____ _____ __
begin _____
write(|ddddd|,B[i]⨯g); < >
for j:=1 step 1 until t do ___ ____ _____ __
begin _____
beregning(D,B[i],C[j],d);write(|___ddddd|,d⨯h); <,,, >
end;writecr; ___
end;writecr;writecr;writecr;writecr; ___
end ___
end;t< ___