-
Learning-OpenCV
本书可作为信息处理、计算机、机器人、人工智能、遥感图像处理、认知神经科学等有关专业的高年级学生或研究生的教学用书,也可供相关领域的研究工作者参考。(This book can be used as information processing, computer, robot, remote sensing image processing, artificial intelligence, cognitive neuroscience and related professional senior student or graduate student s teaching resources, also can be used for reference in the related areas of research workers.)
- 2013-12-07 16:43:45下载
- 积分:1
-
模拟扫雷游戏
模拟扫雷游戏代码,算法优化,可作为游戏开发者参考程序。程序详细,通俗易懂,再现了扫雷游戏的过程
- 2023-05-03 21:15:03下载
- 积分:1
-
ADS1x9x_ECG_Recorder_FW
在MSP4305529上设计开发的,基于ADS1292的51阶,151阶的低通滤波算法,可以准确滤出50HZ干扰。(Design and development on MSP4305529 based on ADS1292, 51 order, 151 order low-pass filtering algorithm, can filter out 50HZ interference.)
- 2020-09-11 19:08:00下载
- 积分:1
-
RTSP DEMO
live555获取流 + ffmpeg解码 + sdl 播放,可以播放了,但有一个问题,就是会不时变花
- 2023-08-14 13:55:29下载
- 积分:1
-
GPS_SINS
几个用C++编写的关于GPS捷联惯性组合导航的程序,采用kalman滤波(Several programs written in C++ about GPS strapdown inertial integrated navigation, using Kalman filtering)
- 2020-09-10 16:38:01下载
- 积分:1
-
7Z压缩文件的 解压缩例子源码
7Z压缩解压缩.zip
- 2016-10-25下载
- 积分:1
-
DS-TM52F5284_84C_88_88C_EV20
c8051 datasheet test DS-TM52F5284_84C_88_88C_EV20.zip
- 2019-06-03 13:38:12下载
- 积分:1
-
c-expert-programming
C专家编程电子版,详细讲述了C语言的发展,深入讲解了数组指针等重要结构,是进一步学习C语言的好工具。(C expert programming electronic version of a detailed account of the development of the C language, in-depth to explain the important structure of the array of pointers, a good tool for further study of the C language.)
- 2012-07-19 19:05:09下载
- 积分:1
-
C# 使用聚合函数查找数据库重复记录
C#利用聚合函数显示数据库中重复记录的数量,这个例子可找出数据库中的重复内容,对优化数据库很有帮助。实现本功能可参考以下代码:
dgv_Message.DataSource = GetMessage();//设置数据源
dgv_Message.Columns[0].Width = this.Width;//设置列宽度
dgv_Message.DataSource = GetStudent();//设置数据源
dgv_Message.Columns[0].Width = 200;//设置列宽度
string P_Str_SqlStr = string.Format(//创建SQL查询字符串
@"SELECT 所在学院 ,COUNT(所在学院) AS 学生数量 FROM tb_Student GROUP BY 所在学院");
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-06-30 05:46:27下载
- 积分:1
-
LMS2
说明: LMS算法的MATlab仿真分析,结果表明LMS算法有较好的噪声消除效果!(LMS algorithm MATlab simulation results show that the LMS algorithm has better noise reduction effect!)
- 2010-03-31 10:59:38下载
- 积分:1