Giter VIP home page Giter VIP logo

sgs's Introduction

张妈计算器说明

  • 点击按钮或键盘来输入点数,计算器会自动计算
  • 也可以按A、0、J、Q、K来输入1、10、J(10)、Q(12)、K(13)

更新日志

21.09.09

  • 若超过一分钟没有按键,下次按键时会自动清除之前的所有数字,以避免上次计算后忘记清除的情况

21.07.28

  • 修正了小键盘数字错位的问题

21.07.14

  • 创建了README
  • 更新了算法,修复了诸如6、9、6、J无法计算的问题。
    • 原本将数字分入0、1、2共3堆中,匹配0、1这两堆,现在修改为匹配0、2这两堆,暴力枚举次数改为n^3/2-1,不会再有漏解的情况发生了。
  • 现在双击Backspace(退格键)或者Enter(回车)可以直接清除所有点数

21.07.08

  • 现在小键盘上的数字也可以来输入点数了
  • 现在修改为计算出10个结果后停止计算,数量大于10的时候不再由自动切换为手动

21.07.05

  • 加了个是否自动计算的按钮,数量大于10的时候自动切换为手动
  • 现在可以使用键盘来输入点数了

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.