文件名称:android-Calculator
介绍说明--下载内容均来自于网络,请自行研究使用
计算器操作
(CM) 清除存储值
(RM) 取出存储值
(M-) 当前显示值与存储值相减并保存
(M+/MS) 把目前显示的值放在存储器中,中断数字输入
(0-9) 按钮分别为输入数字0-9 字符键
(.) 钮用来输入小数点
(+/-) 钮用来转换当前值的正负
(√) 求平方根
( ) 求百分比
(→)提供退格键功能
(C)按钮清除刚才的输入
(=) 确认计算结果
归零 (AC)清除全部数据结果和运算符
(CE)清除现有寄存器中的值并显示"0". 数据重新输入-Calculator operation
(CM) clears the stored value
(RM) Remove the memory value
(M-) current displayed value subtracted stored and saved
(M+/MS) of the currently displayed value in memory, the Interrupt digital input
(0-9) buttons to input numbers 0-9 character keys
(.) Button is used to enter a decimal point
(+ /-) Button is used to convert the current value of the positive and negative
(√) the square root
( ) Percentage of demand
(→) to provide the Backspace function
(C) button to clear the previous input
(=) Confirm the results
Zero (AC) Clear all data results and Operators
(CE) clears the existing values in the registers and displays "0." Data re-enter
(CM) 清除存储值
(RM) 取出存储值
(M-) 当前显示值与存储值相减并保存
(M+/MS) 把目前显示的值放在存储器中,中断数字输入
(0-9) 按钮分别为输入数字0-9 字符键
(.) 钮用来输入小数点
(+/-) 钮用来转换当前值的正负
(√) 求平方根
( ) 求百分比
(→)提供退格键功能
(C)按钮清除刚才的输入
(=) 确认计算结果
归零 (AC)清除全部数据结果和运算符
(CE)清除现有寄存器中的值并显示"0". 数据重新输入-Calculator operation
(CM) clears the stored value
(RM) Remove the memory value
(M-) current displayed value subtracted stored and saved
(M+/MS) of the currently displayed value in memory, the Interrupt digital input
(0-9) buttons to input numbers 0-9 character keys
(.) Button is used to enter a decimal point
(+ /-) Button is used to convert the current value of the positive and negative
(√) the square root
( ) Percentage of demand
(→) to provide the Backspace function
(C) button to clear the previous input
(=) Confirm the results
Zero (AC) Clear all data results and Operators
(CE) clears the existing values in the registers and displays "0." Data re-enter
(系统自动生成,下载前可以参看下载内容)
下载文件列表
myCalculator
............\.project
............\.classpath
............\AndroidManifest.xml
............\proguard.cfg
............\default.properties
............\bin
............\...\com
............\...\...\zou
............\...\...\...\calculator
............\...\...\...\..........\CalculatorActivity.class
............\...\...\...\..........\R$id.class
............\...\...\...\..........\R$layout.class
............\...\...\...\..........\R.class
............\...\...\...\..........\R$string.class
............\...\...\...\..........\R$attr.class
............\...\...\...\..........\R$drawable.class
............\...\resources.ap_
............\...\classes.dex
............\...\myCalculator.apk
............\res
............\...\drawable-hdpi
............\...\.............\icon.png
............\...\drawable-mdpi
............\...\.............\icon.png
............\...\drawable-ldpi
............\...\.............\icon.png
............\...\layout
............\...\......\main.xml
............\...\values
............\...\......\strings.xml
............\...\......\drawables.xml
............\assets
............\src
............\...\com
............\...\...\zou
............\...\...\...\calculator
............\...\...\...\..........\CalculatorActivity.java
............\gen
............\...\com
............\...\...\zou
............\...\...\...\calculator
............\...\...\...\..........\R.java
计算器.txt