An open API service indexing awesome lists of open source software.

https://github.com/q1chenl/complex-binary-number-system

A converter between complex number and its binary representation
https://github.com/q1chenl/complex-binary-number-system

binary binary-representations complex-numbers converter number-system-converter

Last synced: 3 months ago
JSON representation

A converter between complex number and its binary representation

Awesome Lists containing this project

README

        

# Complex Binary Number System  

A converter between complex number and its binary representation.

Project of course **Basic Practical Course: Computer Architecture** (SS23) at TUM.

## Use
Just run `make` inside `Implementierung/` folder to build the binary `cbns`. Run `./cbns --help` for detailed usage.