使用說明: 雙擊Demo.bat文件便可以執行 (需要配置好jre||JDK環境) 請輸入sql語法關鍵字來測試改程序謝謝 目前支持的語法關鍵字如下設置: text.getSettings().setCase_Insensitive(false) // 不區分大小寫 text.getSettings().addKeyWord1("select") text.getSettings().addKeyWord1("commit") text.getSettings().addKeyWord1("from") text.getSettings().addKeyWord1("AND") text.getSettings().addKeyWord1("WHERE") text.getSettings().addKeyWord1("with ur") text.getSettings().addKeyWord1("VARCHAR") text.getSettings().addKeyWord2("inSert") text.getSettings().addKeyWord2("DECLARE") text.getSettings().addKeyWord2("distinct") text.getSettings().addKeyWord2("SET") text.getSettings().addFunctionKeyWord("int") text.getSettings().addFunctionKeyWord("COUNT") text.getSettings().setComment("--") //設置行注釋 當前版本主要改進塊注釋的算法 塊注釋示例: /* 12312334 "測試字符串" select count(*) from where with ur */
上傳時間: 2016-01-10
上傳用戶:l254587896
能夠和支持AT命令通訊的手機進行交互,比如發送短信(Text Mode, PDU mode),打電話等. 除了庫的源代碼以外,還有demo的源代碼. 該代碼是學習短信,modem通訊,手機AT命令通訊的好材料.
上傳時間: 2014-11-30
上傳用戶:xyipie
Hidden_Markov_model_for_automatic_speech_recognition This code implements in C++ a basic left-right hidden Markov model and corresponding Baum-Welch (ML) training algorithm. It is meant as an example of the HMM algorithms described by L.Rabiner (1) and others. Serious students are directed to the sources listed below for a theoretical description of the algorithm. KF Lee (2) offers an especially good tutorial of how to build a speech recognition system using hidden Markov models.
標簽: Hidden_Markov_model_for_automatic speech_recognition implements left-right
上傳時間: 2016-01-23
上傳用戶:569342831
TFIND searches for one or more strings (boolean AND) in a text file. TFIND reports all lines where the string(s) were found (or NOT found by option). The search can be limited to a field in a fixed field (i.e. column oriented) list. An extended search mode is available, where only letters and digits are relevant. Other options: case sensitive search, alternative errorlevel with number of hits, header line with file name, LFN, custom prefix
標簽: TFIND searches boolean reports
上傳時間: 2016-01-24
上傳用戶:lindor
urifind the uri from specially text samples or files. nice.
標簽: specially urifind samples files
上傳時間: 2013-12-20
上傳用戶:sammi
encryption the text or decryption the hash text
標簽: text encryption decryption the
上傳時間: 2014-05-25
上傳用戶:manking0408
G729編碼和解碼的Matlab源程序 調用方法: 1.需要編碼時,在 Matlab命令行下輸入"G729code(speech)"(請務必保證 speech是已經存在在 Matlab工作區的一個行向量,其中是語音數據),然后你會在你的文件夾下看到一個"coding.bit"的文件。 2.需要解碼時,把"coding.bit"的文件復制到"G729 decoder"的目錄下,在Matlab命令行下輸入"G729decodermain",然后你會在文件夾下看到"syn_speech.wav",那就是重構語音。 enjoy it!
上傳時間: 2013-12-22
上傳用戶:GavinNeko
利用鍵盤輸入keypress和text的文本比較編制的一個小游戲,目的在于鍛煉鍵盤的熟練程度!
上傳時間: 2013-12-22
上傳用戶:gundan
converting tool from hex file to text file
標簽: file converting tool from
上傳時間: 2014-01-22
上傳用戶:czl10052678
Generalized Mel frequency cepstral coefficients for large-vocabulary Speaker-Independent Continuous-Speech Recognition 關于MFCC算法的很好的英語文章
標簽: Speaker-Independent large-vocabulary coefficients Generalized
上傳時間: 2014-01-23
上傳用戶:liglechongchong