notation-converter:转换表达式符号的应用程序

时间:2021-05-31 05:01:32
【文件属性】:
文件名称:notation-converter:转换表达式符号的应用程序
文件大小:242KB
文件格式:ZIP
更新时间:2021-05-31 05:01:32
nodejs reactjs rest-api infix-notation prefix-notation 符号转换器 Notation-converter 是一种将中缀、前缀和后缀符号从一种符号转换为另一种符号的应用程序,并且还可视化了转换过程。 这有助于学生轻松掌握基础知识,例如计算方式以及幕后使用的数据结构。 安装 按照说明在本地机器上开始使用该项目 :rocket: Fork 并克隆项目 cd notation-converter/ 运行npm install安装 NodeJS 依赖 运行cd ui/和npm install来安装 ReactJS 依赖项 运行npm run dev来运行开发项目 文档 要了解项目中使用的目标、范围和技术,请参阅 贡献 欢迎拉取请求。 对于重大更改,请先打开一个问题来讨论您想要更改的内容。 执照 此项目已获得GPL V3许可证的许可-有关详细信息,请参阅文件。
【文件预览】:
notation-converter-main
----.eslintrc.json(327B)
----.github()
--------PR_TEMPLATE()
--------ISSUE_TEMPLATE()
--------workflows()
----ui()
--------.eslintcache(3KB)
--------public()
--------yarn.lock(490KB)
--------src()
--------debug.log(232B)
--------README.md(3KB)
--------.gitignore(324B)
--------package.json(866B)
----server.js(749B)
----core()
--------infixToPrefix.js(1023B)
--------infixToPostfix.js(1023B)
--------postfixToInfix.js(570B)
--------prefixToInfix.js(597B)
----LICENSE(34KB)
----README.md(1KB)
----prettier.config.js(94B)
----.gitignore(46B)
----routes()
--------infixToPostfixRoutes.js(543B)
--------prefixToInfixRoutes.js(516B)
--------infixToPrefixRoutes.js(533B)
--------postfixToInfixRoutes.js(520B)
----package.json(1KB)

网友评论