-
四轴四元数姿态滤波算法MadgwickAHRS和原理说明
资源描述文件包含软件源码和PDF原理说明、使用说明。此算法包含陀螺仪和加速度计数据融合、地磁传感器数据融合。
- 2022-01-26 02:27:14下载
- 积分:1
-
有缺省值数据梯度求算
基于有缺省值的数据进行梯度求算时的一系列问题,自编的算法fortran程序,在实际数据处理与绘图中有很好的应用性
- 2022-05-05 09:54:04下载
- 积分:1
-
debug fast sorting algorithms.
调试实现快速排序算法。-debug fast sorting algorithms.
- 2022-12-24 14:30:03下载
- 积分: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
-
Real
实数编码遗传算法程序 这是第二部分,可用于模型参数辨识,也有其它的用途-Real-coded genetic algorithm This is the second part of the procedure can be used for model parameter identification, there are other uses
- 2023-02-08 13:45:03下载
- 积分:1
-
常用数值算法大全,包扩各种算法,大家共享
常用数值算法大全,包扩各种算法,大家共享-Numerical algorithm used Daquan, including widening of various algorithms, everyone shared
- 2022-03-01 10:12:26下载
- 积分:1
-
图像的复原
资源描述AppWizard has created this ImageProcessing application for you. This application not only demonstrates the basics of using the Microsoft Foundation classes but is also a starting point for writing your application.
- 2023-01-04 15:40:03下载
- 积分:1
-
dijkstra算法C实现
dijkstra最短距离算法的C语言实现。
dijkstra算法是网络中最短距离的一种基础算法,代码包含main函数,linux运行成功
- 2022-09-02 17:30:03下载
- 积分:1
-
cron creator
This is a tool to create the cron expression.
这是一个能够产生cron表达式的。
主要是针对的linux平台下的cron的移植,能够用于界面直接输入,然后输出cron表达式!!!
- 2022-06-20 03:16:39下载
- 积分:1
-
c语言计算器
c语言计算器。基于c设计的计算器。嗯,功能非常强大,界面非常不错。值得下载!绝对值得新手学习!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
- 2022-03-13 08:21:24下载
- 积分:1