-
(适合探索者STM32F4开发板)ESP8266WIFI模块实验
ESP8266直接接在开发板的WIFI接口,本代码为完整的程序源代码,手机装上我们提供的APP,开机就可以实现手机与开发板的WIFI链接(STM32F407ZGT6 & ESP8266 WIFI)
- 2019-02-02 15:13:17下载
- 积分:1
-
三相逆变程序 STC15F
2017年全国大学生电子创新大赛A题,用51单片机实现的微电网的程序,可以控制两个逆变器,功能基本实现。(2017 national college students electronic innovation competition A, with 51 single-chip microcomputer to achieve the micro grid program, can control two inverters, the basic function of the realization)
- 2020-06-22 22:00:01下载
- 积分:1
-
electronic-dictionary
C语言课程设计电子词典.代码可运行。可生成字典文件,TXT格式(C language curriculum design electronic dictionary. Code can run)
- 2013-12-23 09:58:07下载
- 积分:1
-
DDrawClipper
测试DirectDraw的裁剪器(Clippers)的例子。(Test the DirectDraw clipper (Clippers) example.)
- 2011-09-18 22:46:42下载
- 积分:1
-
FT5426
基于电容式触摸采集芯片FT5426的驱动程序,可直接使用,主控芯片为STM32F103CET6.(Based on the capacitive-touch acquisition chip(FT5426)driver, can be used directly when main-control-chip using STM32F103CET6.)
- 2020-11-16 16:49:40下载
- 积分:1
-
combobox 绑定多列 例子
combobox 绑定多列 例子
- 2015-06-12下载
- 积分:1
-
Winform-list
说明: Winform数据库应用程序系统开发(包含众多系统)。(WinForm database application system development (including many systems).)
- 2020-12-12 10:30:43下载
- 积分:1
-
C# 演示如何使用DataGridView更新数据
C#更新修改DataGridView数据,请直接在DataGridView表格中修改数据,C# 更新DataGridView数据的实现代码如下:
private void button1_Click(object sender, EventArgs e)
{//更新数据
var MyCount = this.sqlDataAdapter1.Update(this.dataSet1, "Customers");
var MyInfo = "成功更新" + MyCount.ToString() + "条记录!";
MessageBox.Show(MyInfo, "信息提示", MessageBoxButtons.OK);
}
private void Form1_Load(object sender, EventArgs e)
{//读取Customers数据表记录
var MySQL = "Select * From Customers ";
this.sqlConnection1.ConnectionString = "Data Source=.SQLEXPRESS;Initial Catalog=Northwind;Integrated Security=True";
this.sqlCommand1 = new System.Data.SqlClient.SqlCommand("Select * From Employees", this.sqlConnection1);
this.sqlDataAdapter1 = new System.Data.SqlClient.SqlDataAdapter(this.sqlCommand1);
this.sqlCommandBuilder1 = new System.Data.SqlClient.SqlCommandBuilder(this.sqlDataAdapter1);
this.sqlDataAdapter1.Fill(this.dataSet1, "Customers");
this.dataGridView1.DataSource = this.dataSet1.Tables[0];
- 2022-03-24 05:10:10下载
- 积分:1
-
TCP_UDP
说明: TCP和UDP的聊天软件,是我学习网络原理实验的时候写的,在局域网测试通过,希望大家喜欢(TCP and UDP chat software, is my time of learning network theory experiment written in the local area network test I hope everyone likes)
- 2010-03-27 14:33:02下载
- 积分:1
-
vc_matlab
用VC调用Matlab的文章,文章详细介绍了几种方法,并给出了示例(VC call Matlab with the article, the article details several ways, and gives examples of)
- 2007-10-29 20:39:00下载
- 积分:1