• CALCULATE FACTORIAL
    HOW DO I CALCULATE THE FACTORIAL OF A NUMBER?
  • Calculation of complexity
    How does the complexity of zero-one algorithm is calculated?
  • Baud Rate Calculator
    Well. After several requests, I've added the Timer 2 reload calculation to the Baud Rate calculator at http://www.keil.com/c51/baudrate.asp . Nothing is changed for Timer 1. For Timer 2, displaying...
  • List of calculated constants
    I use the preprocessor to calculate a rather large array of constant values (it get more comples later) such as #define LM2 0x2040 #define LSENS 0 // NOTE: LSENS MUST BE LESS THAN HALF LM2 IF CHANGED...
  • calculate minimum & maximum of int
    hey i was wondering how to do this how to do this for an integer, now i have an integer say 50 and it changes sometimes it goes to 80 how to track this down..on time ofcourse Posted by nanix;...