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

https://github.com/q1chenl/cbns

Complex Binary Number System - A converter between complex number and its binary representation
https://github.com/q1chenl/cbns

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

Last synced: 4 months ago
JSON representation

Complex Binary Number System - 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

1. Run `make` inside `Implementierung/` folder to build the binary `cbns`.
2. Run `./cbns --help` for detailed usage.