-
MfengjiiA
MATLAB风力发电机模型。。小电机模型,可以进行相关修改
(MATLAB wind turbine model. . Small motor model can modify the)
- 2012-07-19 19:50:10下载
- 积分:1
-
ADXL345_51 IIC 测试样例
说明: ADXL345基于stc51的测试文件,可读取ID,和x,y,z轴三个方向的角度以及加速度(Based on stc51 test file, adxl345 can read the angles and accelerations of ID, x, y, z axes)
- 2020-12-01 10:20:43下载
- 积分:1
-
libfacedetection -硕士
很不错的libfacedetection-master,可以进行测试,准确率还是挺高的,基于opencv的。希望能帮助到大家。
- 2023-02-16 00:00:03下载
- 积分:1
-
LBGwlee
这是我写的用c语言实现LBG算法的一个程序。LBG算法是语音信号处理中一种矢量量化的方法。我的邮箱:wleechina@163.com(This is what I wrote with C Language LBG algorithm a procedure. LBG is the voice signal processing a vector quantization method. My mail : wleechina@163.com)
- 2006-10-11 17:10:08下载
- 积分:1
-
DOA-estimation
此文件是DOA算法的Matlab代码,包含了Bartlett算法、Capon最小方差法、Music算法(This file is DOA algorithm Matlab code, including the Bartlett algorithm, Capon minimum variance method, Music algorithm)
- 2013-05-26 11:45:43下载
- 积分:1
-
播放器
using System;using System.Collections.Generic;using System.Windows.Forms;namespace 媒体播放器{ static class Program { /// /// 应用程序的主入口点。 /// [STAThread] static void Main() { Application.EnableVisualStyles(); Application.SetCompatibleTextRenderingDefault(false); Application.Run(new frmPlayer()); } }}
- 2023-08-26 01:20:03下载
- 积分:1
-
C#连接MySQL数据库
资源描述一个简单的C#连接MySQL数据库的例子,调用C#基本的MySQL库。。。
- 2023-03-21 08:40:04下载
- 积分: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
-
QTMQTTClientGUI-OK
图形界面实现MQTT通信协议的演示例子程序。(This is an MQTT GUI Demo application,to show how to progrrame with MQTT.)
- 2020-06-17 18:40:01下载
- 积分:1
-
BGP-dos
A dos attack demo on network layers BGP protocol
- 2014-01-04 15:25:18下载
- 积分:1