Giter VIP home page Giter VIP logo

setcalc's Introduction

|简·陋| - 并列计算器

网址

本计算器名为“并列计算器”。顾名思义,本计算器用于解决多组数之间的运算问题。

一般计算常是多个数进行运算,例如解 $1 + 2$。这是操作数确定的情况。

但有时候操作数不确定。例如解 $a + b$ 。这里 $a$ 是什么数, $b$ 又是什么数呢?

$a,b\in R$,我们只能够求出一个区间。 但若其取值是有限多个,比如 $a,b \in \{0, 1\}$,那结果也是有限多个,我们就可全部将其算出来。

不过 $a,b \in \{0, 1\}$ 告诉我们 $a$ 有两种可能, $b$ 也有两种可能,所以我们一共要求四种可能的结果。 可以发现计算的复杂度是平方上升的。既然如此,有没有计算器可以一下子算一整组数,解决这种麻烦呢

没错,那就是 |简·陋| - 并列计算器

引用

如果你以 npm 包的形式使用:

const setcalc = require('@simple-and-crude/setcalc');
// 或
import * as setcalc from '@simple-and-crude/setcalc';

如果你直接在 HTML 里编写代码:

<script src="@simple-and-crude/setcalc/index.js"></script>
<script>
  /// <reference path="@simple-and-crude/setcalc/global.d.ts" />
  console.log(setcalc);
</script>

setcalc's People

Contributors

e0selmy4v avatar r-bsf 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.