搜索资源列表
关于tts语音引擎的使用方法
- 关于tts语音引擎的使用方法!很多软件具有英文发音和朗读功能,它们都使用了MSTTS(Microsoft Text To Speech)技术。微软遵照COM的标准,提供了一套Speech API来对MSTTS进行编程。要在程序中使用这套API,必须确保系统已经安装了MSTTS和Spchapi软件包。 Speech API可以作为类型库引用到Delphi中,方法是:打开Project选单下的Import Type Litrary,点击“Add”加入Windows\\Speech目录下
SnmpTest
- 利用Windows自带的api采用snmp协议读取网络设备运行状态。
perception_classification
- 这是一个用VC6.0,基于windows API写的感知机分类器,模式识别中一个最基本的线性分类器.是我本人上完模式识别课后写的,绝对真实!-This is a based-on windows API perception classification program which is developped in the VC6.0. It is the basic linear classification and is written out by me after the class o
8numberPSudoku
- 采用A*算法计算8数码问题和数独问题,界面都是采用windows程序设计api接口函数编写。-The program uses the A* algorithm to calculate 8 numbers problem and several unique problems, and the interface uses windows api programming interface function to write.