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

⟦7a64a4f7d⟧ TextFile

    Length: 156 (0x9c)
    Types: TextFile
    Names: »RLC-KR2.MOD«

Derivation

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

TextFile

// Model : RLC-Kr2

func UL(Q,I)
  UC  := Q / C
  UR  := R * I
  return  U0 - UC - UR
endfunc

Q,I := rk4(I, UL(Q,I)/L, t)
t   := t + dt