xor:微小的异或效用函数

时间:2021-06-15 11:35:24
【文件属性】:
文件名称:xor:微小的异或效用函数
文件大小:3KB
文件格式:ZIP
更新时间:2021-06-15 11:35:24
JavaScript 异或 微小的异或效用函数 安装 使用安装: $ component install component/xor 或者使用 node.js: $ npm install component-xor 应用程序接口 异或(布尔,布尔) XOR 两个布尔值。 xor ( true , true ) // false xor ( true , false ) // true xor ( false , true ) // true xor ( false , false ) // false 测试 npm install make test 执照 麻省理工学院
【文件预览】:
xor-master
----Readme.md(424B)
----test()
--------xor.js(414B)
----History.md(354B)
----Makefile(206B)
----component.json(244B)
----.gitignore(17B)
----index.js(218B)
----package.json(439B)

网友评论