a simple Java-FX Application which Simulate the Approximation of Pi https://nextn.xyz
Não pode escolher mais do que 25 tópicos Os tópicos devem começar com uma letra ou um número, podem incluir traços ('-') e podem ter até 35 caracteres.
MrTob 9fe9c2d7cb
Update README.md
há 4 anos
build add files há 4 anos
dist add files há 4 anos
nbproject add files há 4 anos
src/montecarlopi add files há 4 anos
README.md Update README.md há 4 anos
build.xml add files há 4 anos
manifest.mf add files há 4 anos

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