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
上傳時間: 2014-11-23
上傳用戶:bibirnovis
ICTCLAS的JNI調用接口文件: Title:ICTCLAS Caller * <p>Description:do chinese word segmentation.don t change the pakage and CLASS name, orelse you can t use it. * 請不要改變包名、類名以及native的方法名,否則調用將失效。 * 由于ICTCLAS本身存在很多魯棒性問題,調用segSentence時,strIng參數請保證不要過長或帶有亂碼。調用次數過多(如處理幾十G的數據)會有可能造成內存溢出。 * 故基本只能用于較小規模數據(相對幾十G來說)。 * 請運行時設置jvm足夠的堆??臻g。
標簽: ICTCLAS segmentation Description chinese
上傳時間: 2014-01-25
上傳用戶:it男一枚
delphi 自定義網絡函數:unit net interface uses sysutils ,windows ,dialogs ,winsock ,classes ,comobj ,wininet //得到本機的局域網ip地址 function getlocalip(var localip:strIng): boolean //通過ip返回機器名 function getnamebyipaddr(ipaddr: strIng var macname: strIng): boolean //獲取網絡中sqlserver列表 function getsqlserverlist(var list: tstrInglist): boolean //獲取網絡中的所有網絡類型 function getnetlist(var list: tstrInglist): boolean //獲取網絡中的工作組
標簽: interface sysutils classes dialogs
上傳時間: 2015-05-09
上傳用戶:wanghui2438
java 100例子 import javax.swing.JOptionPane //調用method class c { //定義名字 public static void main(strIng[] args) { //開始method JOptionPane.showMessageDialog( null, "錯誤" ) //顯示一條信息 System.exit(0) // 結束程序 } //結束method } //結束class
標簽: JOptionPane import method public
上傳時間: 2015-05-18
上傳用戶: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 //發信郵箱檢證用戶密碼 end { FloatToText, FloatToTextFmt, TextToFloat, and FloatToDecimal type codes }
標簽: TStrData interface PStrData Windows
上傳時間: 2014-12-22
上傳用戶:asddsd
數字運算,判斷一個數是否接近素數 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
上傳時間: 2015-05-21
上傳用戶:daguda
相冊是J2me MIDLet 的一個demo程序,可以使用戶查閱圖片在J2me支持的手持設備上。 文件夾與文件 +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
上傳時間: 2014-11-30
上傳用戶: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
標簽: government streamline important alphabet
上傳時間: 2015-06-09
上傳用戶:weixiao99
? Java函數速查 你能很快的查到你要的函數 DataBinding類 代表數據源字段和組件屬性之間一個單獨的綁定。 package com.ms.wfc.data.ui public class DataBinding implements IConstructable 說明 DataBinder控件使用該類來表示數據源中的每一個綁定。 請參閱:《Microsoft Visual J++ 6.0 程序員指南》第18章“WFC中的數據綁定”。 構造器 DataBinding.DataBinding 創建一個DataBinding對象。 語法 public DataBinding () public DataBinding ( IComponent target, strIng propertyName,strIng fieldName ) public DataBinding ( IComponent target, strIng propertyName,strIng fieldName, IDataFormat format )
標簽: DataBinding package Java data
上傳時間: 2013-12-20
上傳用戶:TRIFCT
人民幣大寫金額轉換程序(修正版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