搜索资源列表
J_ComboBox
- 可进行整型和浮点型的四则运算,通过对java组件的监听作用,实现下拉框中四则运算方式的选择-available for integer and floating-point-four operations of the wiretapping java components, achieving the drop-down box four orange choice
CalculatorSet
- 一个简单的计算器,实现加减乘除和浮点运算-a simple calculators, and the realization of floating-point arithmetic operation
gettwovalue
- 获取浮点型和双精度型数据两位有效数字
chineseMoney
- 题意: 读入一个浮点数值,将其转化为中文金额的大写方式. 试验要求: (1)当金额为整数时,只表示整数部分,省略小数部分,并添加\"整\"字. (2)当金额中含有连续的0时,只需要一个\"零\"即可. (3)表示方式.例如110--壹佰一拾元整,10---一拾元整
Money
- 金额的中文大写形式: 读入一个浮点数值,将其化为中文金额的大写形式。如123.45,转化为:壹佰贰拾叁元肆角伍分。编写程序,针对以下多种数据情况进一步完善程序。 【1】 当金额为整数时,只表示整数部分,省略小数部分,并添加“整”字。如123表示为:壹佰贰拾叁元整。 【2】 当金额中含有连续的0时,只需写一个“零”即可。如10005表示为:壹万零伍元整。 【3】 10的表示形式。如110表示为:壹佰壹拾元整。而10则表示为:拾元整。
NumberTower
- G:\投资问题(浮点型投资). G:\投资问题(浮点型投资).-The Number Tower Write by JAVAThe Number Tower Write by JAVAThe Number Tower Write by JAVAThe Number Tower Write by JAVA
floatmul
- 浮点数加减乘除,运算源代码,定义浮点数的加、减、乘、除和四舍五入等运算方法-java float mul,dec,source
j2mereal-java-1.13
- j2me 没有浮点计算的类,这个类封装了浮点计算,可使用在j2me上
phpenv2.1
- C1G的PHP探针的一部分功能: +自定义风格 -自带三种风格 +PHPINFO显示 +可以显示服务器运行时间 +自定义公告 -探针尾部可以写上联系方式等公告(支持HTML),适合空间商和空间收集狂 +服务器特性 -服务器时间 -服务器域名 -服务器操作系统 -服务器解译引擎 -PHP版本 -本文件路径 ...等等 +PHP基本特性 -显示错误信息display_errors -自动定义全局变量re
arrayNum
- 任意输入N个数字(浮点型的),按照升序或者降序的方法实现重新排列-Any input N numbers (floating-point type), in ascending or descending order according to the method to achieve rearrange
calculate
- 计算器 用java 编写的一个可以进行表达式运算的计算器,可以进行浮点型运算-calculate
Programming_a_simple_floating_point_asp_classic_co
- asp编程开发简单的浮点论坛经典代码Programming a simple floating-point asp classic code forum-Programming a simple floating-point asp classic code forum
03-floating
- caspp 原书讲课的ppt。 浮点类型的数据在计算机中的存储结构。-caspp the original lecture ppt. Floating-point types of data stored in the computer structure.
Javaforpuzzle
- java 解惑,主要解释一些深层次的原理,如浮点运算原理。-java doubts, the main theory to explain some deep, such as floating point principle.
test3
- 把10个浮点型成绩放入一个整型数组中,然后统计各分数段人数。-The 10 floating-point performance into an integer array, then the number of statistical segments of the score.
ChineseMoney
- 个人原创代码:编写Java Application程序,从命令行读入一浮点数值,将其转化为中文金额的大写方式,如123.45,转化为:壹佰贰拾叁元肆角伍分,中间有多个0只要一个零。-The original code of the individual: write Java Application from the command line read into a floating-point value, translated into Chinese the amount of capit
YUNSUANFUYUBIAODASHI
- (1) 加减运算符 +,-.例如 2+39,908.98-23等. 加减运算符是双目运算符,即连接两个操作元的运算符.加减运算符的结合方向是从左到右.例如: 2+3-8,先计算2+3,然后再将得到的结果减8.加减运算符的操作元是整型或浮点型数据,加减运算符的优先级是4级. (2) 乘,除和求余运算符 *,/, .例如 2*39 908.98/23等. *,/, 运算符是双目运算符,即连接两个操作元的运算符.*,/, 运算符的结合方向是从左到右,例如 2*3/8,先计算2*3,然后再将
MathFP
- 用定点整数模拟浮点运算的重要的类,老外写的,很好用-Analog floating-point operations with fixed-point integer
Calculator
- java计算器,可在整型和浮点型之间切换。-java calculator, you can switch between the integer and floating-.
fudianxing-jisuanqi
- 用JAVA实现一个浮点型的计算器,实现了基本的加减乘除等运算功能。-JAVA realization of a floating-point type calculator, basic addition and subtraction, multiplication and division operations