CommandLineCalculator:Java中的计算器程序,可以用非常简单的整数表达式语言求值

时间:2024-05-21 07:12:05
【文件属性】:

文件名称:CommandLineCalculator:Java中的计算器程序,可以用非常简单的整数表达式语言求值

文件大小:121KB

文件格式:ZIP

更新时间:2024-05-21 07:12:05

Java

CommandLineCalculator 自述文件: 第1部分:要求 Functional Requirements Write a calculator program in Java that evaluates expressions in a very simple integer expression language. The program takes an input on the command line, computes the result, and prints it to the console. For example: % java calculator.Main "add(2, 2)" 4 几个例子: Input Output add(1, 2) 3 add(1, mult(2, 3)) 7 mult(add(2, 2


【文件预览】:
CommandLineCalculator-master
----gradlew.bat(2KB)
----gradlew(5KB)
----.gradle()
--------buildOutputCleanup()
--------4.8.1()
--------vcsWorkingDirs()
----gradle()
--------wrapper()
----src()
--------test()
--------main()
----.idea()
--------uiDesigner.xml(9KB)
--------gradle.xml(559B)
--------misc.xml(273B)
--------vcs.xml(180B)
--------modules.xml(644B)
--------compiler.xml(304B)
--------workspace.xml(69KB)
--------libraries()
--------modules()
----out()
--------production()
--------test()
----SynopsysCalculator.ipr(4KB)
----README.md(7KB)
----settings.gradle(367B)
----SynopsysCalculator.iml(702B)
----SynopsysCalculator.iws(9KB)
----build()
--------test-results()
--------tmp()
--------classes()
--------reports()
--------libs()
----build.gradle(466B)

网友评论