• Calculation of complexity
    How does the complexity of zero-one algorithm is calculated?
  • CALCULATE FACTORIAL
    HOW DO I CALCULATE THE FACTORIAL OF A NUMBER?
  • Calculating the Stack Space
    1) Is there any method of determining whether the stack space allocated is enough for the program execution. 2) Is there any feature in UVision 2 to determing the code size generated by the hex file...
  • 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...