-
lab5-ad7606
TMS320F28335 启动外部AD采样例程(TMS320F28335 launch an external AD sampling routines)
- 2014-10-08 20:26:57下载
- 积分:1
-
hyuh
CListView内快速显示大数据量,可以下载学习试用()
- 2017-12-15 19:36:23下载
- 积分:1
-
程序源码
5档调节pwm,1602显示,使用stc89c52单片机(five types of pwm displayed by 1602)
- 2020-06-18 13:20:01下载
- 积分:1
-
C#实现图片中文识别成文本文字,已应用项目中
C#将图片里中文识别成文本文字,中文识别,.net 实现中文识别 支持*.bmp; *.jpg; *.gif; *.jpeg;*.png等图片格式上的中文,文字 识别 【核心代码】 public Form1() { InitializeComponent(); //ocr = new TesseractEngine("./tessdata", "eng", EngineMode.TesseractAndCube);//设置语言 英文 ocr = new TesseractEngine("./tessdata", "chi_sim");//设置语言 中文 // ocr = new TesseractEngine("./tessdata", "jpn");//设置语言 日语 } private void button1_Click(object sender, EventArgs e) { OpenFileDialog filename = new OpenFileDialog(); filename.Filter = "All files(*.*)|*.*|image files(*.bmp)|*.bmp; *.jpg; *.gif; *.jpeg;*.png"; filename.FilterIndex = 2; if (filename.ShowDialog() == DialogResult.OK) { Bitmap bit = new Bitmap(Image.FromFile(filename.FileName.ToString())); Page page = ocr.Process(bit); string str = page.GetText();//识别后的内容 page.Dispose(); pictureBox1.Image = bit; richTextBox1.AppendText(str); } } /// /// 图片颜色区分,剩下白色和黑色 /// /// ///
- 2020-04-24下载
- 积分:1
-
这是我刚调试通过的VP12864程序,可以显示英文字符的,汉字显示正在进行中...
这是我刚调试通过的VP12864程序,可以显示英文字符的,汉字显示正在进行中-This is my first adopted by the VP12864 debugging procedures can demonstrate English characters. ongoing Chinese character display
- 2022-03-19 21:23:54下载
- 积分:1
-
User
AD7671采集,并行16位采集,采集速率为1M,CPU为STM32F407(AD7671 collection, parallel 16-bit capture, capture rate of 1M, CPU of STM32F407)
- 2013-12-11 08:02:56下载
- 积分:1
-
libsvm-3.17
svm分类器,实现线性svm分类,可以在matlab中或是vc++中编译运行,首先要进行编译(svm linear classifier)
- 2013-05-09 07:56:24下载
- 积分:1
-
boil
说明: fluent官方教程:蒸发冷凝模型(Lee model)-udf(fluent tutorial: Lee model-udf)
- 2021-03-13 14:19:24下载
- 积分:1
-
pl_intr_demo
PL中断demo,包括timer、pl中断等,可参考(demo for zynq pl interrupt)
- 2020-06-19 09:00:06下载
- 积分:1
-
这是一个任务管理服务,安装之后,会作为一个Windows服务运行在后台,并且根据配置文件的内容来定期/循环启动多个dll插件...
这是一个任务管理服务,安装之后,会作为一个Windows服务运行在后台,并且根据配置文件的内容来定期/循环启动多个dll插件
-This is a task management services, installed, will act as a Windows service running in the background, and based on the contents of the configuration file on a regular basis/cycle to start over dll plug-in
- 2022-12-30 13:30:03下载
- 积分:1