-
四轴姿态解算
应用背景四轴飞控代码四轴飞控代码四轴飞控代码四轴飞控代码四轴飞控代码四轴飞控代码四轴飞控代码四轴飞控代码四轴飞控代码四轴飞控代码四轴飞控代码四轴飞控代码四轴飞控代码四轴飞控代码关键技术卡尔曼滤波卡尔曼滤波卡尔曼滤波卡尔曼滤波卡尔曼滤波卡尔曼滤波卡尔曼滤波卡尔曼滤波卡尔曼滤波卡尔曼滤波卡尔曼滤波卡尔曼滤波卡尔曼滤波卡尔曼滤波卡尔曼滤波卡尔曼滤波卡尔曼滤波卡尔曼滤波卡尔曼滤波卡尔曼滤波卡尔曼滤波卡尔曼滤波卡尔曼滤波卡尔曼滤波卡尔曼滤波卡尔曼滤波卡尔曼滤波
- 2023-03-22 00:35:06下载
- 积分:1
-
Insertion sort
insertion_sort.cpp
#include
#include
#include
#define N 5000
int insertion_sort( int data_insert[] );
void creat_file( char *file_name, int data_file[] );
int main(int argc, char *argv[]){
int data[N];
creat_file( argv[1], data );
请点击左侧文件开始预览 !预览只提供20%的代码片段,完整代码需下载后查看 加载中 侵权举报
- 2022-03-05 04:13:51下载
- 积分:1
-
用VB语言编写的解决运筹学0
用VB语言编写的解决运筹学0-1规划的程序,可以作为大家提交作业的参考啊-Use VB language to solve 0-1 programming operations research procedures, can be used as reference for everyone to submit work ah
- 2022-11-18 08:45:03下载
- 积分:1
-
蚁群聚类算法
蚁群聚类算法是人们对蚂蚁堆形成原理进行研究而产生的一种群体智能算法。LF蚁群聚类算法的主要思想是:将待聚类的数据对象随机放置在一个二维区域中,人工蚂蚁在二维区域内随机移动,每只蚂蚁根据数据对象与局部环境的相似程度,决定捡起或放下该数据对象的概率,相似程度越高捡起的概率越小,放下的概率越小,蚂蚁的移动使得它与其邻域内的邻居相互影响、相互作用,经过一定代数的迭代后,蚁群联合行动导致属于同一类别的对象在同一个空间区域聚集在一起,实现自组织的聚类过程。
- 2022-01-26 07:50:30下载
- 积分:1
-
牛顿插值计算(牛顿插值公式)
牛顿插值计算(牛顿插值公式)-Newton interpolation (Newton interpolation formula)
- 2022-05-15 21:14:57下载
- 积分:1
-
利用KPCA 的COCOMO模型
成本估算是一个耗时和关键任务的软件组织和团队。好的估计可以帮助我们做出更主持决策以及控制和规划softwarerisks,如果他们是非常正确的和有效的。在本文中,我们提出了一个减少饲料前馈神经网络技术——基于主成分分析(KPCA方法估计模型的正确性)。基于COCOMO 81数据集 请点击左侧文件开始预览 !预览只提供20%的代码片段,完整代码需下载后查看 加载中 侵权举报
- 2022-02-25 21:06:46下载
- 积分:1
-
SIMPLE algrithm in Computational fluid mechanics
应用背景This application is to focus on the numerical methods in Computational Fluid Mechanics, dealing with aeronautics, hydraulics, heat and mass transfer etc. We konw fluids have the ability to transport matter and its propertities as well as transmit force, therefore fluid mechanics is a subject that is particularly open to cross fertilization with other sciences and disciplines of engineering. The subject of fluid mechanics will be highly relevant in domains such as chemical,metallurgical, biological and ecological engineering.关键技术
SIMPLE (Semi-Implicit Method for Pressure Linked Equations) algrithm is the principal numerical method to numerical simulate incompressible fluid flow, it can remove the difficults of fake pressure disturbance and neglecting specific pressure equation for incompressible fluid flow successful. The main thoughts and steps of SIMPLE algorithm are given in this application.
The single-phase loc
- 2023-03-06 10:05:03下载
- 积分:1
-
Variable gain PID algorithm c++ to achieve, the current is more PID algorithm co...
变增益PID算法的c++实现,目前PID算法较多的是c代码写的,这里上传一个C++的-Variable gain PID algorithm c++ to achieve, the current is more PID algorithm code written in c, where a C++ From the
- 2022-01-25 17:51:20下载
- 积分:1
-
使用神经网络进行脸部识别系统
应用背景介绍了人工神经网络(ANN)方法在数字图像识别中的应用,并通过在身份验证中的人面部特征提取与识别的实例对现有网络进行了研究,提出了改进思想,以期达到降低运算量、提高识别率的目的。关键技术应用神经网络技术构建了一个完整的人脸识别系统.首先使用基于眼睛位置估计的方法从人脸图像中分割出对识别有意义的纯脸,然后使用自组织映射进行特征压缩,提取有效的鉴别特征.最后使用基于知识的模糊神经网络进行分类.在NUSTDBII人脸数据库上的实验得到了令人满意的结果,并且表明该方法对人脸的姿态及表情有一定的不敏感性.
- 2022-02-02 03:57:11下载
- 积分:1
-
VB的傅里叶变换光谱数据的快速傅里叶变换算法包括分钟…
用VB实现的傅立叶变换谱方法
包括复数据快速傅立叶变换算法、实数据快速傅立叶变换算法1、实数据快速傅立叶变换算法2、快速正弦变换和余弦变换等-VB Fourier transform spectra data including Minute Fast Fourier Transform algorithm, false information Fast Fourier Transform algorithm for one, real data Fast Fourier Transform algorithm 2, rapid transformation sine and cosine transform, etc.
- 2022-03-02 19:34:06下载
- 积分:1