-
《C++ In Action》源代码,供学习C++人士共同分享!!希望对大家有帮助...
《C++ In Action》源代码,供学习C++人士共同分享!!希望对大家有帮助- C++ In Action the source code for learning C++ People to share! ! We hope to help
- 2022-02-09 18:35:59下载
- 积分:1
-
这个程序是把一个16进制的文件中的数据,转换为文本表现的方式,比如0x40--》0x40写到一个文件中。...
这个程序是把一个16进制的文件中的数据,转换为文本表现的方式,比如0x40--》0x40写到一个文件中。-this procedure is a band of 16 documents, the data conversion performance of the text, such as 0x40-- "0x40 wrote a document.
- 2022-07-22 17:42:37下载
- 积分:1
-
用 VB 做的一个 232
用 VB 做的一个 232-485 抄表程式(上海04版),还有其它的(hz218@sina.com) -This program is used for 232-485 writting form(Shang Hai 04 version) and written by VB language, other version please contact my email address.(hz218@sina.com)
- 2022-01-26 07:43:25下载
- 积分:1
-
本学生信息管理系统实现的基本功能有:
学生:查看基本信息、查看成绩、查看已选课程、选课、退课、修改密码;
老师:查看基本信息、学生成绩的录入、修改、删除...
本学生信息管理系统实现的基本功能有:
学生:查看基本信息、查看成绩、查看已选课程、选课、退课、修改密码;
老师:查看基本信息、学生成绩的录入、修改、删除、教师登录密码修改
管理员:学生、老师、管理员账号的添加删除,自己密码的修改。
-The Student Information Management System to achieve the basic functions are: Student: View basic information, view results, view the selected courses, elective, back classes, change password teacher: View basic information about student achievement of the entry, modify, delete, teachers, Modify Administrator Password: students, teachers, administrators account Add to delete their own password changes.
- 2022-06-30 01:42:03下载
- 积分:1
-
VBA code VBProject常用代码操作_很多很奇怪的东西可以用
- 2023-02-01 19:15:03下载
- 积分:1
-
帮你顺利建立一个客户端的源码!
帮你顺利建立一个客户端的源码!-Help you successfully establish a client
- 2022-01-25 17:10:41下载
- 积分:1
-
时间管理器,以计算机系统时间为准管理时间
时间管理器,以计算机系统时间为准管理时间-Time management, and to computer systems based on the time management time
- 2022-10-10 21:56:03下载
- 积分:1
-
vc 调用 JavaScript 不是原创 不过很好用就转来了
vc 调用 JavaScript 不是原创 不过很好用就转来了 -vc call JavaScript
- 2023-03-13 23:25:03下载
- 积分:1
-
This lab consists of two parts:
1. A preparatory case study with a standard Kal...
Start with the runlocalization track.m which is
the entrance function to your lab. This function reads two les determined by
simoutle and maple input arguments which contain information about sensor
readings and the map of the environment respectively, runs a loop for all the
sensor readings and calls the ekf localize.m to perform one iteration of EKF
localization on the readings and plots the estimation(red)/ground truth(green)
and odometry(blue) information.-This lab consists of two parts:
1. A preparatory case study with a standard Kalman lter where you learn
more about the behavior of the Kalman lter. Very little extra code is
needed.
2. The main lab 1 problem in which you need to complete an implementation
of an Extended Kalman lter based robot localization.
- 2022-11-09 03:30:03下载
- 积分:1
-
基于粒子滤波器(Particle Filter)的目标跟踪
该工程是基于粒子滤波器的目标跟踪的实现代码,利用粒子滤波器预测目标状态,再根据颜色直方图进行最优匹配,通过计算Bhattacharyya系数校正权重值,更新状态值作为跟踪输出,最后更新目标直方图模型作为下一帧的输入。该工程是在VS2013编译环境下,OpenCV3.1版本支持下,编译的X64版本,使用者可将代码根据自己需求另建工程。使用说明:英文输入状态下,按键P暂停,在前景窗口或跟踪窗口手动选取跟踪目标,再按键P继续运行。代码附有详细备注。
- 2022-06-20 13:02:47下载
- 积分:1