a simple Java-FX Application which Simulate the Approximation of Pi https://nextn.xyz
選択できるのは25トピックまでです。 トピックは、先頭が英数字で、英数字とダッシュ('-')を使用した35文字以内のものにしてください。
MrTob 9fe9c2d7cb
Update README.md
4年前
build add files 4年前
dist add files 4年前
nbproject add files 4年前
src/montecarlopi add files 4年前
README.md Update README.md 4年前
build.xml add files 4年前
manifest.mf add files 4年前

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