Welcome![Sign In][Sign Up]
Location:
Search - Sender.d

Search list

[Other resourcermbdxxzhdelphi

Description: 人民币大写金额转换程序(修正版v0.0.3) =================================== 1.使用方法: ------------- 将Cash_RMB.dcu放入Delphi安装目录下的Lib中,在uses中加入Cash_RMB, 即可引用CashRMB方法. function CashRMB(CashAmount: Double): String 如: procedure TForm1.Button1Click(Sender: TObject) begin QRLabel1.Caption := CashRMB(Table1.FieldByName( 金额 ).AsFloat) end 结果将传回人民币金额大写字符串. 如果 CashAmount = 0 或数值溢出(超出万亿位),结果返回空串. 2.说明: -------- A.本转换程序最大程度只支持到万亿元(位)的金额数值转换操作.如果你的 转换数值超出此极限,你可以在调用前先行判断数据的合法性,如果没有作预 先判断,转换过程中将引发本单元中自带的错误处理例程. b.该转换结果符合标准金额大写书写格式,零角零分等字样不存在于最终的 转换结果中. c.本转换程序自带数据溢出等数据非法及转换错误等处理例程. d.本程序适用于32位的Delphi版本.-yuan capital conversion rate (revised version v0.0.3) ========= ===================== 1. Use : ------------- Cash_RMB.dcu Add to Delphi under the installation directory Lib, in addition Cash_RMB uses. CashRMB methods can be invoked. function CashRMB (CashAmount : Double) : String such as : procedure TForm1.Button1Click (Sender : TObject) begin QRLabel1.Caption : = CashRMB (Table1.FieldByName (amount). AsFloat) end results will be sent back to the amount of capital string yuan. If CashAmount = 0 or numerical overflow (super from 1 trillion), the results are returned empty string. 2. Note : -------- A. The maximum conversion to support only one trillion yuan (at) the amount of numerical conversion. if fruit your conversion value in excess of this limit, you can call before the first data to
Platform: | Size: 3101 | Author: lj | Hits:

[Internet-NetworkNetDoc

Description:
Platform: | Size: 125952 | Author: | Hits:

[Delphi/CppBuilderrmbdxxzhdelphi

Description: 人民币大写金额转换程序(修正版v0.0.3) =================================== 1.使用方法: ------------- 将Cash_RMB.dcu放入Delphi安装目录下的Lib中,在uses中加入Cash_RMB, 即可引用CashRMB方法. function CashRMB(CashAmount: Double): String 如: procedure TForm1.Button1Click(Sender: TObject) begin QRLabel1.Caption := CashRMB(Table1.FieldByName( 金额 ).AsFloat) end 结果将传回人民币金额大写字符串. 如果 CashAmount = 0 或数值溢出(超出万亿位),结果返回空串. 2.说明: -------- A.本转换程序最大程度只支持到万亿元(位)的金额数值转换操作.如果你的 转换数值超出此极限,你可以在调用前先行判断数据的合法性,如果没有作预 先判断,转换过程中将引发本单元中自带的错误处理例程. b.该转换结果符合标准金额大写书写格式,零角零分等字样不存在于最终的 转换结果中. c.本转换程序自带数据溢出等数据非法及转换错误等处理例程. d.本程序适用于32位的Delphi版本.-yuan capital conversion rate (revised version v0.0.3) ========= ===================== 1. Use :------------- Cash_RMB.dcu Add to Delphi under the installation directory Lib, in addition Cash_RMB uses. CashRMB methods can be invoked. function CashRMB (CashAmount : Double) : String such as : procedure TForm1.Button1Click (Sender : TObject) begin QRLabel1.Caption : = CashRMB (Table1.FieldByName (amount). AsFloat) end results will be sent back to the amount of capital string yuan. If CashAmount = 0 or numerical overflow (super from 1 trillion), the results are returned empty string. 2. Note :-------- A. The maximum conversion to support only one trillion yuan (at) the amount of numerical conversion. if fruit your conversion value in excess of this limit, you can call before the first data to
Platform: | Size: 3072 | Author: lj | Hits:

[Process-Threadprocesscommunication

Description: 实用的进程间通讯,实现程序间循环控制,符合特定的实验,应用场合-practical inter-process communication and achieve inter-cycle control procedures, to comply with specific experiments, applications
Platform: | Size: 98304 | Author: gaozhi | Hits:

[JSP/JavaEmail2

Description: 显示该用户收到的所有邮件的信息。 2.2.1 收件箱页面 A.显示所有邮件的总数和未读邮件的总数。其中已读邮件和未读邮件要用状态区分开。如果已读邮件已经回复还要用文字表明已回复与已读未回复邮件区分。 B.可以按照全部邮件,未读邮件,已读邮件,进行分类查看。 C.所有邮件按照列表的形式,只显示邮件状态(已读/未读/已回复),发件人 主题 日期(精确到分钟),大小。 D.如果邮件过多,支持分页显示。 E.对所有邮件可以进行单个删除和批量删除。 2.2.2 查看邮件 用户在收件箱页面的邮件列表中,点击任意一封邮件的发件人或主题,进入查看邮件页面。该页面显示单个邮件的所有信息。 A.依次显示邮件的发件人,收件人,主题,日期(精确到分钟),附件信息(超链接),邮件内容。 -Show all messages that users receive the information. 2.2.1 Inbox page A. Shows the total number of all messages and the total number of unread messages. Which read messages and unread messages use separate state. If the message has been read back words that have returned have to read not reply to a message with distinction. B. Can follow the all mail, unread mail, read messages, view classified. C. According to the form of a list of all messages, only show the message status (read/unread/has returned), From Subject Date (to the minute), size. D. If too many messages to support the page display. E. All messages can be deleted and a single bulk delete. 2.2.2 View e-mail Users in the Inbox message list page, click on the sender of any message or theme, into view the message page. This page shows all the information a single message. A. Turn display the message sender, recipient, subject, date (accurate to the minute), annex information (hyperlink), the message content
Platform: | Size: 1021952 | Author: 醉清风 | Hits:

[SMSSMS-Code

Description: SMS SENDER: outil d envoi en masse de SMS:
Platform: | Size: 2044928 | Author: Oussama. | Hits:

[Other Embeded programD

Description: 这是IAR平台上开发的KL26程序,程序是用来根据发送方测得的球坐标角度进行控制风力摆的输出,进而控制风力摆的位置。-This is IAR platform developed KL26 program, program is used to measure according to the sender of spherical coordinates to control the output of the wind swing Angle, and then control the location of the wind swing.
Platform: | Size: 9698304 | Author: xiaoyan001 | Hits:

[Internet-NetworkPackage

Description: 设计一个Package的继承层次: 1)基类Package a) 包含寄件人姓名,收件人姓名,地址,包裹重量weight和单位重量单价price; b) 提供构造函数; c)提供计费函数double calculateCost(),根据单位重量单价和包裹重量计算并返回包裹运费; d)提供prnt函数,输出包裹基本信息和包裹运费。 2)派生类TwoDayPackage a)继承Package,并包含两日快递服务平寄费baseCost; b)重写基类的calculateCost函数,运费应在基类函数计算基础上再加上baseCost; ;(Designing an inheritance hierarchy for a Package: 1) Base Class Package (a) Including the name of the sender, the name of the recipient, the address, the weight of the package and the unit weight price; B) Provide constructors; C) Provide the billing function double calculateCost (), calculate and return the package freight according to unit weight unit price and package weight; D) Provide PRNT function, output package basic information and package freight. 2) Derived TwoDayPackage (a) Inherit Package and include two-day express service flat delivery fee baseCost; B) To rewrite the calculateCost function of the base class, freight should be added to the calculateCost function on the basis of the calculation of the base class function. C) Rewrite the PR)
Platform: | Size: 2048 | Author: kaisaaa | Hits:

CodeBus www.codebus.net