搜索资源列表
sourcecode
- 代码1:本代码实现了以图形方式显示CPU与内存利用率。 代码2:近来我在用VC开发一套MIS时没有用MFC的文档视图模板,所以在打印这上面就只好自己写了一套,用起来感觉还可以,所以写出来大家一起修正一下吧,也许能给大家起点作用吧! 系统UI是基于对话框的,大家如果感觉不错可以进行自我修正! 代码3:编程时有时需要读取SQL服务器的目录及文件列表,特别作一些数据库备份程序的时候,本程序实现这个功能...... 代码4:TTS-文本语音转换。 代码5:本软件是一个用局网域发送信使服务的程序,用到了N
SR
- 基于Speech SDK 5.1的c#工程,简单的中文语音限定识别 开发工具VS2008-Speech SDK 5.1 based on the c# Works, simple Chinese voice recognition development tools limit VS2008
TTS1
- TTS.TTS是text-to-speech的缩写,英文也称Speech Synthesis即语音合成. Microsoft Visual Studio2005+Windows2000/XP+ Microsoft Speech SDK 5.1+Microsoft Speech SDK 5.1 Language Pack 功能说明: 按课或级分类单词,用文件或数据库保存,用户可根据需要选择对应课或级别中的单词; 从文件或数据库中读取英文字符; 通过TTS完成文-本语音转换;
XK_T2W
- 这是我自己做的文本到语音的转换程序,需要5.1接口语音引擎的支持。不同于易语言开发历程中的哦-This is my own text-to-speech conversion process, the need to voice engine 5.1 interface support. Language development is different from the easy course of the Oh
SpeechExample
- 一個用C#語言透過微軟的speech sdk 5.1 達到將文字轉成語音輸出的功能,目前支援英文與中文,混讀,及存成wav檔的功能-Through the Microsoft speech sdk 5.1 to achieve the text into voice output function, currently supports English and Chinese, mixing time, and saved as wav file function
SimpleTTS
- 一个简单的TTS程序,朗读你所输入的文本,基于SPEECH SDK 5.1-A simple TTS program, read the text you type, based on SPEECH SDK 5.1
sapi
- MS SPEECH SDK 5.1 官方英文说明,内附大量例子,对想用语音编程的朋友应该有所帮助。-MS SPEECH SDK 5.1 official English-language descr iption, enclosing a large number of examples of pairs of friends want to use voice programming should help.
TTSAppVB
- 使用SPEECH SDK 5.1开发的TTS程序,可设置语言参数等内容,对学习有所帮助。-Use SPEECH SDK 5.1 developed by TTS program parameters can be set to language content, learning helpful.
Speech
- 基于微软的SAPI5.1,接受语音数据库在数据库中搜索并显示信息。能配置语音、耳麦、显示音量等-Based on Microsoft' s SAPI5.1, acceptance speech database in the database search and display information. Can configure the voice, headset, display volume, etc.
OutgoingCall
- MS的TAPI实现电话系统的小程序。Speech API SDK 5.1 源代码-TAPI achieved Outgoing Call system. MS SAPI source code
ttsgui
- qt写的TTS简单应用,基于Microsoft Speech SDK 5.1-TTS qt write a simple application, based on Microsoft Speech SDK 5.1
PatternRecognition
- The file PatternRecognition.rar contains 5 projects and the corresponding source code implementing the algorithms used for pattern recognition in still images, audio and video files. It contains: i) Discrete Cosine Transform in c# ii) face detection
dxingzj0117_Se
- delphi基于MS SPEEECH 5.1的语音识别演示 -delphi a MS SPEEECH 5.1-based speech recognition demo
CallName
- 语音点名系统。采用ado对数据库进行添加、修改、删除、保存等操作,用Speech SDK 5.1实现语音随机点名功能。-Voice roll call system. Ado database add, modify, delete, save operation, named Speech SDK 5.1 Voice random function.
SimpleDict
- 语音识别的简单程序,使用microsoft speech sdk 5.1开发,实现简单的听写识别功能-a simple speech recognition program, use microsoft speech sdk 5.1
marytts-5.0
- MARY is an open-source, multilingual Text-to-Speech Synthesis platform written in Java. Detail could be seen from http://mary.dfki.de/documentation-To install and run MARY TTS, you will need a recent Java Runtime installed (Java 1.6 or newer).
PowerTalk
- 1、程序里有精灵的提示程序,如果想使精灵发声说话,请在系统里安装Microsoft Speech SDK 5.1.msi,在打上中文语言包,就可以帮您读出聊天中文内容。 2、客户端交互是使用WebService技术,WebService文件在源代码->Chat->PowerTalk->FetionInterFace.asmx,所以才配置PowerTalkClient.exe.config 3、本示例项目是单客服与多个客户之间的聊天,如果想更改成多个客服,只要注意两
9MATLABCHULIXIN
- 第9章共振峰的估算方法259 9.1预加重和端点检测259 9.1.1预加重259 9.1.2端点检测260 9.2倒谱法对共振峰的估算260 9.2.1倒谱法共振峰估算的原理260 9.2.2倒谱法共振峰估算的MATLAB程序261 9.3LPC法对共振峰的估算262 9.3.1LPC法共振峰估算的原理262 9.3.2LPC内插法共振峰的估算263 9.3.3LPC求根法共振峰的估算266 9.4连续语音LPC法共振峰的检测268 9.4.1简
yy
- 需要先安装微软的 speech 5.1 发音部件 餐厅语音叫号系统-please diy
vb2010.speech
- vb2010开发语音朗读详细过程,可以作为入门教程。-1.启动Microsoft Visual Studio 2010 2.新建项目 3.Windows\Windows窗体应用程序 4.确定 5.项目\添加引用 6.Com\引用microsoft speech object library(我的版本号是5.4)\确定 7.在Public Class Form1前加Imports SpeechLib 8.在sub中加Dim spk As New SpeechLib.Sp