-
长 Ariphmetic
这是一个关于长串的数字项目和实现计算与长串的数字。这是一种具有长 ariphmetical 的使用算法,计算它。此外,如果你想实现您的项目与长串的数字,并且计算与它,然后使用它图书馆长 ariphmetics。好吧。
- 2022-03-18 03:47:41下载
- 积分:1
-
卡尔曼滤波是一种重要的数字视频图象跟踪方法。
卡尔曼滤波是一种重要的数字视频图象跟踪方法。-Kalman filtering is an important digital video image tracking method.
- 2023-07-24 14:10:03下载
- 积分:1
-
快速排序在C++
快速排序是最受欢迎的因为它是不难实现,适用于各种不同类型的输入数据,并速度比任何其他在典型应用程序中的排序方法。它是的地方 (使用只有一个小的辅助堆栈),需要时间正比于 N log N 对平均的 N 对项目排序,并且有极短的内环。快速排序是分而治之的排序方法。它的工作原理数组分成两部分,然后独立排序部分。
- 2022-11-14 18:45:03下载
- 积分:1
-
级数展开法计算圆周率精确到千万位以上
级数展开法计算圆周率精确到千万位以上-Series calculated pi accurate to more than 10 million
- 2022-04-16 05:58:08下载
- 积分: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
-
迪杰斯特拉最短路径算法
迪杰斯特拉最短路径算法-Floyd shortest path algorithm
- 2023-08-08 05:50:03下载
- 积分:1
-
ids classification algorithms csharp
ids classification algorithms csharp-ids classification algorithms csharp
- 2022-03-18 23:19:29下载
- 积分:1
-
c/c++编写的一个日历程序
是c/c++编写的一个算法程序,在VC6.0里执行该程序之后,会显示年月日,并且该年月日是当天的时间,对于c/c++的编写有一定的参考性,可以以此为基础进行其他程序的移植。
- 2022-09-14 16:15:03下载
- 积分:1
-
GPS/SINS组合导航VC+源码
应用背景随着科学技术的进步和国防建设水平的不断提高,导航系统的精度要求越
来越高,单一的导航系统已经难以满足高精度导航任务的要求。因此,各种形
式的组合导航系统已经成为当前重要的研究方向和解决方案。研究如何将多种
导航设备有机地结合起来,充分有效地利用其提供的冗余信息,获得一种高精
度、高容错性的组合导航系统,具有重要的现实意义。本文中,以无人机适用
的组合导航系统为背景,研究 SINS/GPS/GM 组合导航系统,实现比较可靠的
定位、测速、测姿,有广泛的理论价值与实用价值。
关键技术卫星导航原理技术,惯性导航技术,组合导航算法,卡尔曼滤波算法
- 2022-08-31 09:40:22下载
- 积分:1
-
OFELI is an object oriented library of C++ classes for development of finite ele...
OFELI is an object oriented library of C++ classes for development of finite element codes. Its main features are : * Various storage schemes of matrices (dense, sparse, skyline). * Direct methods of solution of linear systems of equations as well as various combinations of iterative solvers and preconditioners. * Shape functions of most "popular" finite elements * Element arrays of most popular problems (Heat Transfer, Fluid Flow, Solid Mechanics, Electromagnetics, ...).-OFELI is an object oriented library of C++ classes for development of finite element codes. Its main features are :* Various storage schemes of matrices (dense, sparse, skyline).* Direct methods of solution of linear systems of equations as well as various combinations of iterative solvers and preconditioners.* Shape functions of most "popular" finite elements* Element arrays of most popular problems (Heat Transfer, Fluid Flow, Solid Mechanics, Electromagnetics, ...).
- 2022-02-27 06:26:31下载
- 积分:1