-
泰卢固语语音识别
斯芬克斯-4完全是在的JavaTM编程语言编写的一个国家的最先进的语音识别系统。它是通过在
卡内基 - 梅隆大学,Sun微系统实验室,三菱电机研究实验室(MERL)和惠普(HP)的斯芬克
斯集团的合资合作,创造,贡献与来自加州大学圣克鲁兹分校(UCSC)和美国麻省理工学院(MIT)。
斯芬克斯-4-开始作为斯芬克斯-3的Java编程语言中的端口,但演变成设计得更加灵活比斯芬克斯-3,
从而成为用于语音研究的一个很好的平台,一个识别器。
- 2022-01-25 21:57:10下载
- 积分:1
-
谁去叫外卖
这是一个基于java开发的app,简单实用,很适合初学者。在我们现在的生活中,生活节奏越来越快了,所以年轻人经常叫外卖,当我们的外卖到的时候,谁去拿外卖呢,这么软件可以帮到你很好的解决这个问题
- 2023-05-15 20:25:02下载
- 积分:1
-
android 异步 执行 任务 例子 附讲解
Rules::The AsyncTask instance must be created in UI thread. .execute must be invoked on the UI thread.Never call objMyTask.onPreExecute(), objMyTask.doInBackground(), objMyTask.onProgressUpdate(), objMyTask.onPostExecute manually.The AsyncTask can be executed only once (an exception will be thrown if a second execution is attempted.)AsyncTask have Four Main Method... onPreExecute() doInBackground() onProgressUpdate() onPostExecute() onPreExecute-This method is called first when you start AsyncTask using objAsync.execute().And mostly this method is use for initializing dialog(ProgressDialog,CustomDialog) and showing. doInBackground-The main purpose of AsyncTask is accomplished by this method.Any non-UI thread process is running in this method.Such as Rss Feed Reader,Image and video Uploading and Downloading.You cant handle your View in this method.Because this method is non-UI thread.While any background process is running if you want to handle UI therea are onProgressUpdate method. after completion of process this method send result to OnPostExecute. onProgressUpdate-While backgrounding task is running ,you can handle your UI using this method .Such as status of downloading or uploading task.and this method is called from doInBackground.Using publishProgress() you can call onProgressUpdate method to update UI while process is running. onPostExecute -This method is called after the background computation finishes.The result of background process in passed in this method as parameters.And now you can dismiss progress dialog ,to indicate that background task is completed. You can cancel AsyncTask using objAsyncTask.cancel().then you just check in doInBackground, if (isCancelled()) { break; } else { //continue... } See this Image For more Clear.
- 2013-07-05下载
- 积分:1
-
Connection client serveur avec les threads ( processus léger )
导入java.io.BufferedReader文件;
- 2022-10-12 04:35:03下载
- 积分:1
-
词法分析器
应用背景它被用于序列识别。生物信息学算法用于检测基因序列的相似性。所以这个动态规划算法也被使用过。到目前为止,它的工作很好。生物算法需要更多的改进。这只是一个基本步骤。有更复杂的算法。关键技术生物信息学,DNA,字符串,字符串对齐。 ;没有嫉妒,整个世界为你敞开。嫉妒,你只是把一条底线,你永远不会越过它。 ;与阿布纳塞尔先生进一步接触该信息。 ;信,证书及复印件;标记表和两张照片应送交处长,东北大学孟加拉国,telihaor。
- 2023-07-14 15:05:04下载
- 积分:1
-
HTML5advanced-programming
HTML5高级程序设计.pdf 文档,希望对大家有所作用(HTML5 high-level programming.Pdf documents, we hope to have a role )
- 2017-05-21 18:49:16下载
- 积分:1
-
android平台解析JSON代码
应用背景用于解析项目中地图影像JSON格式属性,配置文件包括对象和数组两种形式,通过该例子可以对android平台下的JSON解析有更深入的了解。关键技术采用android自带JSON类进行JSON数据的解析,文件里面包含JSON数据。相关类结构清晰易懂。
- 2022-07-04 14:16:23下载
- 积分:1
-
桌面便签程序源码下载 插件示例
桌面便签程序源码下载 插件示例
- 2013-09-17下载
- 积分:1
-
AnnotationTypeMismatchException
Indicates that an annotation type has changed since it was compiled or serialized for Andriod.
- 2013-10-13 18:02:04下载
- 积分:1
-
demo.voice_recognition
科大讯飞的语音开发包,可以在android下进行语音识别产品的开发!(IFLYTEK MSC development guide, instruct users under ANDROID speech recognition product development.)
- 2013-08-18 20:16:55下载
- 积分:1