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
- Host: GitHub
- URL: https://github.com/q1chenl/cbns
- Owner: Q1CHENL
- License: mit
- Created: 2023-09-01T16:40:12.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2025-05-19T20:02:02.000Z (8 months ago)
- Last Synced: 2025-06-24T04:12:29.879Z (7 months ago)
- Topics: binary, binary-representations, complex-numbers, converter, number-system-converter
- Language: C
- Homepage:
- Size: 1.32 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.