登录
首页 » C# » speech recognition using c#

speech recognition using c#

于 2022-04-17 发布 文件大小:131.58 kB
0 21
下载积分: 2 下载次数: 1

代码说明:

speech recognition using c#

下载说明:请别用迅雷下载,失败请重下,重下不扣分!

发表评论

0 个回复

  • 39
    说明:  时钟芯片PCF8563 C51程序,本人测试通过(Clock chip PCF8563 C51 program, I test through)
    2013-01-14 11:01:16下载
    积分:1
  • 光敏传感器模块程序
    光敏传感器返回值给adc,由lcd显示,AO接PA1,DO接PA4(The return value of photosensitive sensor to ADC is displayed by LCD .AO connects PA1, DO connects PA4 .)
    2020-06-20 22:20:01下载
    积分:1
  • CPPlearn
    C++全套学习课件-PPT格式,适合于C++初学者学习使用(C++ a full learning courseware-PPT format, suitable for beginners learning to use C++)
    2016-09-02 22:25:19下载
    积分:1
  • Visual C#经典游戏编程开发 源代码
    Visual C#经典游戏编程开发 源代码, 包括: 第1篇 益智游戏:连连看、黑白棋、汉诺塔、推箱子、扫雷、七巧板、21点扑克牌、人物拼图、停车场 第2篇  控制类游戏: 坦克大战、俄罗斯方块、贪吃蛇、华容道、打字 第3篇  棋牌类游戏:拱猪扑克牌、网络中国象棋、两人对战网络军棋 第4篇  其他类游戏:涂鸦游戏、智力问答、对对碰、百变方块
    2023-02-22 10:35:08下载
    积分:1
  • 最小二乘法电力系统状态估计 estimation-WLS
    最小二乘法电力系统状态估计,利用IEEE-14和IEEE-30节点系统检验,结果正确(WLS method of power system state estimation)
    2020-06-27 04:00:01下载
    积分:1
  • C# 为文字创建渐变色的下划线
    C# 为文字创建渐变色的下划线,放大后还是很漂亮的,下划线变成了点状的,而且是颜色是渐变的,下面介绍实现这一功能的代码,给字符串创建渐变色下划线,核心代码如下:   TextDecoration MyUnderline = new TextDecoration();   Pen MyPen = new Pen();   MyPen.Brush = new LinearGradientBrush(Colors.Green,    Colors.Blue, new Point(0, 0.5), new Point(1, 0.5));   MyPen.Brush.Opacity = 0.5;   MyPen.Thickness = 1.5;   MyPen.DashStyle = DashStyles.Dash;   MyUnderline.Pen = MyPen;   MyUnderline.PenThicknessUnit = TextDecorationUnit.FontRecommended;   TextDecorationCollection MyCollection = new TextDecorationCollection();   MyCollection.Add(MyUnderline);   this.textBlock1.Text = "中华人民共和国";//自定义要显示下划线的文字   this.textBlock1.FontSize = 48;   this.textBlock1.TextDecorations = MyCollection;   需要请下载完整源码。运行效果图如下。
    2022-01-22 05:14:06下载
    积分:1
  • ADtlc2543P12864
    基于51单片机12864显示的12位AD程序tlc2543(Based on 51 single-chip 12 864 Displaying 12 AD process tlc2543)
    2013-08-24 10:03:59下载
    积分:1
  • suoxiang
    通过DSP ECAP模块 捕获高频信号频率占空比信息,并实现锁相功能(ECAP captures high frequency signal frequency duty cycle)
    2018-03-04 19:23:59下载
    积分:1
  • ShoppingSystem
    用MFC写的商品管理系统,功能完善,可以增加删除查询修改以及统计商品信息(Written with MFC merchandise management system fully functional, you can add delete modify the query and statistical information goods)
    2014-12-02 16:38:31下载
    积分:1
  • Prism框架 MVVM模式例子
    Prism框架 MVVM模式例子 绑定以及动态变化
    2023-02-20 16:00:04下载
    积分:1
  • 696518资源总数
  • 104271会员总数
  • 57今日下载