-
atmega16lsensor
是一个为地铁施工现场开发的人数监控系统,使用ATMEGA16单片机做的,并用了红外传感器。(Is a subway construction site for the development of the number of monitoring systems, using ATMEGA16 microcontroller to do, and use the infrared sensor.)
- 2009-09-04 20:42:08下载
- 积分:1
-
KalmanFilterWay
卡尔曼 滤波 去除噪声 测定俯仰角 方位角 距离 等等(kalman filter)
- 2016-12-27 14:46:30下载
- 积分:1
-
caffe架构相关资料 caffe-windows
说明: caffe架构相关资料 介绍在window环境下的相关开发(Caffe architecture related materials introduced in the window environment of the relevant development)
- 2020-06-20 03:40:01下载
- 积分:1
-
CLEAN_MFCC_STD
声音特征提取程序,分帧后,对于每一帧提取MFCC等特征(voice feature extraction)
- 2009-11-29 17:41:28下载
- 积分:1
-
C# 通过SqlReader HasRows判断指定表中是否有数据
本例主要是判断指定的数据库数据表中是否有数据,这里使用了通过判断HasRows的返回值来判断,若返回值为真,则有数据,反之则无数据,最后用MessageBox.Show显示判断结果,完整的过程:
//实例化SqlConnection变量conn
SqlConnection conn = new SqlConnection("server=.;database=db_14;uid=sa;pwd=");
conn.Open();//打开连接
//创建一个SqlCommand对象
SqlCommand cmd = new SqlCommand("select * from " + textBox1.Text.Trim(), conn);
//使用ExecuteReade方法创建SqlDataReader对象
SqlDataReader sdr = cmd.ExecuteReader();
sdr.Read();//调用Read方法读取SqlDataReade
if (sdr.HasRows)//使用HasRows属性判断结果中是否有数据
{
MessageBox.Show("数据表中有值");//弹出提示信息
}
else
{
MessageBox.Show("数据表中没有任何数据");
}
- 2022-02-07 01:03:03下载
- 积分:1
-
单片机智能定时器
可以进行精准定时,并在数码管上显示
- 2022-01-28 22:50:00下载
- 积分:1
-
integrate_separate.m
积分分离pId算法,MATLAB语言编写,仿真效果不错。(Integral separation pId algorithm, MATLAB language, simulation results are good.)
- 2009-12-08 10:00:23下载
- 积分:1
-
hubulvbo
互补滤波器的程序讲解,互补滤波器的程序讲解,互补滤波器的程序讲解(Complementary filter program to explain, explain the complementary filter program, a program to explain the complementary filter)
- 2014-08-11 17:04:30下载
- 积分:1
-
基于STM32F103的SVPWM算法实现
基于STM32F103的SVPWM算法实现
- 2021-11-22 00:42:47下载
- 积分:1
-
radar_trans_of_airplane
pdf文档,机载雷达坐标系变换相关内容,介绍了机载雷达坐标系下的探测目标位置表达方式(pdf document,introduce the coordinates translates method of the airplane between the target)
- 2015-02-10 22:20:21下载
- 积分:1