搜索资源列表
-
1下载:
编程:编程实现一个简单的四则运算计算器:从键盘输入一个四则运算表达式(没有空格和括号),遇等号"="说明输入结束,输出结果。
假设计算器只能进行加减乘除运算,运算数和结果都是整数,4种运算符的优先级相同,按从左到右的顺序计算(即:2+3*5先计算2+3,再计算5*5)。
示例:括号内是说明
-Programming: programming a simple calculator four operations: from the keyboard to enter a fou
-
-
0下载:
能实现简单的加,减,乘,除,还有乘方,开方等计算器功能!-To achieve a simple add, subtract, multiply, divide, there is involution, evolution, such as a calculator function!
-
-
0下载:
用java编写的一个计算器,非常实用,简单,希望大家支持啊-Prepared to use a calculator java, very practical, simple, and I hope you will support ah
-
-
0下载:
JAVA编写的简单学生管理系统,可以运行。最基本的信息录入与查询增删改功能。-JAVA write a simple calculator, you can run. To achieve the most basic of+-* functionality.
-
-
0下载:
简单的计算器Java代码,实现了加减乘除等基本功能,简易计算器的图形界面-A simple calculator Java code that implements the basic functions such as addition and subtraction multiplication and division, simple graphical interface
-
-
0下载:
A simple calculator programm,using java.The interface also is added.
-
-
0下载:
Java编的简单计算器 两个输入 一个输出-Simple Calculator Java Code two input one output
-
-
0下载:
一个简单的计算器 java源代码 能实现基本的键盘输入 还有基本的复制粘贴功能-A simple calculator java source code to achieve the basic keyboard also features a basic copy and paste
-
-
0下载:
用JAVA语言实现的简单的计算器源代码,采用Eclipse编写,包括功能+,-,*,/, ,1/x,本人新手,如有不足还请海涵.-JAVA language with a simple calculator source code, written by Eclipse, including functional+,-,*,/, , 1/x, I am novice, if less than requested Haihan.
-
-
0下载:
一个简单的计算器java程序 仅供初学者学习-A simple calculator program is for beginners to learn java
-
-
0下载:
一个简单的Java编写的计算器,采用网格布局,实现 了基本的加减乘除功能-A simple calculator written in Java, using a grid layout to achieve the basic functions of addition, subtraction
-
-
0下载:
用java编写的简单的计算器,适合初学者参考-With a simple calculator written in java, for beginners reference
-
-
0下载:
用java编写的简单计算器,有加、减、乘、除、取余等基本功能.-This is a simple calculator in java.Welcom you to enjoy it!
-
-
0下载:
java调用c编译好的so库,在linux环境下调用。-java call c compiled so the library, call the linux environment.
-
-
0下载:
java实现的桌面简单计算器,在装有JDK JRE的电脑上可以通过java指令编译运行。 可根据需要扩展 -Desktop simple calculator java implementation on a computer equipped with JDK JRE can be run through the java compiler directive. Can be expanded as needed
-
-
0下载:
Simple calculator, java language production, bullets produced, will be fine!
-
-
0下载:
这是一个用java编写的简单计算器,主要实现加减乘除功能,以及还设有菜单栏功能。-This is a java prepared by the simple calculator, the main achievement of arithmetic functions, and also has a menu bar functions.
-
-
0下载:
基于java编写的简单计算器,主要计算功能完成,有部分功能未实现-Based on a simple calculator written in java, the main computing functions is completed, there are some features not implemented
-
-
0下载:
java 基础教学,实现加减乘除功能,简易计算器。-java-based teaching, implement arithmetic functions, simple calculator.
-
-
0下载:
A simple calculator program that demonstrates the use of JOptionPane.
-