| Primes | |||||||
Demonstrates the use of PalmOS field, button and list controls in an HSPascal program. The included ListBox unit could form the basis of a useful general-purpose component.Enter a number between 1 and 32000. Primes will display a list of 100 prime numbers centred around the number entered.The primes number generator is based on the 'Sieve of Eratosthenes' method of generating primes.
| |||||||
| Tuning Fork | |||||||
Play a single note with given frequency and amplitude for one second.
| |||||||