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

⟦07b1b7648⟧ TextFile

    Length: 318 (0x13e)
    Types: TextFile
    Names: »ROV-BYT1.MOD«

Derivation

└─⟦37cf4f704⟧ Bits:30003051 Dymos II - Modeller
    └─⟦this⟧ »MODEL1\ROV-BYT1.MOD« 

TextFile

// model : Rov-Byt1

dB := (k1-k2*R) * B * dt  // ▶91◀ndring i antallet af byttedyr

dR := (k4*B-k3) * R * dt  // ▶91◀ndring i antallet af rovdyr

B  := B + dB              // opdatering af byttedyr

R  := R + dR              // opdatering af rovdyr 

t  := t + dt              // opdatering af tiden