• declaration of two dimensional arrays(character
    actually this is in reference to the thread that i have already created about declaring two dimensional arrays I have configured the the model to Xdata and the change that i have made is only of declaring...
  • code for converting float to string
    Is there any library function in KEIL C which converts a floating point into string. If not can somebody give the appropriate code.
  • about the convert of float
    I want to convert the hex float value in memory into decimal,such as 42F94000H=124.75,which 42F94000H is the hex value,and how can I implement the decimal 124.75 using program,or other cases?
  • convert from long to float
    Hi guys, I need to convert a 32 bit value(long) to a 32 bit float. Unfortunately there is no itof function in C and wikipedia does not give a simple solution. Casting simply does not do the conversion...
  • converting float to longwords
    Hello...first, sorry for the bad suuamry, i cannot change it, i hope you are understand what i mean. i'm doing some project with lots of float data type. now i need to convert the result of calculation...