-
TC2.0 是一款C语言编程器 ,压缩包解压时不能有密码。
TC2.0 是一款C语言编程器 ,压缩包解压时不能有密码。-TC2.0 is a C language programming, and the cabinet should not have a password when extracting.
- 2022-07-28 09:28:54下载
- 积分:1
-
let you easily achieve full screen display of code, full
让你轻松实现全屏显示的代码,全屏时你还可以保留工具条。(22KB)-let you easily achieve full screen display of code, full-screen when you can retain toolbar. (File)
- 2022-02-27 04:55:08下载
- 积分:1
-
一个有趣的对象切割程序的附加剪切面
一个附加剪切面裁剪物体的有趣程序-an additional shear surface of the interesting objects cutting procedures
- 2023-08-11 17:20:04下载
- 积分:1
-
game渲染
游戏渲染的实例,注释中标明了工作原理。对游戏的渲染有着清晰的注释。可以是初学者很容易理解工作过程,当然需要有一点C++的知识和VC编程的常识。
- 2022-02-02 22:53:36下载
- 积分:1
-
colorMoment
在图像识别的时候用到的颜色矩特征的提取算法 是用C++实现的-Color moment feature extraction algorithm is used when the image recognition using C++
- 2022-05-13 05:30:02下载
- 积分:1
-
《Visual C++ 6.0 MFC时尚编程百例》随书编程代码,欢迎学习与下载。...
《Visual C++ 6.0 MFC时尚编程百例》随书编程代码,欢迎学习与下载。-visual c++ 6.0 MFC
- 2022-03-24 03:33:58下载
- 积分: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
-
哈夫曼编码
哈夫曼编码(Huffman Coding),又称霍夫曼编码,是一种编码方式,哈夫曼编码是可变字长编码(VLC)的一种。Huffman于1952年提出一种编码方法,该方法完全依据字符出现概率来构造异字头的平均长度最短的码字,有时称之为最佳编码,一般就叫做Huffman编码(有时也称为霍夫曼编码)。
赫夫曼编码的具体方法:先按出现的概率大小排队,把两个最小的概率相加,作为新的概率 和剩余的概率重新排队,再把最小的两个概率相加,再重新排队,直到最后变成1。每次相 加时都将“0”和“1”赋与相加的两个概率,读出时由该符号开始一直走到最后的“1”, 将路线上所遇到的“0”和“1”按最低位到最高位的顺序排好,就是该符号的赫夫曼编码。
- 2023-03-09 19:15:02下载
- 积分:1
-
很有意思的一个源码,能模仿物体在重力环境下的运动及形态,附带了7个示例...
很有意思的一个源码,能模仿物体在重力环境下的运动及形态,附带了7个示例-very interesting one source, can imitate objects in gravity environment of movement and form, accompanied by seven examples
- 2022-07-13 12:45:18下载
- 积分:1
-
Taiwan students to write an algorithm for solving the ant problem tsp
台湾的一个学生写的 蚁群算法解决tsp问题-Taiwan students to write an algorithm for solving the ant problem tsp
- 2022-02-02 00:58:19下载
- 积分:1