Searched Projects

Tags: Subtraction

project.name
0 Stars     110 Views
User:

Sub Add 1 Bit Adder

Sub Add 1 Bit Adder

yes


project.name
0 Stars     117 Views

Calculator Of Div,Mul,Add,Sub

Calculator Of Div,Mul,Add,Sub

It is the final project of Dld based on Calculator in which we can operate Divsion,Multiplication,Addition,Subtraction 


project.name
0 Stars     26 Views
User:

4 Bits Subtractor

4 Bits Subtractor

project.name
0 Stars     33 Views
User:

8 Bit Binary Calculator

8 Bit Binary Calculator

Hello!

     This is an (almost) 1 Byte Calculator. I put a lot of effort into this, so I hope you like it! The calculator can add, subtract, multiply, and divide. I don't know how to use displays, so I'm sorry about that.

How it works:

Input 2 binary numbers and click the solve button to output another number.

The addition works by, of course, adding the numbers. For example, 11 + 110 = 1001 (3+6=9). The subtraction works by inversing the first digit of the addition. The multiplication works by adding that number when one appears and adding 0's accordingly. 11 x 110 = 110 + 1100 = 10010 ( 3 x 6 = 18 ) And the division works via subtraction, meaning, for example, 16/5 = 5 x 3 + 1. In this equation, 3 is the answer, and 1 is the remainder.


project.name
0 Stars     12 Views
User:

Base-16 Calculator

Base-16 Calculator

Hello!

Now that I have learned how to use bit splitters, I had an idea to create a hexadecimal calculator! This one can also perform addition, subtraction, multiplication, and division! I highly recommend checking out my binary calculator first, before the hexadecimal one.