搜索资源列表
基本操作计算器
- java做的一个计算器,界面简洁,能实现基本数据运算-do a calculator, simple interface that can achieve basic data Operational
手机游戏物理模型之抛物线
- 物体做抛物线运动是游戏中基本运动物理模型之一! 在PC游戏中可以由重力公式 轻易模拟,但在手机游戏中 ,由于多数手机不支持浮点运算 因此不能用 sin ,cos, 来分解初速度。 所以只能用近似模拟的方法! 我所采用的是:先放大后缩小的模拟方式,并且为了更精确加入了一定的偏移量。-objects do parabolic movement is the basic game campaign physical model one! The PC game can be easily simula
bufferfly
- 一个对编写VITERBI算法很有用的资料,其中描述了VITERBI基本的运算单元-蝶形运算,很有参考价值-VITERBI algorithm for the preparation of a useful information, which describes the basic computing unit VITERBI- butterfly computation, a good reference
calculator
- 一个简单的计算器的源码 可以实现几种比较基本的运算-A simple calculator source code can be achieved in several of the more basic computing
Float
- 解决j2me中不支持float数据类型。此类中含有一些数据的基本运算的函数-J2me solution does not support float data types. Such data contain a number of basic computing functions
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
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
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
G729
- G729的定点程序,包括滤波,编码,内涵常用的定点C运算的基本函数-G729 fixed-point program, including filtering, coding, meaning commonly used fixed-point C of the basic arithmetic functions
Andriod_Calculator
- Andriod版本下的简易计算器,可进行加减乘除、对数等数学基本运算-Under the android version of the simple calculator, can be, logarithmic mathematical basic operation for addition, subtraction, multiplication, and division
add
- 串口计算器,可以实现加、减、乘、除、括号、sin()、cos()等基础运算,支持浮点数和整数,以LCD显示,有报警功能。-Serial calculator can add, subtract, multiply, divide, brackets, sin (), cos () and other basic operations, support for floating point and integer, with LCD display, alarm function.
Calculator_kxjsq
- 科学计算器源码是一个基于安卓的计算器项目源码,除了可以实现了系统自带计算器功能外还可以进行基本函数的运算和括号的运算,能根据表达式的优先级来自动区分运算顺序。另外在软件的下方也能根据按键进行功能上的友好的提示。全部功能只用了一个java文件搞定,源码有详细的注释,新手朋友可以学习一下布局和实现。-Scientific calculator source code is a calculator program source code based on Android, in addition t
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