Recent Posts
Recent Comments
Link
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | 3 | 4 | 5 | ||
6 | 7 | 8 | 9 | 10 | 11 | 12 |
13 | 14 | 15 | 16 | 17 | 18 | 19 |
20 | 21 | 22 | 23 | 24 | 25 | 26 |
27 | 28 | 29 | 30 |
Tags
- programming_book
- program
- Book
- Linux
- RFID
- Italy
- Kuala Lumpur
- hadoop
- leadership
- comic agile
- QT
- Programming
- Software Engineering
- hbase
- Malaysia
- erlang
- Java
- history
- Python
- web
- Book review
- essay
- France
- MySQL
- Artificial Intelligence
- ubuntu
- agile
- Spain
- management
- django
Archives
- Today
- Total
목록toHexString (1)
Java reals IEEE754
http://people.uncw.edu/tompkinsj/133/numbers/Reals.htm float | 1bit sign | 8 bit exponent | 23 bit mantissa | double | 1bit sign | 11 bit exponent | 52 bit mantissa | sign: 0 + 1 - exponent: exponent - 127 for float, exponent - 1023 for double mantissa: normalized 1-plus fraction print bits of 1.0D 00111111 11110000 00000000 00000000 00000000 00000000 00000000 00000000 (0000 00000000 00000000 00..
Programming/Java
2011. 5. 5. 05:53