Rich Text Format (.RTF) 格式資料的非視覺化元件
上傳時間: 2013-12-27
上傳用戶:古谷仁美
AI::Categorizer is a framework for automatic Text categorization. It consists of a collection of Perl modules that implement common categorization tasks, and a set of defined relationships among those modules
標簽: categorization Categorizer collection framework
上傳時間: 2014-12-05
上傳用戶:笨小孩
該源碼是基于Eclipse開發的一個解決文件和Text文本上傳問題的工程,可以同時上傳文件和Text文本內容
上傳時間: 2014-01-23
上傳用戶:xsnjzljj
Text within noisy code extraction
標簽: extraction within noisy Text
上傳時間: 2015-11-30
上傳用戶:hongmo
First of all, the Applet-phone is a SIP User-Agent with audio and Text messaging capabilities. But i s also embedded in an applet where you can use it as usual if your firewall allow you to use the UDP transport. If not, you can use TCP to carry your voice in a voice messaging fashion. Your voice is recorded and encoded locally then sent as a message, decoded and played back by your peer. Voice messaging allow you to go through any firewall, so that you can continue to chat and talk with your friends from an applet !
標簽: Applet-phone capabilities User-Agent messaging
上傳時間: 2014-01-11
上傳用戶:c12228
Using the UnderC Tokenizer Class It s often necessary to parse complex Text files, where standard i/o is too clumsy. C programmers fall back on strtok(), but this can be tricky to use properly. Besides, you are still responsible for keeping strtok() fed with new input, and I don t like the schlepp. Tokenizer is a Text-parsing input stream, modelled after the (undocumented) VCL TParser class, and based on the UnderC tokenizing preprocessor front-end.
標簽: Tokenizer necessary standard complex
上傳時間: 2013-12-16
上傳用戶:whenfly
A rich edit control is a window in which the user can enter and edit Text. The Text can be assigned character and paragraph formatting, and can include embedded OLE objects. Rich edit controls provide a programming interface for formatting Text.
上傳時間: 2013-12-06
上傳用戶:lixinxiang
一個Speech-Text-Speech的applet小程序
標簽: Speech-Text-Speech applet 程序
上傳時間: 2013-12-23
上傳用戶:520
Dijkstra算法求最短路徑(C#版) using System using System.Collections using System.Text namespace Greedy { class Marx { private int[] distance private int row private ArrayList ways = new ArrayList() public Marx(int n,params int[] d) { this.row = n distance = new int[row * row] for (int i = 0 i < row * row i++) { this.distance[i] = d[i]
標簽: System using Collections namespace
上傳時間: 2013-12-29
上傳用戶:liglechongchong
procedureTForm1.Button1Click(Sender:TObject) var S:String begin S:=idhttp1.Get(PostURL.Text+ ?username= +EdUserName.Text+ &password= +EdPassWord.Text+ &password2= +EdPassWord.Text+ &email= + EdEMail.Text+ &gendernew=1&year=&month=&day=&locationnew =&site=&oicq=&icq=&yahoo=&msn=&bio=&styleidnew =&tppnew=0&pppnew=0&timeformatnew=12&cstatus=&dateformatnew =yyyy-mm-dd&showemail=1&newsletter=1&timeoffsetnew=8&avatar =&sig=®submit=注冊 ) //一句代碼 ifPos( 非常感謝您的注冊 ,s)>1then //判斷部分 ShowMessage( 注冊成功! ) else ifPos( 已經被注冊了 ,S)>1then ShowMessage( 該用戶名或E-Mail已被注冊! ) else ShowMessage( 已關閉注冊,注冊失敗! ) end
標簽: procedureTForm PostURL TObject Button
上傳時間: 2014-08-24
上傳用戶:努力努力再努力