Perhitungan Matahari dan Bulan – Astronomical Algorithms

Astronomical algorithms are the algorithms used to calculate ephemerides, calendars, and positions (as in celestial navigation or satellite navigation). Examples of large and complex astronomical algorithms are those used to calculate the position of the Moon. A simple example is the calculation of the Julian day.
Numerical model of solar system discusses a generalized approach to [...]

MicroEmulator & Opera Mini Mod

Microemulator is J2ME Device Emulator is pure Java implementation of J2ME in J2SE. It allows demonstrate MIDlet (MIDP/CLDC) based applications as a standalone Java application or as web browser applet.
Context:
1. Running application
2. Applet config
3. Building MicroEmulator from sources
Requirements:
- J2SE 1.4+
There are two methods of running apps in emulator:
1. As an application:

java org.microemu.app.Main (MIDlet application main [...]

Perhitungan Matahari dan Bulan dengan SunMoon

SunMoon by ariefew yang merupakan program buatanku 2 tahun lalu, tentang perhitungan bulan dan matahari. Program ini pembuatannya terinspirasi dari aplikasi compass yang mempunyai tampilan sederhana tapi didalamnya terdapat perhitungan yang sangat rumit.

SunMoon by ariefew ini, dalam pembuatannya mempunyai tiga dasar yang antara
lain :

Math Library diambil dari Henson.newmail.ru/j2me/float.htm.
Algoritma diambil dari Algorithm by Jean Meeus.
Airport [...]