Searched Projects

Tags: Calculator

project.name
7 Stars     1572 Views
User:

Full Hexadecimal Addition Calculator

Full Hexadecimal Addition Calculator
Ever wanted to add together 2 32 bit hexadecimal numbers? Never fear!

This hexadecimal calculator is inspired by common pocket calculators. In theory, it could be expanded to do other common functions (once I gain the technical know how to do so :/), but for now, it is capable of addition. The display was the most interesting part to make, but it should definitely feel quite similar to your everyday calculator.

INSTRUCTIONS:
Type in each hexadecimal number (0 - 9, a - f) (preferably one at a time) into the keyboard. The number will then be moved onto the display. Press "clear" to revert the inputted number. Press the "+" key to add the number to the memory. The display will then show the number stored in the memory. When a new number is input, the display will clear, and will show the new number. To clear the memory, press the "clear all" button.

project.name
12 Stars     2272 Views
User:

Hexadecimal Calculator

Hexadecimal Calculator
An update to my previous calculator, this one does both addition and subtraction! It's inspired by common pocket calculators in real life, and should function exactly identical too one. Enjoy!

project.name
0 Stars     373 Views
User:

Kalkulator

Kalkulator

project.name
0 Stars     270 Views

3 bit + 3 bit

3 bit + 3 bit

project.name
2 Stars     492 Views
User:

Binary Calculator with Single Display

Binary Calculator with Single Display
This circuit contains 4 inputs, 2 of each inputs are connected to an adder. The top inputs are 1's, and the lower inputs are 2's. After going through the adder(s), the output connects to the decoder input (click the tab "Decoder"). The decoder is responsible for taking binary inputs and decoding into a display that you can read. The decoder is set up to return the value "7," but I found that harder than it looked...

project.name
3 Stars     1195 Views
User:

2-bit Calculator

2-bit Calculator

Simple 2-bit Calculator with a decoder for a 7 segment display.


project.name
0 Stars     259 Views
User:

Bones Without Soup Calculator

Bones Without Soup Calculator

project.name
1 Stars     246 Views
User:

I'm gonna make my school simulate it in the gym, huge brain literally. 


project.name
0 Stars     229 Views

First Verilog :)

First Verilog :)

project.name
1 Stars     245 Views

Calculator v1.1.0

Calculator v1.1.0

A (currently) 4-bit adder/subtractor

Currently working on implementing multiplication, division, and a base-10 output

Format: A +/- B


Version Log

vRevamp.logicChange.reformat

v1.0.0-v1.0.2:

Base versions (4bit)

v1.1.0:

Now shuts down output when error occurs, added compact version

(I just like adding unnecessary version logs)


project.name
0 Stars     61 Views
User:

Calculator

Calculator

project.name
0 Stars     40 Views

Untitled

Untitled

It's a calculator that can do addition, subtraction, and multiplication (of very small numbers)


project.name
0 Stars     11 Views

Boolean Logic Calculator

Boolean Logic Calculator

project.name
0 Stars     11 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     3 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.


project.name
0 Stars     2 Views
User:

Calculator V2

Calculator V2

Instructions:

Add = A

Subtract = S

Multiply = M

Divide = D

Change Row = R

Clear Number = C

Clear Operator = O

Undo Last Number = U

Numbers = 1-9

There are some errors with the division I am currently working on it.