|
DataMuseum.dkPresents historical artifacts from the history of: RegneCentralen GIER Computer |
This is an automatic "excavation" of a thematic subset of
See our Wiki for more about RegneCentralen GIER Computer Excavated with: AutoArchaeologist - Free & Open Source Software. |
top - download
Length: 1484 (0x5cc) Description: Bits:30000711 Styreprogram 1 udg Types: 8-hole paper tape Notes: Gier Text, Has10
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(|__-dddddwritecr;writecr;10 -dd|,f,g,h); < > <,, >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< ___