码迷,mamicode.com
首页 >  
搜索关键字:speech production    ( 1098个结果
一个基于Windows Vista speech API5 3以及WPF技术的语音识别代码
本人小试牛刀,试验了一下用c#.net3.0 WPF技术开发了一个语音识别程序, windows.cs using System;using System.Collections.Generic;using System.Text;using System.Windows;using System. ...
分类:Windows程序   时间:2019-01-23 14:02:19    阅读次数:169
一个基于Windows Vista speech API5 3以及WPF技术的语音朗读代码
闲暇无事,利用window SDK 与vs2008,基于Windows Vista speech API5.3以及WPF技术开发了一套语音朗读的代码, 牛刀小试, using System;using System.Collections.Generic;using System.Text;usin ...
分类:Windows程序   时间:2019-01-23 13:59:13    阅读次数:254
IBM语音技术API说明,比较锻炼英文能力
SMAPI (Speech Manager Application Programming Interface) Reference IBM ViaVoice. SDK for Windowsa Printed in the USA Note Before using this informatio ...
分类:Windows程序   时间:2019-01-23 13:57:49    阅读次数:152
微软语音技术 Windows 语音编程初步
一、SAPI简介 软件中的语音技术包括两方面的内容,一个是语音识别(speech recognition) 和语音合成(speech synthesis)。这两个技术都需要语音引擎的支持。微软推出的应用编程接口API,虽然现在不是业界标准,但是应用比较广泛。 SAPI全称 The Microsoft ...
分类:Windows程序   时间:2019-01-23 13:52:17    阅读次数:214
T-codes & Rarely Seen Tables(Updated from previous note)
T codes C CO CO01/02/03:Production Order CG CG3Y:Download file from server,never used this before CM CMOD:Management of SAP Enhancement(SMOD),also can ...
分类:其他好文   时间:2019-01-22 15:51:06    阅读次数:172
vue开发环境配置跨域,一步到位
本文要实现的是:使用vue cli搭建的项目在开发时配置跨域,上线后不做任何任何修改,接口也可以访问,前端跨域解决方案 production:产品 生产环境 development:开发 开发环境 1.开发环境设置跨域 使用工具:vue cli自带的配置 配置目录 /config/index.js ...
分类:其他好文   时间:2019-01-20 21:59:54    阅读次数:191
同事搭一个测试RAC说节点2发现idle了,报ORA-00304
[oracle@testrac2 11204]$ sqlplus / as sysdba SQL*Plus: Release 11.2.0.4.0 Production on Wed Jan 16 18:50:03 2019 Copyright (c) 1982, 2013, Oracle. All ...
分类:其他好文   时间:2019-01-16 20:39:35    阅读次数:188
ubuntu和Windows 下的GIF动图工具
[TOC] Ubuntu16.04 安装 SimpleScreenRecorder Windows 安装 ScreenToGif 官网地址:https://www.screentogif.com/?l=zh_cn 便携版下载:https://github production release ass ...
分类:Windows程序   时间:2019-01-16 19:13:55    阅读次数:411
oracle11g 修改字符集 修改为ZHS16GBK
导入和导出时字符集不匹配会导致无法导入,需要修改字符集。 Doc命令: sqlplus sys/orcl#manger as sysdba SQL*Plus: Release 11.2.0.1.0 Production on 星期一 1月 16 16:33:30 2017 Copyright (c) ...
分类:数据库   时间:2019-01-16 16:51:14    阅读次数:271
解决nextjs部署到now上之后出现的“Unable to import module 'now__launcher'”错误
解决nextjs部署到now上之后出现的“Unable to import module 'now__launcher'”错误 这个错误是由于在next.config.js中直接引用了withLess之类的插件导致的。在now环境下require插件需要在PHASE_PRODUCTION_SERVE ...
分类:Web程序   时间:2019-01-12 16:39:59    阅读次数:251
1098条   上一页 1 ... 22 23 24 25 26 ... 110 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!