-
DSP_FFT
NUC505 采用DSP指令做快速傅里叶变换。理论上指令部分是Cortex-M4F 系列通用的。(NUC505 use dsp do fft. )
- 2020-06-29 16:40:02下载
- 积分:1
-
Mastering C Sharp Database Programming
Mastering C Sharp Database Programming
- 2022-02-22 09:28:32下载
- 积分:1
-
waveletsunshangfenxi
计算小波能量谱分析,用于功率谱分析,以及损伤等都可以(Calculating wavelet energy spectrum analysis)
- 2013-10-26 09:42:15下载
- 积分:1
-
bg317
BP神经网络的整个训练过程,STM32制作的MP3的全部资料,包括数据分析、绘图等等。( The entire training process BP neural network, STM32 all the information produced by the MP3, Data analysis, plotting, etc..)
- 2017-05-07 23:22:45下载
- 积分:1
-
avoider-robot
avoider robot atmega 16
- 2016-04-21 20:02:31下载
- 积分: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
-
GPS应用程序设计
GPS应用程序设计,内含GPS卫星原理、方法及详细源代码(GPS application design, including GPS satellite theory, method and detailed source code)
- 2020-06-26 01:40:02下载
- 积分:1
-
TestOpenGL
基于MFC的利用OpenGL读取obj文件格式的点云文件的程序,可以对此三维文件旋转0缩放和平移,以及进行点面转换(The use of OpenGL-based MFC obj file format to read the point cloud file program, you can file for this three-dimensional spin 0 scaling and translation, as well as point and area conversion)
- 2010-10-10 17:32:23下载
- 积分:1
-
AE11
c#+ae9.2
一般地图功能
缓冲区分析
最佳路径查询(c#+ ae9.2 general map the best path query buffer analysis function)
- 2011-01-02 15:14:57下载
- 积分:1
-
MyKTV
KTV点歌系统:包括拼音点歌、分类点歌、排行点歌、字数点歌。本系统由北大青鸟学员所作!(KTV VOD system: including Pinyin song, classification VOD Top song, word song. This system made by the Beida Jade Bird trainees!)
- 2021-01-22 18:48:40下载
- 积分:1