代码搜索:Matrix

找到约 10,000 项符合「Matrix」的源代码

代码结果 10,000
www.eeworm.com/read/156528/11795007

m informax.m

%*********************************************************** %%*********************************************************** %********* BASIC SOURCE SEPARATION CODE, 23 Jan 1996 ******* %********* To
www.eeworm.com/read/156528/11795232

m gld_score.m

function [phi, phi2]=gld_score(x,lambda); %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% % GLD_SCORE - Calculates the score function and its derivative % for a distri
www.eeworm.com/read/156528/11795235

m pearson_score.m

function [phi, phi2]=pearson_score(x,b); %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% % PEARSON_SCORE - Calculates the score function and its derivative % for a dis
www.eeworm.com/read/156528/11795378

m informax.m

%*********************************************************** %%*********************************************************** %********* BASIC SOURCE SEPARATION CODE, 23 Jan 1996 ******* %********* To
www.eeworm.com/read/259216/11815532

m face recognition by santiago serrano.m

% Face recognition by Santiago Serrano clear all close all clc % number of images on your training set. M=10; %Chosen std and mean. %It can be any number that it is close to the std and mean
www.eeworm.com/read/345167/11834540

inl linearequation.inl

//LinearEquation.inl 线性方程(组)求解函数(方法)定义 // Ver 1.0.0.0 // 版权所有(C) 何渝, 2002 // 最后修改: 2002.5.31 #ifndef _LINEAREQUATION_INL #define _LINEAREQUATION_INL //全选主元高斯消去法 template int L
www.eeworm.com/read/155903/11839147

cpp xt6-10.cpp

#include using namespace std; int main() {void change(int *p); int a[5][5],*p,i,j; cout
www.eeworm.com/read/155813/11845429

m swmmethod.m

% Face recognition by Santiago Serrano clear all close all clc % number of images on your training set. M=9; %Chosen std and mean. %It can be any number that it is close to the std and mean
www.eeworm.com/read/155508/11867883

cpp gaosixiaoqu.cpp

//列主元消去法求解方程组 #include "stdio.h" #define n 3 //自主定义方程矩阵行列数 float max(float d[],int w) //w为数组中元素个数 { float a[10]; int i; for(i=0;i
www.eeworm.com/read/155424/11874664

java ludecomposition.java

package Jama; /** LU Decomposition. For an m-by-n matrix A with m >= n, the LU decomposition is an m-by-n unit lower triangular matrix L, an n-by-n upper triangular matrix U,