搜索资源列表
java
- 编程:编程实现一个简单的四则运算计算器:从键盘输入一个四则运算表达式(没有空格和括号),遇等号"="说明输入结束,输出结果。 假设计算器只能进行加减乘除运算,运算数和结果都是整数,4种运算符的优先级相同,按从左到右的顺序计算(即:2+3*5先计算2+3,再计算5*5)。 示例:括号内是说明 -Programming: programming a simple calculator four operations: from the keyboard to enter a fou
Calculator
- java编写的计算器程序, 支持按钮和键盘输入-java calculator program prepared to support the buttons and keyboard input
Calculator
- 一个简单的计算器 java源代码 能实现基本的键盘输入 还有基本的复制粘贴功能-A simple calculator java source code to achieve the basic keyboard also features a basic copy and paste
z.java
- 用Java编写程序实现以下功能 (1)从键盘输入学生姓名、学号、成绩,并保存到文本文件中,重复进行直到遇到空字符为之。 (2)从文件读取各学生成绩,并计算所有学生成绩的平均值、最大、最小值-The following functions written in Java programs (1) from the keyboard input student name, student number, grades, and saved to a text file, and repeat unt
Polymor
- 编写一Java应用程序,计算圆的面积,当从键盘输入的半径不是double型数值时,产生异常提示:“您输入的不是数值,请从新输入”。(自行测试输入一字符(串)产生的结果-Write a Java application, calculate the area of the circle, when the input the keyboard is not the radius of the double type, it is a reminder: your input is not nu
代码
- 用JAVA实现计算器功能,触发事件提醒,可以实现简单的键盘输入,数字及小数点(Using JAVA to achieve calculator function, trigger event reminders, you can achieve a simple keyboard input, digital and decimal points)
Calculator
- 采用Java语言编写的带界面的科学计算器,键盘也可控制。(Scientific calculator with an interface - based is written in the Java language , you can also control it with keyboard.)
snake
- 吃一个实物长大一点,键盘控制方向和开始暂停。(Eat a physical object to grow a little bit, keyboard control direction and start pause.)
HFUT JAVA 4
- 使用 字符流和和GUI类 编程实现以下功能: (1)设计图形化界面,至少包括文本类控件类。接收从键盘输入姓名、学号、成绩,并保存到文本文件中,重复进行。(2)从文件中读取各学生的成绩,并计算所有学生成绩的平均值、最大值和最小值,排序后输出到另一文本文件。(Use character stream and GUI class programming to achieve the following functions: (1) Design graphical interface, at leas