Showing posts with label Education. Show all posts
Showing posts with label Education. Show all posts

Saturday, 16 February 2013

Solar System Explorer v2.5.2 APK PRO FREE FULL ANDROID APP DOWNLOAD


Solar System Explorer play.google.comsolarexplorer
Solar System Explorer will take you on an interactive 3D trip through our solar system. Featuring more than 35 planets, moons, asteroids and the spacecraft that have visited them, you'll have a chance to see a different side of our little corner of the galaxy!
This full edition delivers all the planets and major moons of our Solar System in glorious HD with extra effects and a special tablet mode, so it will look great on all devices, large or small.
Solar System Explorer also features detailed models of past present and future robotic explorers, such as Cassini which is currently half way through a 20 year mission to study the Saturnian system.
Surface images of the planets have been re-constructed from photos taken by telescopes or NASA spacecraft. Because few probes have been to the outer solar system, a number of moons have only been photographed from one side, so the missing details have been estimated based on what is visible.
Orbital positions and speeds have been adjusted to make it easier to navigate the Solar System and see the planetary motion at human speeds.
Interesting facts about each of the places you visit in the solar system, and the spacecraft you see are available at the touch of a button.
Statistics are calculated relative to the Earth where ever possible because for most people, big numbers mean little.
There may only officially be eight planets now, but because Pluto is larger than 200KM in radius, it is included for your viewing pleasure.

  • Robotic spacecraft: NASA Voyager, Dawn, Juno, Cassini
  • Planets, moons and asteroids: 
  • Sol/The Sun
  • Venus
  • Earth: Luna/the Moon
  • Mars: Deimos, Phobos
  • Asteroids: Ceres, Vesta
  • Jupiter: Callisto, Europa, Ganymede, Io
  • Saturn: Mimas, Tethys, Enceladus, Dione, Rhea, Titan, Iapetus
  • Uranus: Miranda, Umbriel, Ariel, Oberon, Titania
  • Neptue: Triton, Proteus
  • Pluto: Charon

What's in this version : (Updated : Feb 15, 2013)

  • Planet size chart
  • UI improvements
  • Bug fixes

Required Android O/S : 2.2+

DOWNLOAD

SEE SIMILAR : WWW.ANDROIDKART.BLOGSPOT (1) SkyORB realtech 3D V1.8.1 | androidkart

ALSO SEE: EDUCATION

Friday, 15 February 2013

SkyORB realtech 3D V1.8.1

SkyORB is a fast and lightweight astronomy app including a 3D star map, 3D planetarium, ephemeris with notifications, search engine, sun clock, point to sky, weather, and more. Click “…More” to learn why you should download this App today!

“SkyORB is fantastic for anyone interested in the night skies, but it’s not just a star-gazer’s handbook.“
- iPad.net
★★★★

We love SkyORB because it not only offers 3D images of the planets and the stars in the sky, along with comets and asteroids, but it also comes a 'point to sky' feature that allows you to aim your handset towards a star or planet and it'll identify it for you.
- PC Advisor: Best iPhone apps: Five free apps for astronomy
★★★★★

NEW 2013 EDITION, WITH ABILITY TO EXPLORE BEYOND THE SOLAR SYSTEM IN 3D ! 100,000 STARS RENDERED!

SkyORB features many functions as a 3D real-time representation of the planets position around the sun, the ability to hold your device and point toward a visible star and planet and reveal the name by tracking the GPS position, compass orientation, the elevation from the gyroscope, warn the user when a phenomenon is occurs as a full moon, a planet really visible, which is worth the observation.

What you will get with SkyORB

• Fast and lightweight.
• a 3D real-time planetarium with photo-realistic rendering,
• a 3D real-time sky rendering, with tracking from compass and gyroscope,
• Comets and satellites positions, with update from the Web for latest entries,
• Weather forecast from current location,
• Ephemeris including next 60 days astronomy events, including peak day of meteors showers, date of planet elongation and opposition.
• Display day/night terminator on a world map,
• Powerful universal search engine: type few letter and find a matching nebula, constellation, place, planets, exo-planets and more.
• Moon phases with dates, including rise and set times,
• Ability to simulate the sky from any place in the world and even from other planet like Mars
• Ability to move fast forward and backward in time,
• Enhanced for latest Android devices
• Be alerted when a phenomenon (planet at its brightest, full/new moon, eclipse) is occurring with local notifications (can be disabled).

ALO CHECK: GAMES 

DOWNLOAD 

[Apk] + [SD DATA]

Sunday, 10 February 2013

C4droid (C/C++ compiler) v3.96 FREE FULL 2013 PRO

C4droid (C/C++ compiler) v3.96

C4droid (C/C++ compiler)

C4droid (C/C++ compiler) v3.96
Requirements: 2.1 and up
Overview: C4droid is a C compiler for Android.
Quick manual:
If you have found a bug or app is not working, email me.
If app crashes on start, check that enough internal memory is available (not 64Kb).
Root is not required, but if you have enough internal memory OR you have rooted your device, you can get C++ support, read further. (some comments about "iostream not found" are fake, their authors just didn't follow installation instructions).
Updating from lower than 3.0 versions:
WARNING! Uninstall this app before update! Else app will crash. It's well known Android bug (details: http://code.google.com/p/android/issues/detail?id=1227).
You have been warned!
Result of compilation (binary) is placed in "/data/data/com.n0n3m4.droidc/files/temp", because sdcard doesn't have permission for execution by default.
If you have "Illegal instruction" error, using internal compiler (TCC), install GCC plugin, GCC supports softfloat (by default).
Long click save button to "save as", long click run to run with arguments.
C4droid already has almost full C language support, so you don't need to wait when it will be added.
You can to write your own applications on the Android phone, and run them. This app uses TCC and uClibc, so it has full support of ANSI C and some support of ISO C99. C4droid can be used for educational purposes or to practice in C language.
Some components of C4droid are LGPL-licensed. You can download used source code of TCC and uClibc on their websites (But TCC had been modified by me, so I recommend to email me to get modified source) C4droid includes Android Terminal Emulator so you can to run your application comfortably.

ALSO SEE:EDUCATION 


To get C++ support you need:
0) Install C4droid
1) Install GCC plugin for C4droid from Android Market.
2) Launch GCC plugin for C4droid and press "install to internal memory" (or to external if you have root rights)
3) Select G++ compiler in C4droid preferences.
4) Use "iostream", not "iostream.h"
5) Add "using namespace std;" to your program (before int main)
Tested devices:
Android Emulator 1.6, QVGA
Android Emulator 2.2, WVGA
Acer Liquid 2.2, WVGA
Herotab C8, WVGA
WARNING! All Telechips and MediaTek based devices are unsupported (Android phones/tablets from china), because of the incompatiblity with EABI. Devices without VFP (VIA) are partially unsupported too (floating point operations).
Keywords: c compiler, c interpreter, c++ compiler, GCC, c/c++ interpreter, c/c++ compiler.
What's in this version:
3.96:
Partially fixed EditArea.
3.95:
Updated GCC and SDL plugin.
Updated necessitas, Qt projects must be recompiled!
Added autocomplete feature: it is slow (very slow sometimes) but precise.
Replaced error message with dialog (long-click text to close).
Fixed a lot of bugs.
https://play.google.com/store/apps/details?id=com.n0n3m4.droidc


Download Instructions:
DOWNLOAD

OR 
DOWNLOAD