DataMuseum.dk

Presents historical artifacts from the history of:

RegneCentralen RC759 "Piccoline"

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

See our Wiki for more about RegneCentralen RC759 "Piccoline"

Excavated with: AutoArchaeologist - Free & Open Source Software.


top - metrics - download

⟦9822ca337⟧ TextFile

    Length: 265 (0x109)
    Types: TextFile
    Names: »KAST.VRD«

Derivation

└─⟦37cf4f704⟧ Bits:30003051 Dymos II - Modeller
    └─⟦this⟧ »DYMOS1\KAST.VRD« 

TextFile

 g := 9.82            // m/s▶fd◀
 m := 2               // kg
 B := PI/6            // radian
dt := 0.02            // s
FOR fr:= 0 TO 0.02 STEP 0.005 DO
    v := 25           // m/s
   vx := v * COS(B)
   vy := v * SIN(B)
    x := 0
    y := 0
    t := 0