DataMuseum.dk

Presents historical artifacts from the history of:

MIKADOS

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

See our Wiki for more about MIKADOS

Excavated with: AutoArchaeologist - Free & Open Source Software.


top - download

⟦69f935e7f⟧

    Length: 1504 (0x5e0)
    Notes: Mikados TextFile, Mikados_K
    Names: »PPLAN«

Derivation

└─⟦d110b5765⟧ Bits:30005308 Eksamensopgave i dynamiske systemer med FFT
    └─ ⟦this⟧ »PPLAN« 

Text

0100 CURSOR 41,5
0110 PRINT "N"
0120 PRINT TAB(40),"!"
0130 PRINT TAB(36),"V-------0"
0140 PRINT TAB(40),"!"
0150 PRINT TAB(40),"S"
0160 CURSOR 5,12
0170 PRINT " 10 :::::::::: ",TAB(40),"10 :::::::::: "
0180 FOR X=9 TO 1 STEP -1
0185 CURSOR 6,22-X
0190 PRINT USING "## ::::::::::                          ## :::::::::: ":X,X
0200 NEXT X
0210 PRINT TAB(8),"1234567891",TAB(47),"1234567891"
0220 PRINT TAB(17),"0",TAB(56),"0"
0230 STOP