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
- Host: GitHub
- URL: https://github.com/q1chenl/complex-binary-number-system
- Owner: Q1CHENL
- License: mit
- Created: 2023-09-01T16:40:12.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-08-21T10:21:37.000Z (10 months ago)
- Last Synced: 2025-01-23T17:17:38.157Z (5 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
Just run `make` inside `Implementierung/` folder to build the binary `cbns`. Run `./cbns --help` for detailed usage.