Skip to content

shaquilledavid/IEEE-754

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

IEEE-754 Encoder/Decoder

A program created to encode decimal numbers to their IEEE-754 Floating Point representation and conversely, decode binary numbers to decimal format. This program supports single-bit precision floating-point format, where numbers occupy 32 bits in computer memory. This program was created with Python 3.8 and Tkinter, a Python GUI toolkit.


Author Info

Team Members

Shaquille David
Junayeed Rahman
Mohid Sharif


Screenshots

ezgif-3-ad9b9358c189


How to Run the Program

ensure that you have Python 3.x installed and working

  1. Clone the repository to your local drive.
  2. Navigate to the folder and double click on gui.py.
  3. The interface will appear. Enter a decimal number to encode, or a binary number to decode!

Competition Placement

pyjac

We received Runner-Up and Best Presentation Awards.

About

An IEEE encoder/decoder that converts floating-point numbers to a decimal representation and back to floating-point, depending on the operation chosen.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages