Friday, May 2, 2008

C programming tutorial course: Setting up hardware and software.

C Programming Tutorial: Programming software : ICPROG (Free!)Download and install ICPROG which is PC software that generates the correct serial ICSP signals to program your PIC chip. You can use it either on a parallel port, serial port or USB port with a USB to serial adapter - ( USB <-> Serial untested).Note: Look in left frame for download button.C Programming Tutorial: Setting the path to ICPROG You should setup the environment variable to icprog.exe so that it can be called from anywhere but if you don't you can still start icprog by double clicking icprog.exe in its installation directory.The installation location is up to you but you should put it into a directory that is in the current path so that windows can find it or add the directory (where you put ICPROG) to the system...

Wednesday, April 30, 2008

What is Forex Trading

OverviewForex, FX, or Foreign Exchange, is the simultaneous exchange of one country's currency for that of another. FOREXYARD offers leading online trading platforms for individuals that wish to speculate on the exchange rate between two currencies. In doing so, speculators purchase or sell one currency for another with the hope of making a profit when the value of the currencies changes in favor of the speculator as a result of events that takes place across the globe. This market of exchange has more daily volume - both buyers and sellers - than any other market in the world. The FX market is available 24-hours a day, five days a week. Furthermore, the Forex Market is the largest financial market in the world with daily reported volume of over $1.4 trillion changing hands between buyers...

C++ Language Tutorial : Classes (I)

A class is an expanded concept of a data structure: instead of holding only data, it can hold both data and functions. An object is an instantiation of a class. In terms of variables, a class would be the type, and an object would be the variable.Classes are generally declared using the keyword class, with the following format:class class_name { access_specifier_1: member1; access_specifier_2: member2; ... } object_names;Where class_name is a valid identifier for the class, object_names is an optional list of names for objects of this class. The body of the declaration can contain members, that can be either data or function declarations, and optionally access specifiers. All is very similar to the declaration on data structures, except that we can now include also functions and...

Sunday, April 27, 2008

Wireless Virtual Pets for Mobile Phones

IntroductionBandai's Tamapichi was the first mobile phone / cell phone based virtual pet way back in June of 1997. Since then many have produced cell/mobile phone virtual pets and other games.The emerging mobile phone game and virtual pet market is being driven by the increasing availability on tens of thousands of potential subscribers, especially in Japan and Europe.Many animated characters were offered on Japanese phones. Hitachi currently sells a color WAP phone (model C309H) that has a "hamster mode" (a hamster endlessly dances on the screen). Mobile virtual pets appear to have developed from a combination of those characters and the success of keychain virtual pets (Tamagotchi).The beginningsJapanese vendors rapidly produced games that could be played on phones for a small monthly fee....