-
PageRank算法的MapReduce并行化
资源描述PageRank算法是非常重要的一个数据挖掘算法,在该代码中,我们将PageRank算法用java代码实现,并且在MapReduce框架下对PageRank算法进行扩展。压缩文件中不仅有程序,而且有数据和相关的说明。可以直接部署到Hadoop上跑结果。
- 2022-03-06 13:58:06下载
- 积分:1
-
GPS/SINS组合导航VC+源码
应用背景随着科学技术的进步和国防建设水平的不断提高,导航系统的精度要求越
来越高,单一的导航系统已经难以满足高精度导航任务的要求。因此,各种形
式的组合导航系统已经成为当前重要的研究方向和解决方案。研究如何将多种
导航设备有机地结合起来,充分有效地利用其提供的冗余信息,获得一种高精
度、高容错性的组合导航系统,具有重要的现实意义。本文中,以无人机适用
的组合导航系统为背景,研究 SINS/GPS/GM 组合导航系统,实现比较可靠的
定位、测速、测姿,有广泛的理论价值与实用价值。
关键技术卫星导航原理技术,惯性导航技术,组合导航算法,卡尔曼滤波算法
- 2022-08-31 09:40:22下载
- 积分:1
-
Matrix operations class library, after debugging, completely available, the need...
矩阵运算的类库,经调试,完全可用,需要的同志可以免费下载-Matrix operations class library, after debugging, completely available, the need for comrades can be downloaded for free
- 2022-10-19 15:05:03下载
- 积分:1
-
moment program for electromagnetic computing
moment program for electromagnetic computing -moment program for electromagnetic computing
- 2022-04-30 12:09:36下载
- 积分:1
-
Lagrange插值算法
Lagrange插值算法-Lagrange interpolation algorithm
- 2023-01-16 14:45:04下载
- 积分:1
-
calculation method, "Gauss theorem"
计算方法《高斯定理》-calculation method, "Gauss theorem"
- 2023-08-06 12:20:04下载
- 积分:1
-
一些矩阵运算的C代码实现:矩阵一般运算,以及求逆,QR分解,householder变化,LDU, LU分解...
一些矩阵运算的C代码实现:矩阵一般运算,以及求逆,QR分解,householder变化,LDU, LU分解-some matrix calculation of C code to achieve : Matrix general computing, and inversion, QR decomposition, the householder changes, LDU, LU decomposition, etc.
- 2022-03-19 11:41:21下载
- 积分:1
-
unknownexercice
#include < stdlib.h >
#include < stdio.h >
#include < sys/types.h >
#include < sys/stat.h >
#include < fcntl.h >
int 主要 (int argc、 char *argv[])
{
int fd、 fd2、 fd3 ;
int i;
浅黄色 char [10] ;
fd=open(argv[1],O_RDONLY) ;
if(fd2=open(argv[2],O_WRONLY) = =-1)
{
fd3 = 共创 (argv [2],S_IRUSR |S_IWUSR) ;
read(fd,buff,10) ;
write(fd3,buff,10) ;
}
其他
{
fd2=open(argv[2],O_TRUNC) ;
read(fd,buff,10) ;
write(fd2,buff,10) ;
}
返回 0 ;
}
- 2023-05-04 19:30:03下载
- 积分:1
-
修正单纯型方法程序
修正单纯型方法程序-modified simplex methods and procedures-
- 2023-05-21 07:45:03下载
- 积分:1
-
采用高斯消元法实现的n阶线性方程组求解程序;
采用高斯消元法实现的n阶线性方程组求解程序;-using Gaussian elimination method to achieve the n-solving linear equations;
- 2022-03-16 19:09:11下载
- 积分:1