-
particle filter
unlike kalman filter this filter is more suitable to deal with nonlinear data types. the source code is of omnet++ simulators. which contains a c++ file and other two files is used for network description and the general initialization files.
- 2022-01-28 02:07:30下载
- 积分:1
-
图像的二值化,采用最大类间方差otsu法实现,自己写的c程序,可以直接运行
本人用c自己实现的otsu二值化程序,绝对原创,可以直接运行,是linux版本的,对于window而言,稍作修改即可运行。这里对rgb图像进行处理,可以看到运行之后的效果。
- 2023-07-17 03:25:04下载
- 积分:1
-
带有良好图形界面的爬墙机器人程序
爬墙机器人算法的的Python实现,带有GTK图形界面。算法描述如下:当没有墙时,机器人默认向东方移动,触墙后,根据设计的状态机进行方向的转移。该算法可以通过一般的地图测试。
- 2022-06-29 09:05:57下载
- 积分:1
-
一种混杂粒子群优化算法,通过单纯形加速优化过程
一种混杂粒子群优化算法,通过单纯形加速优化过程-A hybrid particle swarm optimization algorithm, to accelerate the adoption of simplex optimization process
- 2022-06-16 04:09:21下载
- 积分:1
-
The cart with an inverted pendulum, shown below, is "bumped" with an impulse
f...
The cart with an inverted pendulum, shown below, is "bumped" with an impulse
force, F. Determine the dynamic equations of motion for the system, and lin
earize about the pendulum s angle, theta = Pi (in other words, assume that p
endulum does not move more than a few degrees away from the vertical, chosen
to be at an angle of Pi). Find a controller to satisfy all of the design re
quirements given below.
-The cart with an inverted pendulum, shown below, is "bumped" with an impulse force, F. Determine the dynamic equations of motion for the system, and lin earize about the pendulum s angle, theta = Pi (in other words, assume that p endulum does not move more than a few degrees away from the vertical, chosen to be at an angle of Pi). Find a controller to satisfy all of the design re quirements given below.
- 2022-03-17 02:37:20下载
- 积分:1
-
NVIDIA 的数学运算库,包括快速开方,浮点转整数等
NVIDIA 的数学运算库,包括快速开方,浮点转整数等-NVIDIA mathematical libraries, including rapid evolution, floating point to integer, etc.
- 2022-07-18 03:32:51下载
- 积分:1
-
线性规划的单纯形法
simplex method for linear programing
- 2023-01-26 02:40:04下载
- 积分:1
-
一个可以计算出的日期,是目前的一年,是前几天…
用C语言编写一个能计算当前日期是本年第几天的程序(可区分闰年问题哦)-C language one can calculate the date of the current year is the first few days of proceedings (which can distinguish between a leap year problem oh)
- 2022-03-04 07:46:37下载
- 积分:1
-
c++中动态栈的实现
C++中栈结构建立与操作详细解析。我们可以把栈理解成一个大仓库,放在仓库门口(栈顶)的货物会优先被取出,然后再取出里面的货物。而从数据的逻辑结构来看,栈结构起始就是一种线性结构。
- 2023-02-19 07:05:04下载
- 积分:1
-
maXbox 基础算法代码解决方案
基础算法代码解决方案 (BACS)这个包是一笔小的和已知的算法存在的问题及解决方案编码是种科学与艺术之间的一门学科。在任何时候,我们会深入到 maXbox 或 ObjectPascal 编程 (OP)。它是只是引物,以在编写一个程序中显示的第一步。另一个教训深入与第二个步骤,并显示对象、 类和事件。作为一个教练和老师,我发现没有什么教育学生误以为算法优于解决微小的、 个人的和短的问题。他们是向大脑什么俯卧撑...无论肌肉组俯卧撑是的。举个例子: 给定文本,显示按相反的顺序由奇数排名的每个字符的文本。或者,给出一组数字,显示所有成对的去乐透发电机的总和是 10 到 100 之间的数字。绝大多数我们使用类似四舍五入或 sqrt () 函数都隐含在图书馆 (或单位)。图书馆是你可以在你的程序中包含的代码的集合。通过将您常用的代码存储在库中,可以多次在不同的项目中重用的代码,并还隐藏比较难的部分,从开发人员的代码。一旦一个单位测试它是稳定使用。
- 2022-01-25 23:03:12下载
- 积分:1