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

⟦bb1584c22⟧ TextFile

    Length: 146 (0x92)
    Types: TextFile
    Names: »RLCKREDS.MOD«

Derivation

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

TextFile

// model : rlckreds

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