Quellcodebibliothek Statistik Leitseite products/Sources/formale Sprachen/COBOL/verschiedene-Autoren/Stauffer-Stanley/   (Columbo Version 0.7©)  Datei vom 17.10.2010 mit Größe 1006 B image not shown  

Quelle  stau-p75.cob   Sprache: Cobol

 
       Identification Division.
       Program-Id. Ising.
      * from Stauffer/Stanley
      * From Newton to Mandelbrot
      * Springer 1996
       Data Division.
       Working-Storage Section.
         01 is        pic S9(4)V9(4) occurs 1680.
         77 vx          pic S9(4)V9(4).
         77 vy          pic S9(4)V9(4).
         77 dt          pic S9(4)V9(4).
       Procedure Division.
        move 40 to L
        move 0.2 to p
        compute L1=L+1
        compute Lp=L*L+L
        compute Lm=Lp+L
        perform varying i from 1 until i>Lm
          move -1 to is(i)
          if function rnd(i)<p then move 1 to is(i)
        end-perform
        perform varying it from 1 until it>100
          move 0 to m
          perform varying i from L1 until i>Lp
            if is(i-1)+is(i+1)+is(i-L)+is(i+L)=0 then
              move -is(i) to is(i)
            add is(i) to m
          end-perform
          display it, m
        end-perform
       End-Program Ising.

Messung V0.5
C=91 H=91 G=90

¤ Dauer der Verarbeitung: 0.0 Sekunden  (vorverarbeitet)  ¤

*© Formatika GbR, Deutschland






Wurzel

Suchen

Beweissystem der NASA

Beweissystem Isabelle

NIST Cobol Testsuite

Cephes Mathematical Library

Wiener Entwicklungsmethode

Haftungshinweis

Die Informationen auf dieser Webseite wurden nach bestem Wissen sorgfältig zusammengestellt. Es wird jedoch weder Vollständigkeit, noch Richtigkeit, noch Qualität der bereit gestellten Informationen zugesichert.

Bemerkung:

Die farbliche Syntaxdarstellung und die Messung sind noch experimentell.