-
MSP430的SPI库
该库为德州仪器msp430系列单片机spi库。你可以用这个库处理spi通信。
- 2022-07-26 03:41:53下载
- 积分:1
-
IMU_GPS数据分析程序
IMU_GPS数据分析程序,主要包括IMU数据分析程序、GPS数据分析和对比程序、POS数据分析和对比程序。(IMU_GPS data analysis program, mainly including marketing data analysis procedures, GPS data analysis and contrast, POS data analysis and comparison process.)
- 2021-04-01 22:59:08下载
- 积分:1
-
8个按键控制8个LED灯
该程序功能是8个按键控制8个LED灯,非常适合单片机初学者加深对单片机I/O口的理解(The program function is 8 buttons to control 8 LED lights, which is very suitable for beginners of MCU to deepen the understanding of the I/O port of the MCU.)
- 2020-06-20 08:00:01下载
- 积分:1
-
Izhikevich
izh神经元模型,matlab代码,单神经元放电,连续放电(izh model mad by matlab)
- 2021-04-19 20:58:51下载
- 积分:1
-
卡尔曼滤波原理及应用 MATLAB仿真pdf源程序
卡尔曼滤波的跟踪资料,附有程序源代码,有详细的解释(Kalman filter tracking data, with the source code, a detailed explanation)
- 2017-10-27 11:20:46下载
- 积分:1
-
Krazy Pipes game sources. Operational system: DOS. Compiles OK in Quickbasic.
Krazy Pipes game sources. Operational system: DOS. Compiles OK in Quickbasic.
- 2022-02-16 09:32:01下载
- 积分:1
-
discuz游戏,很好玩的一个小游戏,6。1版本的
discuz游戏,很好玩的一个小游戏,6。1版本的-discuz games is a lot of fun in a small game, 6.1 version of the
- 2022-02-03 08:05:00下载
- 积分:1
-
C#远程复制文件
C#远程复制文件,远程COPY复制功能的演示代码,在VS2008下可顺利编译成功。主要引用API来实现,选择源目录和目标目录即可实现拷贝。不过事先需保证网络是畅通的,否则程序可能会挂机。
- 2022-04-07 20:51:52下载
- 积分:1
-
C# 使用数据库列别名的例子
C# 使用数据库列别名的例子。查询数据库信息,定义了一个方法返回DataTable对象:
private DataTable GetMessage()
{
string P_Str_ConnectionStr = string.Format(//创建数据库连接字符串
@"server=WIN-GI7E47AND9RLS;database=db_TomeTwo;uid=sa;pwd=");
string P_Str_SqlStr = string.Format(//创建SQL查询字符串
@"SELECT 学生姓名 as 姓名,年龄 as 学生年龄,性别 as 学生性别 from tb_Student");
SqlDataAdapter P_SqlDataAdapter = new SqlDataAdapter(//创建数据适配器
P_Str_SqlStr, P_Str_ConnectionStr);
DataTable P_dt = new DataTable();//创建数据表
P_SqlDataAdapter.Fill(P_dt);//填充数据表
return P_dt;//返回数据表
}
- 2022-07-22 20:05:58下载
- 积分:1
-
frmGoodsSellDetail1
GestureDetectionPro-master
- 2020-06-25 03:00:02下载
- 积分:1