-
摄像头OV7670 探索者+物体检测
说明: 摄像头OV7670+ 探索者stm32f407+物体检测,对图像二值化后,进行一些简单的图像处理,找出物体的边沿。(Camera OV7670 + Explorer stm32f407 + object detection, after image binarization, some simple image processing is carried out to find the edge of the object.)
- 2020-11-03 21:49:58下载
- 积分:1
-
基于qt5.8的串口调试
【实例简介】串口调试软件,基于QT5.8版本
- 2021-07-01 00:31:09下载
- 积分:1
-
C# 通过存储过程实现员工ID自动编号
C# 实现自动ID,通过存储过程实现员工自动编号,这个在平时的编程中很实用,自动编号使用存储过程来实现,比较高级一些,且数据库需要支持存储过程。
con.Open();
SqlCommand cmd = new SqlCommand();
string strSql = "insert into 员工个人信息 values ( + label6.Text + , + this.textBox2.Text + , + this.textBox3.Text + , + this.textBox5.Text + , + this.textBox4.Text + )";
cmd.CommandText = strSql;
cmd.Connection = con;
cmd.ExecuteNonQuery();
con.Close();
MessageBox.Show("成功添加信息");
this.groupBox1.Enabled = false;
- 2022-05-31 12:11:24下载
- 积分:1
-
shujiwenduji
基于单片机的数字温度计,实现报警功能,显示负数温度(Microcontroller-based digital thermometer, alarm function, showing a negative temperature)
- 2012-04-14 00:31:23下载
- 积分:1
-
TMS320F28035控制无刷直流电机
开环控制的程序,TMS320F28035控制无刷直流电机的开环,利用程序修改其转速,我也不知道原理是什么,自己找的一段程序
- 2022-10-02 00:25:03下载
- 积分:1
-
CurtainBox
说明: 百叶窗式面板组 界面比较酷,大家可以借鉴(louver panel-group comparison Cool interface, we can draw!)
- 2006-05-15 17:21:21下载
- 积分:1
-
shortest-path
通信网络的架设问题 若要在n(≥10)个城市之间建设通信网络,只需要架设n-1条线路即可(With the Dijksra algorithm to network G from source points to the rest of the vertices of the shortest path)
- 2014-01-11 23:32:27下载
- 积分:1
-
CPP
This sample demonstrates using the Microsoft Video Control to view
ATSC digital television in a window. This is a simple ATL application
that merely hosts the control and allows you to adjust the channel
up or down.
When CPPVideoControl launches, it will look for an ATSC Network
provider on your system. If a working tuner is found, CPPVideoControl
builds the digital television filter graph, tunes to channel 46,
and displays the broadcast signal. It may take several seconds to
completely build the digital television filter graph, so please be patient.
- 2007-11-14 10:11:28下载
- 积分:1
-
ClockAlarm
C#闹钟程序,根据你设定的时间自动报警,不过你需要最小化本程序,如果要完美的话,可以增加一个托盘处最小化的功能。带倒计时功能,用法简单,可在此基础上完善成一个真正的闹钟程序。(C# alarm clock program, depending on your set alarm time, but you need to minimize this program, if you want perfection, you can add a tray at the minimization function. With countdown function, usage is simple, can improve on this basis as a real alarm clock program.)
- 2014-09-11 14:19:37下载
- 积分:1
-
C#跨窗体更新
- 2022-08-19 01:23:57下载
- 积分:1