搜索资源列表
add_2p
- 这是经过改进后的加法器源代码,改进后运算速度更快
J2ME_Calc
- 基于j2me的超小型手机电子计算器,实现加减乘除运算,以及触屏功能-J2ME based ultra small mobile phone electronic calculator, to achieve add, subtract, multiply and divide operation, as well as the touch screen function
Calculator
- 简易计算器,支持加减乘除,并且运算数据可支持正负、小数,且可多位。 -Simple calculator, support to add, subtract, multiply and divide, and operational data can support positive and negative, decimal, and can be a number
1
- 用C#写的比较基础的windows Form 程序,该计算器实现了基础的数学运算,如加,减,乘,除等任务.主要是通过该程序学习vs.net的 编程环境,以及windows Form程序.主要针对初学者-Comparison with C# to write programs based on windows Form, which implements the basic math calculator operations such as addition, subtracti
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
- 计算器,可以实现加减乘除混合运算,以及结果的保存,根号,平方,等运算- Calculator, to mixed operations of addition, subtraction, and the preservation of the results, square root, square, and other computing
last
- 产生十之内的加减运算,通过串口发送每次答案,结合下位机实现抢答健等功能,属于带启动动画的对话框应用程序-Produce 10 within the addition and subtraction, sent through the serial port of each answer, combined with lower machine answer in health and other functions, belonging to the dialog application wit
Calculator
- 一个简单功能的Android计算器,可以实现连续加减乘除运算-a simple calculator
Simple-Calculator
- 安卓2.2平台下的简易计算器。包含加减乘除功能的简易计算器,实现简单运算。-a simple calculator at Android 2.2 platform .Simple calculator to include addition, subtraction, and simple operation
ARM-embedded-calculator-program
- 本程序是基于s344b0芯片编写的计算器程序,通过计算机与试验箱通过串口实现了简单的计算目的,并达到了先乘除后加减的逻辑运算。-This program is a calculator program written s344b0 chip, a simple calculation purposes by computer and the chamber through the serial port, and reached the logical operations of additio
Calculate
- 计算器软件DEMO,进行简单的加减乘除运算 -Calculator software DEMO
calculator
- 本代码是基于android开发的一个简易计算器,可进行加、减、乘、除、平方和开方等基本运算-The code is based on the the android developed a simple calculator can add, subtract, multiply, divide, square and square root basic operations
Scientific-Calculator-Version-No.2
- 简单的android计算器程序,可以进行一般的加减乘除运算以及普通的科学运算。-Simple android calculator program, addition, subtraction, multiplication, and division operations, and the general scientific computing.
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)
iCalculator
- ios计算器,能够实现加减乘除基本运算,同时可以计算优先级,括号等复杂运算,非常适合新手学习Ios~-ios calculator, to achieve the basic operations of addition, subtraction, multiplication and division, and at the same time can be calculated priority, brackets and other complex operations, ideal fo
jisuanqi
- 刚开始学Android的时候,大家都写过计算器吧,这个计算器适用于新手,能够进行连加和小数的运算-Just beginning to learn Android, we have written the calculator, the calculator is designed for the novice, you can even add and decimal arithmetic! !
JieCalc
- 随心计算器是一个颠覆原始计算器使用方式的一款创意小产品,能够快速对已添加的运算数编辑表达式组合,并且可以快速修改,方便快捷; 界面选用卡通布局、效果可爱、美观,这款计算器定位为普通生活工具类,故仅支持加、减、乘、除及括号处理;很多细节功能,值得尝试. 特点: 1.可以实现对无限多的运算数一键求和、求积等,智能快捷; 2.可以快速回看以前所得结果的运算过程; 3.可以使以前的运算结果快速参与新的运算; 4.可以方便的对结果进行核查,发现运
lesson_test_calculator_final
- 基于QT的计算器设计,可实现加减乘除一系列运算-QT-based calculator design
android计算器
- java语言写的一个计算器,支持加减乘除等运算,编译过后可以在android平台上运行。