Release
https://tool.zzhow.com/calculator
Website
HowCalculator(English) | ZZHow
Source Code
https://github.com/ZZHow1024/HowCalculator
HowCalculator is an online calculator that focuses more on the calculation process related to the computer organization principle. It now supports original code single-bit multiplication, complement code single-bit multiplication, memory line number, number system conversion and code system conversion.
- Web framework: React.js
- Programming Language: JavaScript
This project is licensed under the GNU General Public License v3.0 - see the LICENSE file for more information.
- 0.4.1
- fix: Correct signed bit multiplication error in one-bit multiplier
- 0.4.0
- feat: Add memory lane calculation
- feat: Add code conversion
- 0.3.1
- fix: Resolve display issue of one-digit multiplication for true form result
- 0.3.0
- feat: Add one-digit multiplication for true form
- 0.2.1
- perf: Optimize Complementary one-digit multiplication for two’s complement experience on mobile
- 0.2.0
- feat: Add number system conversion
- perf: Optimize interface layout
- 0.1.0
- feat: Add one-digit multiplication for two’s complement