- 博客(4)
- 收藏
- 关注
原创 Sybase12.5建表时,发生类型为int的字段不能设为identity
<br />异常日志:Number (2764) Severity (16) State (2) Server (XXX) Identity field 'XXX' must be a numeric with a scale of 0 and not null allowed.<br /> <br />在网上找了很久,都没有这个问题的解决方法,后来发现,那是因为我装补丁的时候,跳过了补丁ebf12875,直接装EBF13008,本来以为EBF13008比较新,不用再装ebf12875,所以就发生了上面的异
2010-07-19 10:00:00
988
1
原创 关于语音识别,在WINDOWS FORM中可以成功语音转成文字
using System;using System.Collections.Generic;using System.ComponentModel;using System.Data;using System.Drawing;using System.Text;using System.Windows.Forms;using SpeechLib;namespace tryreco{ pu
2009-04-22 20:51:00
1330
转载 中文语音识别代码
using System; using System.Drawing; using System.Collections; using System.ComponentModel; using System.Windows.Forms; using System.Data; using SpeechLib;
2009-04-22 20:50:00
2712
3
转载 中文语音识别技术在C#中的应用
在.net中,对英文语音有较好的支持,但是对中文语音的支持还没有加入进来,我们要想实现中文发音或中文语音识别,必需先安装微软的Speech Application SDK(SASDK),它的最新版本是 SAPI 5.1 他能够识别中、日、英三种语言,你可以在这里下载:http://www.microsoft.com/speech/download/sdk51/,需要安装这两个文件Speech SD
2009-04-22 20:47:00
691
空空如也
空空如也
TA创建的收藏夹 TA关注的收藏夹
TA关注的人
RSS订阅