|
||||||
| Programming Theory Discuss programming theory, algorithm efficiency, logic, and other any other category where math and computer science overlap. |
![]() |
|
|
LinkBack | Thread Tools | Search this Thread | Display Modes |
|
|||||
|
I haven't heard of this before, but after some quick checks, can see why it's confusing. It looks like there's a profound LACK of documentation/discussion out there. Here's my take on the VERY MINIMAL info I was able to find:
Binary Normalization is the binary equivalent of scientific notation. For scientific notation, you pick a power of 10 so that you get the number represented as (sign)m * 10^r where 0<=m<10. Applying the same logic, binary normalization would give you a representation of: (sign)m*2^r where 0<=m<2. When looking at the decimal portion, realize that in binary, .1 = 2^-1 = 1/2, .01 = 2^-2 = 1/4, etc. Reference from Wikipedia that appears relevant.
__________________
CodeCall Blog | CodeCall Wiki | Shareware | Linux Forum Chat with other CodeCall members on IRC; connect to irc.codecall.net and join #codecall |
![]() |
| Currently Active Users Viewing This Thread: 1 (0 members and 1 guests) | |
| Thread Tools | Search this Thread |
| Display Modes | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Writing to binary file | paul. | Pascal/Delphi | 4 | 04-13-2007 08:23 PM |
| Binary, Decimal, Hex, the Manual way!! | TcM | Tutorials | 22 | 01-10-2007 12:06 AM |
| Determine if a file is binary | Nightracer | C# Programming | 5 | 09-16-2006 02:26 PM |
| Binary? | NeedHelp | Managed C++ | 4 | 07-27-2006 02:59 PM |
| Binary Conversion in VB | roger | Visual Basic Programming | 0 | 06-01-2006 10:50 AM |
| Xav | ........ | 162.68 |
| delia | ........ | 100 |
| neerlin | ........ | 100 |
| satrian | ........ | 100 |
| nik68 | ........ | 100 |
| chili5 | ........ | 71.51 |
| morefood2001 | ........ | 42.41 |
| MeTh0Dz|Reb0rn | ........ | 29.9 |
| RyanTuosto | ........ | 20 |
| gamiR | ........ | 19.64 |
Goal: 100,000 Posts
Complete: 68%