products/Sources/formale Sprachen/Delphi/Bille 0.71/__history/     Datei vom 17.0.2013 mit Größe 31 kB image not shown  

Quelle  Apt-p2.cbl   Sprache: unbekannt

 
       identification division.
       program-id. apt-p2.
      * aus Apt-Olderog - Programmverifikation
       author. Jens.
       date-written. 5.1.2009.
       date-compiled.
       data division.
       working-storage section.
       77 found pic 9(4).
       linkage section.
       77 x     pic 9(4).
       procedure division returning x.
         move 0 to found
         move 0 to x
         perform until found=1
           add 1 to x
           if function f(x)=0 then move 1 to found
         end-perform
        end-program apt-p2.

Messung V0.5
C=95 H=100 G=97

[ Dauer der Verarbeitung: 0.3 Sekunden  (vorverarbeitet)  ]