文件名称:Money
- 所属分类:
- JSP源码/Java
- 资源属性:
- [Java] [源码]
- 上传时间:
- 2012-11-26
- 文件大小:
- 1kb
- 下载次数:
- 0次
- 提 供 者:
- 高*
- 相关连接:
- 无
- 下载说明:
- 别用迅雷下载,失败请重下,重下不扣分!
介绍说明--下载内容均来自于网络,请自行研究使用
金额的中文大写形式:
读入一个浮点数值,将其化为中文金额的大写形式。如123.45,转化为:壹佰贰拾叁元肆角伍分。编写程序,针对以下多种数据情况进一步完善程序。
【1】 当金额为整数时,只表示整数部分,省略小数部分,并添加“整”字。如123表示为:壹佰贰拾叁元整。
【2】 当金额中含有连续的0时,只需写一个“零”即可。如10005表示为:壹万零伍元整。
【3】 10的表示形式。如110表示为:壹佰壹拾元整。而10则表示为:拾元整。
-The amount of Chinese capital forms: Reading into a floating point value to the amount of capital into Chinese forms. Such as 123.45, transformation as follows: Twenty three million壹佰meantime Kok Ng points. Programming, a wide range of data for the following procedures to further improve the situation. [1] When the amount of an integer, only the integer part of that, omitting the fractional part, and add the clear is used. If 123 is expressed as: Twenty three million壹佰whole. [2] When the amount contained in a row of 0:00, just write a zero option. If 10005 is expressed as: Wu Yuan whole壹万zero. [3] 10 of that form. If 110 is expressed as:壹拾million壹佰whole. And 10 expressed as follows: the whole ten-dollar.
读入一个浮点数值,将其化为中文金额的大写形式。如123.45,转化为:壹佰贰拾叁元肆角伍分。编写程序,针对以下多种数据情况进一步完善程序。
【1】 当金额为整数时,只表示整数部分,省略小数部分,并添加“整”字。如123表示为:壹佰贰拾叁元整。
【2】 当金额中含有连续的0时,只需写一个“零”即可。如10005表示为:壹万零伍元整。
【3】 10的表示形式。如110表示为:壹佰壹拾元整。而10则表示为:拾元整。
-The amount of Chinese capital forms: Reading into a floating point value to the amount of capital into Chinese forms. Such as 123.45, transformation as follows: Twenty three million壹佰meantime Kok Ng points. Programming, a wide range of data for the following procedures to further improve the situation. [1] When the amount of an integer, only the integer part of that, omitting the fractional part, and add the clear is used. If 123 is expressed as: Twenty three million壹佰whole. [2] When the amount contained in a row of 0:00, just write a zero option. If 10005 is expressed as: Wu Yuan whole壹万zero. [3] 10 of that form. If 110 is expressed as:壹拾million壹佰whole. And 10 expressed as follows: the whole ten-dollar.
(系统自动生成,下载前可以参看下载内容)
下载文件列表
Money.java