代码搜索:协方差矩阵

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

代码结果 10,000
www.eeworm.com/read/404035/11492308

m dijkstra.m

% Dijkstra最短路算法 % % 作者: 杨建栋% % 日期: 2009年1月11日% function [path,short_distance]=Dijkstra(Input_weight,start,endpoint) % 输入参数: % Input_weight-------输入边权值矩阵! % start--------起点; % endpoint------终点;
www.eeworm.com/read/402581/11533162

m selection.m

function selm = selection(popu,fitness,gap,pc,pm,tsels); % 选择操作 popun = popu.size; selm = zeros(popun,3); % popu.size如果是3则产生的selm是 3*3 全 0 矩阵 % Fitness values and sort % % fit = zeros(1,
www.eeworm.com/read/400154/11582084

txt 新建 文本文档.txt

// 图的相邻矩阵表示存储图,实现图的拓扑排序 #include #include #include "Graphm.h" // 函数功能:显示排序后的序列 void Visit(Graph &G, int v) { cout
www.eeworm.com/read/158240/11631082

m jacobi.m

function [y,n]=jacobi(A,b,x0,eps) if nargin==3 eps=1.0e-6; elseif nargin
www.eeworm.com/read/158240/11631118

m gauseidel.m

function [y,n]=gauseidel(A,b,x0,eps) if nargin==3 eps=1.0e-6; elseif nargin
www.eeworm.com/read/157630/11680196

m testlin.m

clear;clc;close all; disp('-------------采用线形内积函数的支持向量机的应用-------------'); disp('输入样本矩阵(每行表示一个测试数据,一共20行):'); x=[randn(1,20)-3 randn(1,20)
www.eeworm.com/read/346860/11718079

m jacobi.m

function [y,n]=jacobi(A,b,x0,eps) if nargin==3 eps=1.0e-6; elseif nargin
www.eeworm.com/read/346860/11718116

m gauseidel.m

function [y,n]=gauseidel(A,b,x0,eps) if nargin==3 eps=1.0e-6; elseif nargin
www.eeworm.com/read/260437/11725537

cpp prewcovertmatrix.cpp

#include "filein.h" #include "share.h" int PreWcovertmatrixint(double *in_1,double *in_2,double *in_3,double *in_4,double *in_5,double *in_6,matrix *C,matrix *D)//预加窗的矩阵形式 { int i,j; comple
www.eeworm.com/read/156874/11757782

txt 06-10.txt

例6-10 魔术矩阵的生成。 解:在命令窗口中输入如下命令,并按Enter键确认。 >> magic(2) ans = 1 3 4 2 >> magic(3) ans = 8 1 6 3 5 7 4 9 2 >> magic(4) ans = 16