|
|
DataMuseum.dkPresents historical artifacts from the history of: RegneCentralen RC759 "Piccoline" |
This is an automatic "excavation" of a thematic subset of
See our Wiki for more about RegneCentralen RC759 "Piccoline" Excavated with: AutoArchaeologist - Free & Open Source Software. |
top - metrics - download
Length: 227 (0xe3)
Types: TextFile
Names: »KAST2.MOD«
└─⟦37cf4f704⟧ Bits:30003051 Dymos II - Modeller
└─⟦this⟧ »MODEL2\KAST2.MOD«
// 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