搜索资源列表
Counter5
- 自己写的一个android新手小项目计算器源码,实现简单的加减乘除功能,界面比较好看-Android novice to write a small project calculator source code, simple addition and subtraction, multiplication and division functions, the interface looks better
简易android计算器
- 简易的安卓计算器,实现普通的加减乘除功能,基于android2.2的平台。
Calculator
- 简易计算器,支持加减乘除,并且运算数据可支持正负、小数,且可多位。 -Simple calculator, support to add, subtract, multiply and divide, and operational data can support positive and negative, decimal, and can be a number
UIUse2
- anroid 计算器源码 入门程序 实现加减乘除功能 适合初学者 体会按钮监听处理-anroid calculate
1-110511123544
- android计算器 实现加减运算 加减混合运算 计算非常准确 -android mixed addition and subtraction calculator subtract operations to achieve a very accurate calculation
Calculator
- 自己编写的简单计算器,能够完成连续的加减乘除运算,Eclipse下编写,模拟器中正常运行,但存在BUG。-I have written a simple calculator, able to complete the continuous addition and subtraction multiplication and division, Eclipse, prepared, in the normal operation of the simulator, but there are
calculator
- android 计算器 加减乘除计算功能-Math Calculator android computing
calculator
- 计算器,可以实现加减乘除混合运算,以及结果的保存,根号,平方,等运算- Calculator, to mixed operations of addition, subtraction, and the preservation of the results, square root, square, and other computing
SimpleCalc
- 一个 android 简单计算器程序 拥有加减乘除等基本功能-a simple calculator
Calculator
- 一个简单功能的Android计算器,可以实现连续加减乘除运算-a simple calculator
calculator
- 一个比较简单的安卓计算器程序,使用栈可以判断加减乘除和括号的优先级-a simple android calculator program,use stack to judge the priority
Simple-Calculator
- 安卓2.2平台下的简易计算器。包含加减乘除功能的简易计算器,实现简单运算。-a simple calculator at Android 2.2 platform .Simple calculator to include addition, subtraction, and simple operation
counter
- 简单的计算器,通过自己设定的按钮输入数字,实现简单的加减乘除-This is a easy counter
Scientific-Calculator-Version-No.2
- 简单的android计算器程序,可以进行一般的加减乘除运算以及普通的科学运算。-Simple android calculator program, addition, subtraction, multiplication, and division operations, and the general scientific computing.
calculator
- 简单计算器,能实现加减乘除,平方开方,但有几个bug还没来得及修复-calculator,easy,a little bug
Calculatorss
- 基于Android的简单计算器,加减乘除功能,退格等功能。-Of Android the simple calculator
Calculator
- android版计算器,可以完成四则混合运算(先算乘除,后算加减)-android version of the calculator, you can complete four mixed computing (first operator to multiplication and division, after the count addition and subtraction)
MyCalculator
- 简易计算器,主要包括加减乘除简单四则运算。-Simple calculator, including a simple four arithmetic operations.
The-calculator
- 一个不错的计算器,自己定义的界面布局,实现了一些简单的加减乘除算法,适合初学者学习-A good calculator, define your own layout, realizes the algorithm of simple addition, subtraction, multiplication, and division, suitable for beginners to learn
android计算器
- java语言写的一个计算器,支持加减乘除等运算,编译过后可以在android平台上运行。