文件名称:Calculator_kxjsq
- 所属分类:
- android开发
- 资源属性:
- [Android] [Java] [源码]
- 上传时间:
- 2016-05-26
- 文件大小:
- 1.69mb
- 下载次数:
- 0次
- 提 供 者:
- shdmh*****
- 相关连接:
- 无
- 下载说明:
- 别用迅雷下载,失败请重下,重下不扣分!
介绍说明--下载内容均来自于网络,请自行研究使用
科学计算器源码是一个基于安卓的计算器项目源码,除了可以实现了系统自带计算器功能外还可以进行基本函数的运算和括号的运算,能根据表达式的优先级来自动区分运算顺序。另外在软件的下方也能根据按键进行功能上的友好的提示。全部功能只用了一个java文件搞定,源码有详细的注释,新手朋友可以学习一下布局和实现。-Scientific calculator source code is a calculator program source code based on Android, in addition to realize the system comes with the calculator function can also carries on the basic function of operation and the parentheses operation, can according to the expression of priority to automatically distinguish the order of operations. In addition to the bottom of the software can also be based on the function of the button on the friendly tips. All features only a java file to get, the source code has detailed notes, novice friends can learn about the layout and implementation.
(系统自动生成,下载前可以参看下载内容)
下载文件列表
Calculator
..........\.classpath
..........\.project
..........\.settings
..........\.........\org.eclipse.jdt.core.prefs
..........\AndroidManifest.xml
..........\assets
..........\bin
..........\...\AndroidManifest.xml
..........\...\Calculator.apk
..........\...\classes
..........\...\.......\com
..........\...\.......\...\peter
..........\...\.......\...\.....\calculator
..........\...\.......\...\.....\..........\BuildConfig.class
..........\...\.......\...\.....\..........\MainActivity$1.class
..........\...\.......\...\.....\..........\MainActivity$calc.class
..........\...\.......\...\.....\..........\MainActivity.class
..........\...\.......\...\.....\..........\R$attr.class
..........\...\.......\...\.....\..........\R$dimen.class
..........\...\.......\...\.....\..........\R$drawable.class
..........\...\.......\...\.....\..........\R$id.class
..........\...\.......\...\.....\..........\R$layout.class
..........\...\.......\...\.....\..........\R$menu.class
..........\...\.......\...\.....\..........\R$string.class
..........\...\.......\...\.....\..........\R$style.class
..........\...\.......\...\.....\..........\R.class
..........\...\classes.dex
..........\...\dexedLibs
..........\...\.........\android-support-v4-3683e4a0a68a6fcba749df8fcda0a35e.jar
..........\...\.........\android-support-v4-d6004e3f7a76e524890e3d704d44493c.jar
..........\...\jarlist.cache
..........\...\res
..........\...\...\crunch
..........\...\...\......\drawable
..........\...\...\......\........\icon.png
..........\...\...\......\drawable-hdpi
..........\...\...\......\.............\ic_launcher.png
..........\...\...\......\drawable-mdpi
..........\...\...\......\.............\ic_launcher.png
..........\...\...\......\drawable-xhdpi
..........\...\...\......\..............\ic_launcher.png
..........\...\...\......\drawable-xxhdpi
..........\...\...\......\...............\ic_launcher.png
..........\...\resources.ap_
..........\gen
..........\...\com
..........\...\...\peter
..........\...\...\.....\calculator
..........\...\...\.....\..........\BuildConfig.java
..........\...\...\.....\..........\R.java
..........\ic_launcher-web.png
..........\libs
..........\....\android-support-v4.jar
..........\proguard-project.txt
..........\project.properties
..........\res
..........\...\drawable
..........\...\........\icon.png
..........\...\drawable-hdpi
..........\...\.............\ic_launcher.png
..........\...\drawable-ldpi
..........\...\drawable-mdpi
..........\...\.............\ic_launcher.png
..........\...\drawable-xhdpi
..........\...\..............\ic_launcher.png
..........\...\drawable-xxhdpi
..........\...\...............\ic_launcher.png
..........\...\layout
..........\...\......\activity_main.xml
..........\...\menu
..........\...\....\main.xml
..........\...\values
..........\...\......\dimens.xml
..........\...\......\strings.xml
..........\...\......\styles.xml
..........\...\values-sw600dp
..........\...\..............\dimens.xml
..........\...\values-sw720dp-land
..........\...\...................\dimens.xml
..........\...\values-v11
..........\...\..........\styles.xml
..........\...\values-v14
..........\...\..........\styles.xml
..........\src
..........\...\com
..........\...\...\peter
..........\...\...\.....\calculator
..........\...\...\.....\..........\MainActivity.java
..........\说明.htm