Advertisement

1 - 10 of 93 containing alltags:("hexadecimal") (0 seconds)
Hi, I like to ask a question about expressing number in hexadecimal format?( I think, it is hexadecimal).  Why can't we use integer and float number? What are the good reasons reason behind this...
Zones: C++Date Answered: 07/30/1998 Grade: B Views: 0
Hi, I have a long hexadecimal "string"  (08e4d30102, but longer) that I want to have into a bufer called buf. Its instatiated as     UCHAR  buf[1514]; How do I do it?
Zones: CDate Answered: 04/03/2000 Grade: A Views: 0
Hi,   I want to read a hexa decimal file.   eg :-06050415810000024A3A51D195CDD004001B20550590610560558550548540820849900000.   the value are not in this format.   0x06   0x05   0x04   ...
Zones: C++Date Answered: 11/13/2000 Grade: D Views: 0
I've tried ~h00 but that doesn't do anything since PB allows only ~h01 to ~hFF. I've tried inserting a decimal value to compensate for that but that doesn't do anything either.   Basically what I ...
Zones: PowerBuilderDate Answered: 03/23/2003 Grade: A Views: 0
I try in visualBasic ? hex(&HC0000000+&HAAAA) the asnwer is BFFFAAAA ?????? I think &HC0000000+&HAAAA = &HC000AAAA why BFFFAAAA? Thanks
Zones: Visual BasicDate Answered: 07/08/2003 Grade: B Views: 0
Hi How represent Integer value in hexadecimal form? TIA
Zones: .NETDate Answered: 04/03/2004 Grade: A Views: 0
How do I convert a string character to hexadecimal?
Zones: Visual BasicDate Answered: 06/30/2004 Grade: A Views: 4
I know that when using values in a function “&H” before a value indicates that is it a hexadecimal value, but what about “0&” why not just use “0”? Thanks
Zones: Visual BasicDate Answered: 12/17/2004 Grade: B Views: 0
How do i convert -C2 base 16 (hexadecimal) to binary and denary using signed 8 bit binary numbers? Do i use's two's comliment? If so how? is this the same for minus numbers in octal? p.s sorry if...
Zones: MiscDate Answered: 02/16/2006 Grade: A Views: 0
In hexadecima what these values mean for a microcontroller?Please explain. PORTC='0b00000000' PORTD='0b00100000' DDRD=0xE0 PORTB.0^=1 DDRB=0x01 Thanks very much.
Zones: CDate Answered: 03/19/2006 Grade: A Views: 0