My Java Codes
-
Updated
Jun 8, 2021 - Java
My Java Codes
Android application which allows you to check a number for different bases (decimal, octal, hexadecimal and binary).
A console tool that makes conversions between binary, decimal, and Unicode
We’re all quite used to our good old decimal system of numerals. But let’s not forget that there are other ways to count! Whether we need to convert numbers from one system to another just for fun or to store large data more efficiently, a converter proves helpful. In this project, you will create your own tool that will help you convert numbers…
This is a code I made to convert Decimal, Hexadecimal, and Binary numbers. I made this to help me with my Discrete Math Class. Open to any Suggestions.
IEEE 754 decimal to binary representation for converting decimal to single and double precision floating point
Java Program to Convert Decimal to Binary, Octal and Hexadecimal Number
Contém funções para conversão entre os sistemas númericos binário, octal, decimal e hexadecimal. Além de conversão entre string para int e vice versa.
Bit Manipulation is a technique used in a variety of problems to get the solution in an optimized way. This technique is very effective from a Competitive Programming point of view.
This Java program converts binary, octal, decimal, and hexadecimal to hexadecimal and vice versa.
My projects during the Advanced course I am taking at my university and it's about Java GUI using Swing library
Convert numbers from decimal to binary and binary to decimal. Check for special character in input as well.
Add a description, image, and links to the decimal-to-binary topic page so that developers can more easily learn about it.
To associate your repository with the decimal-to-binary topic, visit your repo's landing page and select "manage topics."