上一页 1 ··· 3 4 5 6 7 8 9 10 下一页
摘要: using System;using System.Collections.Generic;using System.ComponentModel;using System.Data;using System.Drawing;using System.Text;using System.Window... 阅读全文
posted @ 2015-10-21 21:55 applekingghfhfhbr 阅读(157) 评论(0) 推荐(0) 编辑
摘要: 1.建立连接2.连接查询语句3.服务器对象=连接服务器-访问接口-全部允许进程内4启用Ad Hoc Distributed Queries:exec sp_configure 'show advanced options',1reconfigureexec sp_configure 'Ad Hoc ... 阅读全文
posted @ 2015-10-20 15:29 applekingghfhfhbr 阅读(195) 评论(0) 推荐(0) 编辑
摘要: label1.Text = (value * 101 / progressBar1.Maximum).ToString() + "%";//显示百分比 阅读全文
posted @ 2015-10-20 11:09 applekingghfhfhbr 阅读(110) 评论(0) 推荐(0) 编辑
摘要: using System;using System.Collections.Generic;using System.Text;using System.Runtime.InteropServices;namespace BarCodeLibrary{ public class ZebraGe... 阅读全文
posted @ 2015-09-15 23:00 applekingghfhfhbr 阅读(377) 评论(0) 推荐(0) 编辑
摘要: private void lbFilePath_DragEnter(object sender, DragEventArgs e) { if (e.Data.GetDataPresent(DataFormats.FileDrop)) { ... 阅读全文
posted @ 2015-09-09 13:30 applekingghfhfhbr 阅读(436) 评论(0) 推荐(0) 编辑
摘要: 指令修复法!开始菜单,运行 ,输入cmd, 回车,在命令提示符下输入(复制即可) :for %1 in (%windir%\system32\*.ocx) doregsvr32.exe/s %1粘贴,回车,滚动完毕后,再输入:for %1 in (%windir%\system32\*.dll) d... 阅读全文
posted @ 2015-09-08 22:10 applekingghfhfhbr 阅读(179) 评论(0) 推荐(0) 编辑
摘要: 李贺144加入VIP|个人中心||百度首页新闻网页贴吧知道音乐图片视频地图百科文库首页分类教育文库精品文库个人认证机构合作文库VIP高考状元笔记百度文库专业资料IT/计算机主板元器件识别与好坏判断(21人评价)|1622人阅读|120次下载|举报文档主​板​元​器​件​识​别​与​好​坏​判​断你... 阅读全文
posted @ 2015-09-06 23:12 applekingghfhfhbr 阅读(719) 评论(0) 推荐(0) 编辑
摘要: 引用类库:System.Speech.dll导入空间:using System.Speech.Synthesis; //用于生成响应的事件using System.Speech;using System.Speech.Recognition;//1.Async="true"//2.SpeechSyn... 阅读全文
posted @ 2015-09-06 10:04 applekingghfhfhbr 阅读(230) 评论(0) 推荐(0) 编辑
摘要: 最近打算研究一下语音识别,但是发现网上很少有C#的完整代码,就把自己的学习心得放上来,和大家分享一下。下载API: 1)SpeechSDK51.exe (67.0 MB) 2)SpeechSDK51LangPack.exe (81.0 MB) API可以不下载,但是如果你的VS是英文版,但是想使用... 阅读全文
posted @ 2015-08-26 15:26 applekingghfhfhbr 阅读(555) 评论(0) 推荐(0) 编辑
摘要: privatetessnet2.Tesseractocr=newtessnet2.Tesseract();//声明一个OCR类//程序开始的时候,初始化OCRocr.SetVariable("tessedit_char_whitelist","0123456789.");//设置识别变量,当前只能识... 阅读全文
posted @ 2015-08-24 21:39 applekingghfhfhbr 阅读(505) 评论(0) 推荐(0) 编辑
上一页 1 ··· 3 4 5 6 7 8 9 10 下一页