代码搜索:协方差矩阵

找到约 10,000 项符合「协方差矩阵」的源代码

代码结果 10,000
www.eeworm.com/read/197871/7965331

cs sortedcostnodelist.cs

/* 作者:Tom Xu(tsing_feng@163.com) 创建时间:2006-11-03 13:40 内容描述:生成邻接矩阵的所需要的数据结构 */ using System; using System.Collections; using System.Collections.Generic; namespace Iaspec.GIS.Comm
www.eeworm.com/read/197871/7965336

cs node.cs

/* 作者:Tom Xu(tsing_feng@163.com) 创建时间:2006-11-03 13:40 内容描述:生成邻接矩阵的所需要的数据结构 */ using System; using System.Collections ; using System.Collections.Generic; namespace Iaspec.GIS.Com
www.eeworm.com/read/396393/8109899

cpp nyuan.cpp

#include #include int main() { int n, i, j, k; double beishu, t = 0.0; double **a; printf("请输入未知量的个数:"); scanf("%d", &n); printf("\n请输入系数矩阵和右端向量\n"); //分配内存空间
www.eeworm.com/read/245585/12793299

bak cjcbi_5.bak

//求实对称矩阵特征值与特征向量的雅可比法 #include "math.h" #include "stdio.h" #include "conio.h" int cjcbi(double a[],int n,double v[],double eps,int jt); main() { int i,j; double eps; st
www.eeworm.com/read/245585/12793304

cpp cjcbi.cpp

//求实对称矩阵特征值与特征向量的雅可比法 #include "math.h" #include "stdio.h" #include "conio.h" int cjcbi(double a[],int n,double v[],double eps,int jt); main() { int i,j; double eps; st
www.eeworm.com/read/245585/12793316

bak cjcbi.bak

//求实对称矩阵特征值与特征向量的雅可比法 #include "math.h" #include "stdio.h" #include "conio.h" int cjcbi(double a[],int n,double v[],double eps,int jt); main() { int i,j; double eps; st
www.eeworm.com/read/245585/12793321

cpp cjcbi_5.cpp

//求实对称矩阵特征值与特征向量的雅可比法 #include "math.h" #include "stdio.h" #include "conio.h" int cjcbi(double a[],int n,double v[],double eps,int jt); main() { int i,j; double eps; st
www.eeworm.com/read/243993/12901115

cpp tmatrix.cpp

#include #include"Tmatrix.h" //产生稀疏矩阵A的三元组表示 void CreatTmatrix(struct TMatrix &T,Elemtype A[M][N]) { int k=0; for(int row=0;row
www.eeworm.com/read/142770/12922821

m gamain.m

function [betterscore,finalscore]=gamain(tspdist,popsize,pc,pm,alpha,k) %遗传算法主函数 %tspdist为距离矩阵,popsize种群规模, %pc交叉概率,pm变异概率,alpha选择操作参数,k迭代次数 %1 初始化 citynum=length(tspdist); gt=initializega(po
www.eeworm.com/read/141385/13013816

h eigenvaluevector.h

// EigenvalueVector.h 计算特征值特征向量头文件 // Ver 1.0.0.0 // 版权所有(C) 何渝, 2002 // 最后修改: 2002.8.10 #ifndef _EIGENVALUEVECTOR_H //避免多次编译 #define _EIGENVALUEVECTOR_H #include "Matrix.h" //矩阵类及相关函数等