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

⟦eeb652a98⟧ TextFile

    Length: 152 (0x98)
    Types: TextFile
    Names: »RLC-KR1.MOD«

Derivation

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

TextFile

// Model : RLC-Kr1

UC := Q / C
UR := R * I
UL := U0 - UC - UR
dI := UL * dt / L
I  := I + dI
dQ := I * dt
Q  := Q + dQ
t  := t + dt