Giter Site home page Giter Site logo

sevenstar-instruction-calculator's Introduction

七星指令计算器

版本:Version 0.001 测试版本

    

支持平台

windows

Static Badge

项目简介

Linux平台终端,指令计算器 . 通过执行 打包的二进制程序运行程序(打包 main.py). 可以将程序添加到Linux环境变量中. 通过快捷指令调用.

七星指令计算器语言

计算器支持的运算仅限于整数,后续更新其他类型变量的运算 . 暂时不支持负数输入,如需调用 请使用 零减去整数.以下是语法简要,可以嵌套使用.

  • 变量
variable = Value
  • 加减乘除运算
Value * Value
Value + Value
Value - Value
Value / Value
  • 逻辑预算
a & b //与运算
a | b // 或运算
  • 关系运算
a > b 
a >= b 
a < b
a <= b
  • 优先级运算
(a+b) * c

sevenstar-instruction-calculator's People

Stargazers

方书山 avatar

Watchers

方书山 avatar

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.