搜索资源列表
Transformation
- 这是一个将浮点数转化为大写中文金额的方法,主要使用在程序里进行转换
RMB_converter
- 将输入的金额数字转化为人民币的大写,其中包括三个实现方式,java,js,sql
chineseMoney
- 题意: 读入一个浮点数值,将其转化为中文金额的大写方式. 试验要求: (1)当金额为整数时,只表示整数部分,省略小数部分,并添加\"整\"字. (2)当金额中含有连续的0时,只需要一个\"零\"即可. (3)表示方式.例如110--壹佰一拾元整,10---一拾元整
Money
- 金额的中文大写形式: 读入一个浮点数值,将其化为中文金额的大写形式。如123.45,转化为:壹佰贰拾叁元肆角伍分。编写程序,针对以下多种数据情况进一步完善程序。 【1】 当金额为整数时,只表示整数部分,省略小数部分,并添加“整”字。如123表示为:壹佰贰拾叁元整。 【2】 当金额中含有连续的0时,只需写一个“零”即可。如10005表示为:壹万零伍元整。 【3】 10的表示形式。如110表示为:壹佰壹拾元整。而10则表示为:拾元整。
convert
- 一个金额转换的java源程序,此代码的功能是实现小写金额转换为大写金额.
jingedaxie
- 钱数输入阿拉伯字母,显示用汉字写的大写金额。老师让做的,交流下
StringTransCharSetName
- 输入一个数字金额读为相应的中文大写金额方式-The amount of any amount written in a way the Chinese capital
javalab
- java实验答案。其中包括:金额的中文大写方式 ,约瑟夫环问题,设计银行账户类及存取款操作方法,字符串练习与面向对象技术,设计学生成绩表,计算器,利用线程比较插入冒泡排序算法的好坏,使用多种方式读取文本文件。以及最后的 java中必懂的内容简介。-java experimental answer. These include: the amount of the way the Chinese capital, Joseph Central issues, the design of bank
Trans2RMB
- 一个书上的习题:从命令行接收一个数,并将其转化为中文金额的大写方式。-A testprogram:Input a number to show Chinese word.
2Money
- 实现数字金额的大写转换,并根据中国文化习惯实现功能,很实用。-The amount of capital for digital conversion, and in accordance with Chinese culture and customs to achieve functionality, very practical.
digit2chinese
- 小写金额转换大写金额 支持元角分厘毫 的PHP函数-php funtion for converting digital money to chinese format
convert
- 用类的方法实现将阿拉伯数字组成的金额转换成中文大写的形式-Using class methods to achieve the amount of the composition of Arabic numerals into the Chinese capital in the form of
Trans2RMB
- 一个金额的中文转换类,能够将金额字符串转换成中文的大写输出,如9,458.25转换成:¥玖仟肆佰伍拾捌圆贰角伍分;8,865.00转换成捌仟捌佰陸拾伍圆整。并将87,466,235,567.12和8,864,444,355.00转换成中文金额输出。
java
- java中将数字金额转换为大写汉字金额 -java java java java java
numToBig
- 怎样将数字金额转换成中外大写金额(java实现)?如9,458.25转换成:¥玖仟肆佰伍拾捌圆贰角伍分。-How to figure the amount of foreign capital into the amount of (java implementation)? As 9,458.25 into: ¥ Jiuqiansibai Affirmative Ba Ng Kok Yuen II sub.
chage
- 一个能够将阿拉伯数字转换为中文大写的金额的程序,虽然比较繁杂但是所有的几率都考虑到了-An ability to convert Arabic numerals the amount of Chinese capital program, albeit complicated, but all are taken into account the probability
changeToBig
- 把数字金额转换成大写汉字,支持小数点转换。-Amount converted to uppercase characters, support decimal conversion.
MoneyUtil.java
- 用JAVA书写的一个大写金额转化为小写金额的类-A capital amount written in JAVA classes to convert the amount in
Amount-of-write-conversion
- 金额数字大小写转换:它包含一个文本输入框和能显示更多信息的文本编辑框,还有一个“转换”按钮。当用户在“小写金额”文本框输入数字金额之后,单击“转化”按钮,在文本编辑框中会显示转换成大写金额的结果。-Amount of write conversion:It contains a text entry box and can display text edit box for more information, there is a Convert button. When the user
金额小写转大写
- 实用的金额小写转大写,是java的一个工具类可以直接调用。(Practical amount of small to uppercase, is a tool class java can be called directly)