DES,MD5,ZLIB算法源代碼 文件列表: Adler32.cpp ArithDLL.cpp ArithDLL.def ArithDLL.dll ArithDLL.dsp ArithDLL.dsw ArithDLL.h ArithDLL.lib ArithDLL.ncb ArithDLL.opt ArithDLL.plg Arithzxz.h Arithzxz.h.BAK Compress.cpp CRC.cpp Deflate.cpp Deflate.h Des.cpp Des.h Infblock.cpp Infblock.h Infcodes.cpp Infcodes.h Inffast.cpp Inffast.h Inffixed.h Inflate.cpp Inftrees.cpp Inftrees.h Infutil.cpp Infutil.h md5.cpp md5.h ReadMe.txt StdAfx.cpp StdAfx.h string.cpp Trees.cpp Zlib.h Zutil.cpp Zutil.h
標(biāo)簽: ArithDLL cpp Adler Arith
上傳時(shí)間: 2014-11-23
上傳用戶(hù):bibirnovis
ICTCLAS的JNI調(diào)用接口文件: Title:ICTCLAS Caller * <p>Description:do chinese word segmentation.don t change the pakage and CLASS name, orelse you can t use it. * 請(qǐng)不要改變包名、類(lèi)名以及native的方法名,否則調(diào)用將失效。 * 由于ICTCLAS本身存在很多魯棒性問(wèn)題,調(diào)用segSentence時(shí),string參數(shù)請(qǐng)保證不要過(guò)長(zhǎng)或帶有亂碼。調(diào)用次數(shù)過(guò)多(如處理幾十G的數(shù)據(jù))會(huì)有可能造成內(nèi)存溢出。 * 故基本只能用于較小規(guī)模數(shù)據(jù)(相對(duì)幾十G來(lái)說(shuō))。 * 請(qǐng)運(yùn)行時(shí)設(shè)置jvm足夠的堆棧空間。
標(biāo)簽: ICTCLAS segmentation Description chinese
上傳時(shí)間: 2014-01-25
上傳用戶(hù):it男一枚
delphi 自定義網(wǎng)絡(luò)函數(shù):unit net interface uses sysutils ,windows ,dialogs ,winsock ,classes ,comobj ,wininet //得到本機(jī)的局域網(wǎng)ip地址 function getlocalip(var localip:string): boolean //通過(guò)ip返回機(jī)器名 function getnamebyipaddr(ipaddr: string var macname: string): boolean //獲取網(wǎng)絡(luò)中sqlserver列表 function getsqlserverlist(var list: tstringlist): boolean //獲取網(wǎng)絡(luò)中的所有網(wǎng)絡(luò)類(lèi)型 function getnetlist(var list: tstringlist): boolean //獲取網(wǎng)絡(luò)中的工作組
標(biāo)簽: interface sysutils classes dialogs
上傳時(shí)間: 2015-05-09
上傳用戶(hù):wanghui2438
java 100例子 import javax.swing.JOptionPane //調(diào)用method class c { //定義名字 public static void main(string[] args) { //開(kāi)始method JOptionPane.showMessageDialog( null, "錯(cuò)誤" ) //顯示一條信息 System.exit(0) // 結(jié)束程序 } //結(jié)束method } //結(jié)束class
標(biāo)簽: JOptionPane import method public
上傳時(shí)間: 2015-05-18
上傳用戶(hù):gengxiaochao
unit Other interface Uses Windows,tlhelp32,PsAPI type PStrData = ^TStrData TStrData = record Ident: Integer Str: string end TUseInfo=record QQ, Mail, Page:string DL:boolean end TSendMailInfo=record IPAddress, FAddress, FName, FPW, FCName, FCPW:string //發(fā)信郵箱檢證用戶(hù)密碼 end { FloatToText, FloatToTextFmt, TextToFloat, and FloatToDecimal type codes }
標(biāo)簽: TStrData interface PStrData Windows
上傳時(shí)間: 2014-12-22
上傳用戶(hù):asddsd
數(shù)字運(yùn)算,判斷一個(gè)數(shù)是否接近素?cái)?shù) A Niven number is a number such that the sum of its digits divides itself. For example, 111 is a Niven number because the sum of its digits is 3, which divides 111. We can also specify a number in another base b, and a number in base b is a Niven number if the sum of its digits divides its value. Given b (2 <= b <= 10) and a number in base b, determine whether it is a Niven number or not. Input Each line of input contains the base b, followed by a string of digits representing a positive integer in that base. There are no leading zeroes. The input is terminated by a line consisting of 0 alone. Output For each case, print "yes" on a line if the given number is a Niven number, and "no" otherwise. Sample Input 10 111 2 110 10 123 6 1000 8 2314 0 Sample Output yes yes no yes no
上傳時(shí)間: 2015-05-21
上傳用戶(hù):daguda
相冊(cè)是J2me MIDLet 的一個(gè)demo程序,可以使用戶(hù)查閱圖片在J2me支持的手持設(shè)備上。 文件夾與文件 +ImageAlbum -ImageAlbum.mcp -ImageAlbum_ReadMe.txt - debug_out - release_out - resources - 1.png - 2.png - 3.png - 4.png - 5.png + sources - DownloadFromURLForm.java - HelpDisplayForm.java - HttpDownloader.java - ImageAlbum.java - MainMenu.java - MyTimerTask.java - OptionsInputForm.java - PhotoCanvas.java - RMSOperations.java - stringByteOperations.java string data
上傳時(shí)間: 2014-11-30
上傳用戶(hù):semi1981
The government of a small but important country has decided that the alphabet needs to be streamlined and reordered. Uppercase letters will be eliminated. They will issue a royal decree in the form of a string of B and A characters. The first character in the decree specifies whether a must come ( B )Before b in the new alphabet or ( A )After b . The second character determines the relative placement of b and c , etc. So, for example, "BAA" means that a must come Before b , b must come After c , and c must come After d . Any letters beyond these requirements are to be excluded, so if the decree specifies k comparisons then the new alphabet will contain the first k+1 lowercase letters of the current alphabet. Create a class Alphabet that contains the method choices that takes the decree as input and returns the number of possible new alphabets that conform to the decree. If more than 1,000,000,000 are possible, return -1. Definition
標(biāo)簽: government streamline important alphabet
上傳時(shí)間: 2015-06-09
上傳用戶(hù):weixiao99
? Java函數(shù)速查 你能很快的查到你要的函數(shù) DataBinding類(lèi) 代表數(shù)據(jù)源字段和組件屬性之間一個(gè)單獨(dú)的綁定。 package com.ms.wfc.data.ui public class DataBinding implements IConstructable 說(shuō)明 DataBinder控件使用該類(lèi)來(lái)表示數(shù)據(jù)源中的每一個(gè)綁定。 請(qǐng)參閱:《Microsoft Visual J++ 6.0 程序員指南》第18章“WFC中的數(shù)據(jù)綁定”。 構(gòu)造器 DataBinding.DataBinding 創(chuàng)建一個(gè)DataBinding對(duì)象。 語(yǔ)法 public DataBinding () public DataBinding ( IComponent target, string propertyName,string fieldName ) public DataBinding ( IComponent target, string propertyName,string fieldName, IDataFormat format )
標(biāo)簽: DataBinding package Java data
上傳時(shí)間: 2013-12-20
上傳用戶(hù):TRIFCT
人民幣大寫(xiě)金額轉(zhuǎn)換程序(修正版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 結(jié)果將傳回人民幣金額大寫(xiě)字符串. 如果 CashAmount = 0 或數(shù)值溢出(超出萬(wàn)億位),結(jié)果返回空串. 2.說(shuō)明: -------- A.本轉(zhuǎn)換程序最大程度只支持到萬(wàn)億元(位)的金額數(shù)值轉(zhuǎn)換操作.如果你的 轉(zhuǎn)換數(shù)值超出此極限,你可以在調(diào)用前先行判斷數(shù)據(jù)的合法性,如果沒(méi)有作預(yù) 先判斷,轉(zhuǎn)換過(guò)程中將引發(fā)本單元中自帶的錯(cuò)誤處理例程. b.該轉(zhuǎn)換結(jié)果符合標(biāo)準(zhǔn)金額大寫(xiě)書(shū)寫(xiě)格式,零角零分等字樣不存在于最終的 轉(zhuǎn)換結(jié)果中. c.本轉(zhuǎn)換程序自帶數(shù)據(jù)溢出等數(shù)據(jù)非法及轉(zhuǎn)換錯(cuò)誤等處理例程. d.本程序適用于32位的Delphi版本.
標(biāo)簽: Cash_RMB dcu 轉(zhuǎn)換 程序
上傳時(shí)間: 2013-12-31
上傳用戶(hù):hebmuljb
蟲(chóng)蟲(chóng)下載站版權(quán)所有 京ICP備2021023401號(hào)-1