搜索资源列表
Arithmetic
- 编写程序,随机出20道100以内的算术题,每题5分,加减乘除随机,每出一道题,用户答一次,并统计当前得分,最后显示总分及准确率,并把错误题目列出。-Java Language
Lexer
- 该任务需要你为数学表达式构建一个单纯的语法分析程序lexer,它将一段输入的字符串转变为token(值),token(值)里每个字符都属于数学表达式的组成部分。我们想将token(值)定义为如下几种(1)计算符号,+,-.(2)字母和下划线 (3)数字,这三者先不需要仔细区分。-In this assignment, you will build a simple lexer for arithmetic expressions. A lexer breaks an put str g to
Calculator
- 一个JAVA模拟的小型计算器,可进行基本算术-JAVA simulation of a small calculator for basic arithmetic
!!!!
- 用java编写的简单计算器,简单实用。包括四则运算,倒数, 。-Prepared using a simple java calculator, simple and practical. Including arithmetic, countdown, .
Calculator
- 简易计算器 本项目需要实现一个简单的四则运算的计算器,拥有加、减、乘、除功能。该程序是一个图形界面的Java计算器,其界面主要采用了awt包,程序目标为: (1)按下数字键在液晶平上会显示数字,这时计算器最基本的功能; (2)实现除了加、减、乘、除按钮外其他按钮功能; (3)按下清除“C”键,数据被全部清除; (4)按下退格“退格”键,数据可被倒退。 -The project needs to achieve a simple arithmetic calculator
app
- 用java实现桌面四则运算功能,包括加减乘除等功能-Java desktop four arithmetic functions, including addition, subtraction and other functions
Calculator
- 这是一个用java编写的简单计算器,主要实现加减乘除功能,以及还设有菜单栏功能。-This is a java prepared by the simple calculator, the main achievement of arithmetic functions, and also has a menu bar functions.
TO2Scanner.java
- 从data.txt文件读取数字数据,并利用这些数据进行四则运算,结果在控制台输出。-Digital data read the data.txt file and use these data arithmetic, the resulting output in the console.
java-area
- 基于java程序语言的,设计的一个小计算器,完成加减乘除的功能-Based on java programming language, designed a small calculator, complete arithmetic functions
calculator122-java
- java 基础教学,实现加减乘除功能,简易计算器。-java-based teaching, implement arithmetic functions, simple calculator.
rytm
- 这是一个用java做的算术测试小程序,很好用-This is a small program in Java do arithmetic test, very good
src
- 里边包含java的HelloWorld、ErlangB的实现、LZWcode、算术编码的实现,都是较为基础的。-The HelloWorld, to achieve the ErlangB, LZWcode, comprising arithmetic coding inside java implementation, are more basic.
lab06
- 1. basic arithmetic gui 2. day of weeks gui 3. quadratic gui
modulus
- aritmetic assigment used in java plat
arithmetic
- 用Java分别实现了遗传、模拟退火、BP的旅行商问题(The traveling salesman problem of heredity, simulated annealing and BP was realized by Java)
24dian
- 该软件运行于运行环境为Windows XP/Windows 7 32位/Windows 7 64位PC机环境,实现一个java版本的24点游戏。具体实现以下功能: 1、游戏要有图形用户界面,界面能够反映游戏所有的细节。 2、界面中有游戏模式,练习模式,排行榜,退出四个选项。 3、游戏模式中随机给定4张牌,运用四则运算计算。 4、游戏模式中规定时间为60秒,超时扣1分。 5、游戏模式有重置键。如果无法算出24,可以重新发牌。 6、练习模式为24点计算器。 7、练习模式中任选4张牌,会
