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

⟦a3467a2da⟧ TextFile

    Length: 227 (0xe3)
    Types: TextFile
    Names: »KAST2.MOD«

Derivation

└─⟦37cf4f704⟧ Bits:30003051 Dymos II - Modeller
    └─⟦this⟧ »MODEL2\KAST2.MOD« 

TextFile

// Model : Kast2

Fx  := 0
Fy  := -m*g 
ax  := Fx / m
ay  := Fy / m
dvx := ax * dt
dvy := ay * dt
vx  := vx + dvx
vy  := vy + dvy
dx  := vx * dt
dy  := vy * dt
x   := x + dx
y   := y + dy
t   := t + dt