登录
首页 » C# » 讯飞语音识别

讯飞语音识别

于 2021-06-08 发布
0 218
下载积分: 1 下载次数: 1

代码说明:

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

发表评论

0 个回复

  • NPOI导出EXCEL文件
    【实例简介】 NPOI导出EXCEL文件
    2021-06-02 00:31:33下载
    积分:1
  • C#开发的 多功能 计算器 源码下载
    C#版本的计算器源代码
    2013-09-02下载
    积分:1
  • C# 异常处理常用示例源码
    除零异常、空引用、自定义异常示例,适合刚入门的同学学习
    2013-02-13下载
    积分:1
  • 类迅雷的悬浮窗程序
    类迅雷的悬浮窗程序
    2013-12-30下载
    积分:1
  • c++表白代码(可自定义姓名和文字)
    c++表白代码(可自定义姓名和文字)
    2018-05-28下载
    积分:1
  • C# 软件注册+注册机+写注册表 源码下载
    为c# 软件添加注册功能,通过注册机和写入注册表方式
    2016-08-04下载
    积分:1
  • NET winform企业ERP管理系统
    ET winform企业ERP管理系统完整源码 本系统属于中小型企业ERP管理系统,可以对中小型生产企业或商业企业进行有效管理。通过本系统可以达到以下目标: 灵活的录入数据,使信息传递方便、快捷; 系统采用人机交互方式,界面美观友好,操作灵活方便,业务流程控制严谨,数据存储安全可靠; 严格按操作功能来分配权限; 严格控制业务流程,主动向用户提示业务流程信息; 各种单据的最终确认,需要具有审核权限的人员进行审核操作; 客户分析采用图形化显示,直观明了; 实现各种综合查询和模糊查询; 实现企业客户及其内部资源的信息集成化管理; 对用户输入的数据,进行严格的数据检验,尽可能避免人为错误; 系统最大限度地实现了易维护性和易操作性。 登陆帐号mr    密码mrsoft V0.2 优化了代码  修复了若干问题
    2014-10-17下载
    积分:1
  • OPC通讯实例(C#通过OPC连接PLC读写数据)
    C#通过OPC连接PLC读写数据
    2018-10-31下载
    积分:1
  • 数字大小写转换--示例源码下载.zip
    数字大小写转换--示例源码下载.zip
    2019-08-08下载
    积分:1
  • C# 套打Demo
    套打Demo 【核心代码】using System;using System.Collections.Generic;using System.ComponentModel;using System.Data;using System.Drawing;using System.Text;using System.Windows.Forms;using System.Drawing.Printing;namespace Print_Demo{ public partial class Form1 : Form { public PrintDocument printDt = new PrintDocument(); //打印文档对象 Font printFont; //打印使用的字体 public Form1() { InitializeComponent(); } void printDt_PrintPage(object sender, PrintPageEventArgs e) { float pointX = 10; float pointY = 10; e.Graphics.DrawString("打印内容", new Font("宋体", 16F), Brushes.Black, pointX 60, pointY); e.Graphics.DrawLine(new Pen(Color.Black), pointX, pointY 26,pointX 300,pointY 26); e.Graphics.DrawString("打印内容", printFont, Brushes.Black, pointX, pointY 35); e.Graphics.DrawLine(new Pen(Color.Black), pointX, pointY 56, pointX 300, pointY 56); e.Graphics.DrawString("打印内容", printFont, Brushes.Black, pointX, pointY 65); e.Graphics.DrawLine(new Pen(Color.Black), pointX, pointY 86, pointX 300, pointY 86); e.Graphics.DrawString("打印内容", printFont, Brushes.Black, pointX, pointY 95); e.Graphics.DrawLine(new Pen(Color.Black), pointX, pointY 116, pointX 300, pointY 116); e.Graphics.DrawString("打印内容", printFont, Brushes.Black, pointX, pointY 125); e.Graphics.DrawLine(new Pen(Color.Black), pointX, pointY 146, pointX 300, pointY 146); e.Graphics.DrawString("打印内容", printFont, Brushes.Black, pointX, pointY 155); e.Graphics.DrawLine(new Pen(Color.Black), pointX, pointY 176, pointX 300, pointY 176); e.Graphics.DrawString("打印内容", printFont, Brushes.Black, pointX, pointY 185); e.Graphics.DrawLine(new Pen(Color.Black), pointX, pointY 206, pointX 300, pointY 206); e.Graphics.DrawString("检测结果", printFont, Brushes.Black, pointX, pointY 233); e.Graphics.DrawString("通过", new Font("宋体",22F,FontStyle.Bold), Brushes.Black, pointX 90, pointY 225); e.Graphics.DrawLine(new Pen(Color.Black), pointX, pointY 265, pointX 300, pointY 265); e.Graphics.DrawString("单位名称", printFont, Brushes.Black, pointX, pointY 275); } private void Form1_Load(object sender, EventArgs e) { printDt.PrintPage = new PrintPageEventHandler(printDt_PrintPage); printFont = new Font("宋体", 12F); } private void btnPrint_Click(object sender, EventArgs e) { //PrintDialog printDlg = new PrintDialog(); //printDlg.Document = printDt; //printDlg.AllowPrintToFile = true; //printDlg.AllowCurrentPage = true; //printDlg.AllowSelection = true; //printDlg.ShowDialog(); //printDlg.ShowDialog(); printDt.Print(); } private void btnLook_Click(object sender, EventArgs e) { PrintPreviewDialog printPreview = new PrintPreviewDialog(); printPreview.PrintPreviewControl.Document = printDt; printPreview.ShowDialog(this); } }}
    2021-05-06下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载