Skip to content

Latest commit

 

History

History
69 lines (48 loc) · 1.89 KB

File metadata and controls

69 lines (48 loc) · 1.89 KB
HowCalculator

HowCalculator

HowCalculator0.4.1 Code License

HowCalculator(English)

中文说明


Release

https://tool.zzhow.com/calculator

Website

HowCalculator(English) | ZZHow

Source Code

https://github.com/ZZHow1024/HowCalculator


What is it?

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.


Technology Path

  • Web framework: React.js
  • Programming Language: JavaScript

License

This project is licensed under the GNU General Public License v3.0 - see the LICENSE file for more information.


Changelog

  • 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