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

⟦bbd85eefd⟧ TextFile

    Length: 453 (0x1c5)
    Types: TextFile
    Names: »ROV-BYT2.VRD«

Derivation

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

TextFile

k1 := 0.3     // byttedyrs formeringsevne 

k2 := 0.0004  // rovdyrs appetit p▶86◀ byttedyr

k3 := 0.3     // rovdyrs d▶9b◀delighed 

k4 := 3E-7    // rovdyrs formeringsevne 

B  := 1E6     // antal byttedyr til t = 0

R  := 1E3     // antal rovdyr til t = 0

t  := 0       // starttidspunkt

dt := 0.05    // tidsinterval 

h1: integrate := Euler
h2: integrate := RK2
h3: integrate := RK4
h4: dt        := dt*2
h5: dt        := dt/2