-
iic
说明: 软件IIC通讯(FREESCALE单片机HCS08系列)(IIC communications software (FREESCALE Singlechip HCS08 series))
- 2008-11-06 09:08:06下载
- 积分:1
-
WindSpeed_Shorttime
湍流风模型,用MATLAB 仿真了渐变风的运行状态(Turbulent wind model, the running state of gradient wind is simulated with MATLAB.)
- 2019-04-01 16:52:34下载
- 积分:1
-
STM32 F4系列低功耗相关代码
STM32 F4系列低功耗相关代码
Low_Power_STM32F4 C代码
- 2023-08-19 22:35:05下载
- 积分:1
-
8_彩色目标跟踪
通过计算目标在HSV空间下的H分量直方图,通过直方图反向投影得到目标像素的概率分布,然后通过调用OpenCV的CAMSHIFT算法,自动跟踪并调整目标窗口的中心位置与大小。该算法对于简单背景下的单目标跟踪效果较好,但如果被跟踪目标与背景颜色或周围其它目标颜色比较接近,则跟踪效果较差。(By calculating the H component histogram of the target in the HSV space, the probability distribution of the target pixels is obtained through the reverse projection of the histogram, and then the center position and size of the target window are automatically tracked and adjusted by calling the CAMSHIFT algorithm of OpenCV. The algorithm is better for single target tracking under simple background, but the tracking effect is poor if the tracking target is close to the color of the background or the other target colors.)
- 2018-06-11 10:48:24下载
- 积分:1
-
C#在列上加入计算
C#在列上加入计算,这个主要是指SQL查询语句的列上面,如下面定义的语句,进行合并计算后,被执行:
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 高数加外语的分数 FROM tb_Grade");
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-08-18 16:13:26下载
- 积分:1
-
she
贪吃蛇游戏代码
用C语言编写的贪吃蛇游戏,在TC2.0下可正常运行,有控制蛇的速度和计分的功能(Snake game code)
- 2017-03-12 11:08:26下载
- 积分:1
-
iuplempntation
巴特沃斯滤波器C语言实现,低通滤波器,IIR(Butterworth filter C language implementation, low pass filter, IIR)
- 2019-01-06 21:57:44下载
- 积分:1
-
《书把手教你学CAN总线》.pdf
说明: 手把手带你学can 让你轻松学习can编程与单片机(Hands take you to learn can so that you can easily learn can programming and microcontroller)
- 2020-09-21 10:37:53下载
- 积分:1
-
HMC704LP4E
用于HMC704的测试程序,已验证锁定
工作在HMC模式(For the HMC704 test procedures, to verify the lock
Working in HMC mode)
- 2020-08-09 00:18:32下载
- 积分:1
-
MQTT客户端
使用C#编写的MQTT客户端,可用于IBM的消息队列,用于物联网控制中,主要实现发布,订阅这样推送类型的功能,对于同样的话题,无需点对点一个个socket传输,只需要发布,订阅改话题的用户可以方便收到,而且可以设置消息的级别,控制消息的质量,同时减少对带宽设备的要求,大大加快效率!
- 2022-04-17 07:25:18下载
- 积分:1