Python  1.0
Namespaces | Functions | Variables
_01d_dec2bin.py File Reference

Namespaces

 _01d_dec2bin
 Converting between different numerical bases.
 

Functions

def _01d_dec2bin.Denary2Binary (num)
 Converts denary integer to a binary string. More...
 
def _01d_dec2bin.Binary2Denary (bStr)
 Converts a binary string to a denary integer. More...
 
def _01d_dec2bin.dec2hex (n)
 Converts a denary integer to hexadecimal. More...
 
def _01d_dec2bin.hex2dec (s)
 Converts a string or number to a plain integer. More...
 
def _01d_dec2bin.int2bin (n, count=24)
 Converts an integer to a binary string representation with an specified number of bits. More...
 
def _01d_dec2bin.main ()
 

Variables

 _01d_dec2bin.input = raw_input