代码搜索:Matrix
找到约 10,000 项符合「Matrix」的源代码
代码结果 10,000
www.eeworm.com/read/188596/8525695
c 1033.c
#include
#include
char matrix[35][35];
int m[35][35];
int N;
char ch;
void INIT(int x, int y)
{
m[x][y] = 1;
if (x + 1
www.eeworm.com/read/289743/8529903
m combn.m
function [M,IND] = combn(V,N)
% COMBN - all combinations of elements
% M = COMBN(V,N) returns all combinations of N elements of the elements in
% vector V. M has the size (length(V).^N)-by-N.
%
%
www.eeworm.com/read/289743/8530063
m cca.m
function [Z, ccaEigen, ccaDetails] = cca(X, Y, EDGES, OPTS)
%
% Function [Z, CCAEIGEN, CCADETAILS] = CCA(X, Y, EDGES, OPTS) computes a low
% dimensional embedding Z in R^d that maximally preserves ang
www.eeworm.com/read/389318/8533755
m varest.m
% VAREST: Computes the covariance matrix, std. errors, and confidence intervals of the GMM estimators.
%
% SYNTAX: [VAR, SD, CI] = varest(D, S, theta, T)
%
% INPUT
% D : The gradient of the s
www.eeworm.com/read/289579/8541627
c 逆矩阵.c
#define N 5 /*[注]:修改6为你所要的矩阵阶数*/
#include "stdio.h"
#include "conio.h"
/*js()函数用于计算行列式,通过递归算法实现*/
int js(s,n)
int s[][N],n;
{int z,j,k,r,total=0;
int b[N][N];/*b[N][N]用于存放,在矩阵s[
www.eeworm.com/read/433114/8545574
m correlate.m
function c = correlate(a,b,bool)
% Function computes the correlation of the two input vectors/matrices
% (if one of the inputs is a matrix, the other must either
% be a vector or a matrix with the sam
www.eeworm.com/read/433114/8545610
m correlation.m
function c = correlation(a,b)
% Function computes the correlation of the two input vectors/matrices
% (if one of the inputs is a matrix, the other must either
% be a vector or a matrix with the sam
www.eeworm.com/read/289321/8559302
m regem.m
function [X, M, C, Xerr] = regem(X, options)
%REGEM Imputation of missing values with regularized EM algorithm.
%
% [X, M, C, Xerr] = REGEM(X, OPTIONS) replaces missing values
% (NaNs) in the
www.eeworm.com/read/289321/8559307
m gcvridge.m
function h_opt = gcvridge(F, d, trS0, n, r, trSmin, options)
%GCVRIDGE Finds minimum of GCV function for ridge regression.
%
% GCVRIDGE(F, d, trS0, n, r, trSmin, OPTIONS) finds the
% regularizat
www.eeworm.com/read/432923/8563875
txt basic source separation code.txt
***********************************************************
***********************************************************
********* BASIC SOURCE SEPARATION CODE, 23 Jan 1996 *******
********* Tony Be