eBook.OReilly.Programming.Jakarta.Struts.2nd.Edition.[LinkoManija.Net].chm
标签: LinkoManija Programming OReilly Jakarta
上传时间: 2015-02-21
上传用户:stewart·
Apress, Pro Jakarta Struts (2004), 2ed Lib.chm
标签: Jakarta Apress Struts 2004
上传时间: 2015-02-21
上传用户:yuchunhai1990
一本关于VFP的EBOOK,比较好。
上传时间: 2015-03-09
上传用户:tzl1975
Halsted.Press.H.264.And.MPEG-4.Video.Compression.Video.Coding.For.Next.Generation.Multimedia.eBook-LiB,多媒体通信的经典文章
标签: Video Compression Generation Multimedia
上传时间: 2015-05-20
上传用户:cc1
人民币大写金额转换程序(修正版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版本.
上传时间: 2013-12-31
上传用户:hebmuljb
Introduction to Information Retrieval ebook 信息 检索 Introduction to Information Retrieval
标签: Introduction Information Retrieval ebook
上传时间: 2015-10-01
上传用户:ouyangtongze
Visual Basic 6.0可以通过调用API函数格式化一个磁盘,无论是软盘还是硬盘。 打开一个新的项目(工程1) ,如果你没有更改过缺省模式,那么Visual Basic 6.0会自动添加一个form1文件,在form1上添加一个命令控件,将下面的代码拷入。 Option Explicit Private Declare Function SHFormatDrive Lib"shell32"( ByVal Hend AS Long,ByVal Drive AS Long,ByVal FormatID AS Long,ByVal Options AS Long) as Long Private Sub FormatDisk(intDrive as integer,blnQuickFormat as Boolean) dim lngReturn As Long if (blnQuickFormat) then lngReturn= SHFormatDrive(0,intDrive,0&,1&) else lngReturn= SHFormatDrive(0,intDrive,0&,0&) end if end Sub Private Sub Command1_Click() call FormatDisk(0,True) End Sub 运行此程序。 注意FormatDisk函数的第一个变量很重要,他的值是0,1,2时代表格式化的分别是:A、B、C盘。
上传时间: 2015-10-05
上传用户:kytqcool
数据挖掘分类方面的lib-svm经典算法的C++实现
上传时间: 2015-10-14
上传用户:gaojiao1999
eBook Wavelets Approximation and Statistical Applications
标签: Approximation Applications Statistical Wavelets
上传时间: 2014-08-24
上传用户:pompey
eBook Nonparametric and Semiparametric Models
标签: Semiparametric Nonparametric Models eBook
上传时间: 2014-01-05
上传用户:yy541071797