Lost Password?

Go Back   CodeCall Programming Forum > Software Development > General Programming > Programming Theory

Programming Theory Discuss programming theory, algorithm efficiency, logic, and other any other category where math and computer science overlap.

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1 (permalink)  
Old 01-25-2008, 02:24 PM
TcM's Avatar   
TcM TcM is offline
Moderator
 
Join Date: Aug 2006
Location: In a technologic world :p
Posts: 7,360
Rep Power: 67
TcM has much to be proud ofTcM has much to be proud ofTcM has much to be proud ofTcM has much to be proud ofTcM has much to be proud ofTcM has much to be proud ofTcM has much to be proud ofTcM has much to be proud of
Default Binary Normalization

Can anyone please explain Binary Normalization when it comes to decimals? I really get confused with the 0.1xxxx when it comes to represent the data in the format m *2^r
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote

Sponsored Links
  #2 (permalink)  
Old 01-28-2008, 11:21 AM
WingedPanther's Avatar   
WingedPanther WingedPanther is offline
Super Moderator
 
Join Date: Jul 2006
Age: 35
Posts: 2,057
Last Blog:
wxWidgets is NOT code ...
Rep Power: 24
WingedPanther is a jewel in the roughWingedPanther is a jewel in the roughWingedPanther is a jewel in the roughWingedPanther is a jewel in the rough
Default

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
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Reply



Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On

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


All times are GMT -5. The time now is 07:06 PM.

Contest Stats

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

Contest Rules

CodeCall Goal

Goal: 100,000 Posts
Complete: 68%

Ads