a simple Java-FX Application which Simulate the Approximation of Pi https://nextn.xyz
Nelze vybrat více než 25 témat Téma musí začínat písmenem nebo číslem, může obsahovat pomlčky („-“) a může být dlouhé až 35 znaků.
MrTob 9fe9c2d7cb
Update README.md
před 4 roky
build add files před 4 roky
dist add files před 4 roky
nbproject add files před 4 roky
src/montecarlopi add files před 4 roky
README.md Update README.md před 4 roky
build.xml add files před 4 roky
manifest.mf add files před 4 roky

README.md

Java FX Montecarlo Simulation with MVC Pattern

The circle number π (= 3, 14159265...) can be determined by placing the cursor inside a rectangle in the there’s a circle, randomly generating points. Some are inside the circle, some outside. Pi can then be calculated by the ratio of the total number of points to the points within the circle.

Example

  • Thread support