代码搜索:协方差矩阵
找到约 10,000 项符合「协方差矩阵」的源代码
代码结果 10,000
www.eeworm.com/read/180414/9309140
cpp le_totalchoicegauss.cpp
//LE_TotalChoiceGauss.cpp 全选主元高斯消去法
#include //输入输出流头文件
#include "LinearEquation.h" //线性方程(组)求解头文件
void main()
{
int i;
double a[4][4] = //实系数矩阵
{
{0.2368, 0.2471,
www.eeworm.com/read/376610/9312063
cpp graph.cpp
#include
#include
#define INF 32767 /*INF表示∞*/
typedef int InfoType;
typedef char Vertex;
#define MAXV 6 /*最大顶点个数*/
/*以下定义邻接矩阵类型*/
typedef struct /*图的定义*/
www.eeworm.com/read/175791/9531040
cpp 导游图最终版.cpp
#include
#include
using namespace std;
#define M 10000 //定义无穷大
#define n 15 //顶点数
typedef struct {
string vexs[n]; //顶点表
int edges[n][n]; //邻接矩阵,可看作边表
int b,e
www.eeworm.com/read/371212/9561618
cpp 1698_xiedi.cpp
#include
#include
const maxint = 1000000;
short g[380][380], d[380]; //邻接表
char c[380][380], f[380][380]; //邻接矩阵
int q[400], fa[400], s, t; //队列和增广路径
bool
www.eeworm.com/read/364978/9885104
cpp le_totalchoicegauss.cpp
//LE_TotalChoiceGauss.cpp 全选主元高斯消去法
#include //输入输出流头文件
#include "LinearEquation.h" //线性方程(组)求解头文件
void main()
{
int i;
double a[4][4] = //实系数矩阵
{
{0.2368, 0.2471,
www.eeworm.com/read/364713/9897493
cpp dfstraverse.cpp
//CreatUDN.cpp
//采用邻接矩阵表示法,构造图
# include
# include
# include
# include
# define INFINITY 1000
# define MAX_VERTEX_NUM 20
# define OK 1
typedef en
www.eeworm.com/read/364713/9897496
cpp creatgraph.cpp
//CreatUDN.cpp
//采用邻接矩阵表示法,构造图
# include
# include
# include
# include
# define INFINITY 1000
# define MAX_VERTEX_NUM 20
# define OK 1
typedef en
www.eeworm.com/read/363438/9951628
m ar_smart.m
clear;
%%%AR
% load Eunitefhgz.mat %% Eunitef competition-data 2001
load Eunitefhgz97.mat
e=0.001; %矩阵的系数,一般是小于1的数,但也不宜过小,可能导致计算过程发散
NN=30;
www.eeworm.com/read/363438/9951659
m ar_smart_ensemble.m
clear;
%%%AR
% load Eunitefhgz.mat %% Eunitef competition-data 2001
load Eunitefhgz97.mat
e=0.001; %矩阵的系数,一般是小于1的数,但也不宜过小,可能导致计算过程发散
NN=30;
www.eeworm.com/read/363438/9951678
asv ar_smart.asv
clear;
%%%AR
% load Eunitefhgz.mat %% Eunitef competition-data 2001
load Eunitefhgz97.mat
e=0.001; %矩阵的系数,一般是小于1的数,但也不宜过小,可能导致计算过程发散
NN=30;