-
同时定位与构图算法
导航,机器人领域的同时定位与构图(slam)算法。kalman滤波,粒子滤波各两个程序,亲自验证,换过多个matlab版本,一直都好用。
- 2022-03-20 07:32:54下载
- 积分:1
-
三维球的RCS计算,FDTD法
该原码使用Matlab编写的3维FDTD(时域有限差分算法)计算了球的RCS经典散射问题,采用PEC作边界,高斯波束激励。
- 2022-08-19 07:25:15下载
- 积分:1
-
理发馆的排队模拟
理发馆的排队模拟- The haircut hall lines up simulates
- 2022-03-19 06:41:35下载
- 积分:1
-
用于AD转换的 ,is very good for you
用于AD转换的 ,is very good for you -For AD conversion, is very good for you
- 2022-02-05 18:54:03下载
- 积分:1
-
使用MFC的多项式计算完毕,很值得看,但也乐…
使用MFC完成多项式的计算,很值得一看,也是学习数据结构的好程序-use MFC polynomial complete the calculation, it is worth looking at, but also learn from the data structures the program
- 2023-07-15 23:15:08下载
- 积分:1
-
在与divide_and_conquer nxm矩阵二进制搜索算法!
Binary Search in nxm matrix, with divide_and_conquer algorithm!
The matrix has sortex in row and column. (young tableau)
- 2022-02-14 23:00:49下载
- 积分:1
-
国家咨询交通仿真系统的语言,在第三个…
c语言的全国交通仿真咨询系统,详见报告
- 2022-07-16 16:45:59下载
- 积分:1
-
点名程序,实现不重复点名,可保存上次点名
这是一个随机点名程序,使用java语言开发,利用eclipse平台编写,运行该程序可以看到界面中有开始新点名或者继续上次点名,可以实现不重复点名,点名之后已点过的人会保存起来。
- 2022-02-27 05:22:32下载
- 积分:1
-
这是一个简单的演示如何评价文本的数学表达式
This a simple demo of how to evaluate mathematical expressions in text
format, including provision for variables and functions. The code consists of
three simple classes: 1) Calc - which does the main calculations, 2) Stack -
which is used to push and pop intermediate operators and numbers and 3)
Symbol Table. The symbol table is a collection of calc symbols, a type structure
consisting of various elements, including the expression name, function name,
and the final value of the expression The evaluation procedure is done in three
steps: 1) simplify the expression by removing all the elements within () and
storing them in subexpressions within the symbol table. 2) Each of these sub
expressions are then converted to RPN format (Reverse polar notation) and
evaluated 3) Finally, the main expression is converted to RPN and evaluated-This is a simple demo of how to evaluate mathematical expressions in text
format, including provision for variables and functi
- 2022-02-20 06:26:41下载
- 积分:1
-
七大基本排序算法
七大基本排序算法,已通过测试快速排序冒泡排序堆排序希尔排序归并排序选择排序插入排序
- 2022-01-28 19:10:43下载
- 积分:1