Posts

Showing posts from November, 2011

Curiosity Mars Rover,monster truck for mars

Image
CAPE CANAVERAL, 27 NOV: Nasa's Curiosity rover, the biggest, most sophisticated robotic explorer ever built, blasted off on a journey to Mars, where it will hunt for signs that life once existed there.  Curiosity, which is the size of a large car and weighs in at one ton, has a laser beam for zapping interesting rocks and a tool kit for analysing their contents. It carries a robotic arm, a drill, and a set of 10 science instruments including two color video cameras. Sensors will enable it to report back on the Martian weather and the levels of radiation in the atmosphere ~ important data for Nasa as it devises future human exploration missions. Known formally as the Mars Science Laboratory (MSL), the spacecraft launched at 10.02 a.m. (1502 GMT) atop an Atlas V rocket to begin its nearly nine-month trip to the Red Planet. It has power house made from plutonium decaying. Specification and features: SIZE : 10 ft (3.0 m) in length, and weighs 1,984 lb (90

Difference between Declaration and Defination

In general definition is where the variable or function is whereas code tell the compiler to allocate some memo ry and initial values goes to it,whereas declaration is the place where we define its name,type, return type to compiler etc. For Functions: //declaration   int foo(char a,int ); //definition  int foo(int a , int b)  { ..... } For automatic and register  variable definition & declaration are same bcoz they allocate memory  whenever defined. For external  storage class variables they are different. Global variables are defined in another file.Symols are resolved in time of  object linking. Externals can be declared and defined outside a function without any storage class(?).They can be declared using the"extern" keyword [e.g. extern int a;] e.g f1.c int var_name ;  //declaration only for global and static (Only initialized in BSS but no memory storage) int var2_name ; //de int var3_name = 22 ; //declaration and definition void foo2(in

Intel Platform Codenames

After frustrated by the lots of codename while working with intel processor based SBC I made the list of recent processors and platforms.