摘要: 自己写了一个实用类,基本上就是按照SAPI的各个教程改编。.hCSpeechToText与CTextToRead两个类需要的结构声明代码Code highlighting produced by Actipro CodeHighlighter (freeware)http://www.CodeHighlighter.com/--#ifndef__STRUCTFORSRANDTTS#define__STRUCTFORSRANDTTS#include"stdafx.h"#includevector#includestringtypedefstructstrMessageMap{UINTm 阅读全文
posted @ 2011-01-28 23:05 aicro 阅读(479) 评论(0) 推荐(0) 编辑
摘要: 宽字符处理函数函数与普通函数对照表 字符分类: 宽字符函数普通C函数描述 iswalnum() isalnum() 测试字符是否为数字或字母 iswalpha() isalpha() 测试字符是否是字母 iswcntrl() iscntrl() 测试字符是否是控制符 iswdigit() isdigit() 测试字符是否为数字 iswgraph() isgraph() 测试字符是否是可见字符 iswlower() islower() 测试字符是否是小写字符 iswprint() isprint() 测试字符是否是可打印字符 iswpunct() 阅读全文
posted @ 2011-01-28 11:18 aicro 阅读(255) 评论(0) 推荐(0) 编辑