binary-numbers
There are 21 repositories under binary-numbers topic.
abranhe/binary
CLI tool to work with binary numbers written in C
abranhe/binary.c
An small C library to work with binary numbers
gentildpinto/bin2dec
A simple script builded in ruby to convert binary to decimal numbers
melihaltun/floating_point_binary_conversion
Pair functions to convert a floating number to a single precision, double precision, or arbitrary size bit representation and convert a single, double or arbitrary size bit string back into a number.
Mohitsaini2028/TOC
Program of Theory of Computation with output.
mustafadalga/Makine-konusma-dili-cevirici
Girilen bir cümle ya da kelimenin makine dilindeki karşılığını veren uygulama.Aynı zaman da makine dilinden de konuşma diline çeviri yapılabilir.
memgonzales/binary-multiplication
Interactive website for demonstrating or simulating binary multiplication via pencil-and-paper method, Booth's algorithm, and extended Booth's algorithm (bit-pair recoding)
ausilianapoli/Two-s_Complement
Decimal-two's complement number converter. Project for "Computer Architecture"
ivankprod/numsyslib
Numeric System core library
sungjae-cho/arithmetic-neural-nets
Implementation for artificial neural networks that computes arithmetic operations
adammaj1/mandel
Unofficial repository related with: Mandel: software for real and complex dynamics by Wolf Jung
adammaj1/Mandelbrot_set_wake
Compute q angles of the external rays that land the principal Misiurewicz point of the p/q wake of the Mandelbrot set for the complex quadratic map
candytale55/Bitwise_Operations_Py_2
Bitwise operations are operations that directly manipulate bits. Notes and code examples from Codecaemy course Learn Python 2.
irsol/hacker-rank-30-days-of-code
30 Days of Code
rodrigo-r-martins/computer-architecture
Computer Architecture Project
Rototu/happy-birthday
Happy birthday page with binary age counter
sadiqsonalkar/Java-amateur-program
Amateur difficulty program in JAVA
TomasHubelbauer/binary-numbers
JavaScript functions and demonstrations regarding binary numbers
tugot17/Recurent-Neural-Network-From-Scratch
Recurrent Neural Network wrote implemented from scratch using numpy package