搜索资源列表
Caculator
- 编写的android简单的计算器,可以实现基本的四则运算规则,主要方便初学者了解android的布局以及按键响应等操作-Android prepared a simple calculator, which can achieve the basic arithmetic rules, easy for beginners to understand the main android layout and operation of key response, etc.
caculate
- 安卓系统下的计算器实现,包括布局设计与功能实现-calculator at android
Android_calculator
- 一个在Android手机上的计算器实例,自己写的,熟悉下android的布局-A calculator on the Android phone instance, to write their own, familiar with the android layout. .
JieCalc
- 随心计算器是一个颠覆原始计算器使用方式的一款创意小产品,能够快速对已添加的运算数编辑表达式组合,并且可以快速修改,方便快捷; 界面选用卡通布局、效果可爱、美观,这款计算器定位为普通生活工具类,故仅支持加、减、乘、除及括号处理;很多细节功能,值得尝试. 特点: 1.可以实现对无限多的运算数一键求和、求积等,智能快捷; 2.可以快速回看以前所得结果的运算过程; 3.可以使以前的运算结果快速参与新的运算; 4.可以方便的对结果进行核查,发现运
The-calculator
- 一个不错的计算器,自己定义的界面布局,实现了一些简单的加减乘除算法,适合初学者学习-A good calculator, define your own layout, realizes the algorithm of simple addition, subtraction, multiplication, and division, suitable for beginners to learn
ui
- android开发,GridLayout布局做的计算器-android development, GridLayout layout calculator to do
Javacaculator
- 使用Java制作计算器的实例,适合学习的Java源码下载。运用了Java2的图形界面技术和消息响应技术。通过图形界面技术,制作了计算器的用户界面。通过消息响应技术,实现响应用户的操作的功能,最终实现人机交互。用到的JAVA知识点有:窗口布局器GridLayout的应用,对按钮消息的监听和响应。 程序及注释 首先定义具有计算功能的类Calculator。在类Calculator中定义处理加减乘除运算的函数,分别命名为opAdd (),opSubtract(),opMultipl
Calculator_kxjsq
- 科学计算器源码是一个基于安卓的计算器项目源码,除了可以实现了系统自带计算器功能外还可以进行基本函数的运算和括号的运算,能根据表达式的优先级来自动区分运算顺序。另外在软件的下方也能根据按键进行功能上的友好的提示。全部功能只用了一个java文件搞定,源码有详细的注释,新手朋友可以学习一下布局和实现。-Scientific calculator source code is a calculator program source code based on Android, in addition t
jisuanqi
- android 中利用表格布局实现计算器的加减乘除等相关操作-android table layout implementations utilizing arithmetic calculators and other related operations
Test_Calculator
- 自带主题切换和历史记录的计算器布局和SQLite应用比较复杂整个项目分了好几个层。 主要功能: 1、切换日光\夜间模式 2、记录每次计算的过程和结果 (添加、删除数据库) 3、按钮震动 4、欢迎界面(3秒)进入主界面 5、双击退出程序 6、实现简单计算器的基本运算 默认编码UTF-8,编译版本4.4.2,注释较少 -Comes with the theme of the switch and the history of the layout of t
Calculator
- 用java编写的简易计算器,android studio开发环境,包括布局,监听,功能实现等,非常适合java初学者。-Java prepared by the simple calculator, Android Studio development environment, including layout, listening, function implementation, etc., very suitable for beginners java.
Day01_Calculator
- 安卓下的计算器,能实现简单的加减乘除功能,可以学习简单的布局使用方式。(The calculator of android.)
Android简易计算器开发实验报告
- android 简易计算器实验报告 采用线性布局方式,完成简单计算器程序的开发 包含源码(Experimental report on Android simple calculator)