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

⟦d14cad0dd⟧ TextFile

    Length: 203 (0xcb)
    Types: TextFile
    Names: »BOLD1.MOD«

Derivation

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

TextFile

// Model : Bold1

x,y,vy := integrate(vx,vy,-g,t)

t  := t + dt

Emek := (vx*vx+vy*vy)/2 + g*y

If y<abs(a*x) then
  t := juster
  t := st▶9b◀d(a*sgn(x))
endif

ax := abs(a*x)