项目作者: Jammin-Coder

项目描述 :
Simple program that decodes binary into base 10
高级语言: Python
项目地址: git://github.com/Jammin-Coder/Binary-Decoder.git
创建时间: 2020-10-24T17:08:56Z
项目社区:https://github.com/Jammin-Coder/Binary-Decoder

开源协议:

下载


#
You may copy and use my code freely, without ANY restrictions, atribution would be nice though :)
#

Binary Decoder

Simple program that decodes binary into base 10.

Python

This version is written in python3. To use it, do python3 binary-decoder.py
then enter a binary number to decode.

#

C++

https://github.com/Jammin-Coder/Binary-Decoder/tree/main/c%2B%2B%20version
This version is written in C++ and compiled on Linux, thus will only run on Linux.
To run it, just do ./binary_decoder and then enter a binary number to decode.