使用说明: 双击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