文件名称:Money

  • 所属分类:
  • JSP源码/Java
  • 资源属性:
  • [Java] [源码]
  • 上传时间:
  • 2013-09-25
  • 文件大小:
  • 1kb
  • 下载次数:
  • 0次
  • 提 供 者:
  • 马*
  • 相关连接:
  • 下载说明:
  • 别用迅雷下载,失败请重下,重下不扣分!

介绍说明--下载内容均来自于网络,请自行研究使用

给定一个浮点数,将其转换为金额的中文大写形式的字符串。例如,123.45表示为“壹佰贰拾叁元肆角伍分”。

注意以下几种情况:

A.当金额为整数时,只表示整数部分,省略小数部分,并添加“整”字,例如123表示成“壹佰贰拾叁元整”。

B.当金额中含有连续的0时,只需写一个“零”即可。例如10005表示为“壹万零伍元整”。

C.10的省略表示。例如110表示为“壹佰壹拾元整”,而10表示为“拾元整”。

D.100表示为“壹佰元整”,1000表示为“壹仟元整”-Given a floating-point number, convert it to the amount of Chinese capital in the form of a string. For example, 123.45 is expressed as " Hundred Twenty three million four corner five minutes." Note the following situations: A. When the amount is an integer, only indicates the integer part, fractional part is omitted, and add the " whole" word, for example 123 represents a " Hundred Twenty three yuan a whole." B. When the amount of contiguous 0, only write a " zero" button. For example, 10005 is expressed as " ten thousand zero five yuan a whole." C. 10 are omitted. For example, 110 is represented as " Hundred one hundred yuan a whole," and 10 as " ten-dollar whole." D. 100 is represented as " 100 each whole" , 1000 as " one thousand yuan a whole," etc.
(系统自动生成,下载前可以参看下载内容)

下载文件列表





Money.java

相关说明

  • 本站资源为会员上传分享交流与学习,如有侵犯您的权益,请联系我们删除.
  • 本站是交换下载平台,提供交流渠道,下载内容来自于网络,除下载问题外,其它问题请自行百度更多...
  • 请直接用浏览器下载本站内容,不要使用迅雷之类的下载软件,用WinRAR最新版进行解压.
  • 如果您发现内容无法下载,请稍后再次尝试;或者到消费记录里找到下载记录反馈给我们.
  • 下载后发现下载的内容跟说明不相乎,请到消费记录里找到下载记录反馈给我们,经确认后退回积分.
  • 如下载前有疑问,可以通过点击"提供者"的名字,查看对方的联系方式,联系对方咨询.

相关评论

暂无评论内容.

发表评论

*主  题:
*内  容:
*验 证 码:

源码中国 www.ymcn.org