-
485_UART2实验
说明: 通过uart2连接485设备,使用发送数据到modbus设备,采集传感器数据,解析数据后通过uart1发送到上位机,采集光照度和温湿度数据。(STM32F103 series chip is developed with two serial ports)
- 2020-09-22 16:56:59下载
- 积分:1
-
BackButton
UWP BackButton Demo UWP BackButton DemoUWP BackButton DemoUWP BackButton DemoUWP BackButton DemoUWP BackButton DemoUWP BackButton DemoUWP BackButton DemoUWP BackButton DemoUWP BackButton DemoUWP BackButton DemoUWP BackButton DemoUWP BackButton DemoUWP BackButton DemoUWP BackButton DemoUWP BackButton DemoUWP BackButton DemoUWP BackButton Demo
- 2022-05-18 12:41:25下载
- 积分:1
-
稀疏矩阵计算器(数据结构课设)
稀疏矩阵计算器(数据结构课设),可进行稀疏矩阵的加减乘以及转置运算,VC6.0++打开即可,可根据要求更改菜单
- 2022-08-15 23:32:32下载
- 积分:1
-
Linux设备驱动
linux驱动开发基础资料,同时包括测试代码(Linux driver development infrastructure, including test code)
- 2020-06-22 11:40:01下载
- 积分:1
-
jpeg
说明: matlab实现的jpeg解码,是一个不错的程序,希望能帮到你(matlab implementation of the jpeg decoder is a good program, wish to help to you)
- 2009-08-29 19:08:18下载
- 积分:1
-
glblend
说明: 实现了opengl中的混合功能,对于初学者很有用(Opengl achieved in a mixture of features, very useful for beginners)
- 2008-11-17 10:56:51下载
- 积分:1
-
通过C#的程序实现分离数据库功能
C#分离数据库功能,这个功能相信对于熟悉SQLSERVER的程序开发者不陌生了,本示例演示C#编写程序,实现数据库分离功能。C#分离数据库将执行以下代码:
try
{
SqlCommand cmd = new SqlCommand();//创建数据库命令对象
con.Open();//打开数据库连接
cmd.Connection = con;//设置连接属性
cmd.CommandText =//设置要执行的SQL语句
"sp_detach_db @dbname= + this.comboBox1.Text+";
cmd.ExecuteNonQuery();//执行SQL语句
MessageBox.Show("分离成功");//弹出消息对话框
}
catch(Exception ey)
{
MessageBox.Show(ey.Message);//抛出异常信息,弹出消息对话框
}
- 2022-04-06 22:36:25下载
- 积分:1
-
最新的Kakadu_V2.2.3
Kakadu_V2.2.3是基于jpeg2000写的。除了程序源代码外还包含有Kakadu_V2.2.3说明
- 2023-01-03 01:15:11下载
- 积分:1
-
a
说明: 函数优化问题的程序,切实可操作,有效简单。
(How to solve the problem of function optimization, simple and effective.)
- 2013-11-27 15:24:11下载
- 积分:1
-
GetHardDiskId
获取硬盘序列号的动态库与调用源码!
可以获得所有硬盘的序列号,兼容2000/XP/2003操作系统!(Get hard drive serial number of the dynamic library and call the source! Access to all the hard drive serial number, compatible with 2000/XP/2003 operating system!)
- 2020-09-05 16:48:05下载
- 积分:1