代码搜索:协方差矩阵
找到约 10,000 项符合「协方差矩阵」的源代码
代码结果 10,000
www.eeworm.com/read/298817/7933243
c 乘法矩阵.c
#include
void main()
{
int i,j;
int big[8][8];
for (i = 0;i < 8;i++) /*循环嵌套*/
for (j = 0;j < 8;j++)
big[i][j] = i * j; /* 乘法表 */
big[2][6] = 748;
www.eeworm.com/read/298817/7933432
c 矩阵转换.c
void trans(int *p,int n)
{
int i,j,temp;
int *pi,*pj;
for(i=0;i
www.eeworm.com/read/396511/8102234
txt 矩阵算法.txt
#define maxsize 1000
#define ERROR 0
#define maxrc 100
#include
#include
#include
typedef struct
{ int i,j;
int v;
}node,*pnode;
typedef struct
{ int mu,nu,tu;
www.eeworm.com/read/195741/8133035
bak 生成矩阵.bak
dime a(5,5)
for i=1 to 5
for j=1 to 5
do case
case i
www.eeworm.com/read/195741/8133050
prg 生成矩阵.prg
clear
dime a(5,5)
for i=1 to 5
for j=1 to 5
do case
case i
www.eeworm.com/read/195741/8133118
fxp 生成矩阵.fxp
www.eeworm.com/read/333680/12666119
txt 逆矩阵.txt
function B=ni(A)
[n,m]=size(A);
I=eye(n);
if n==m
for i=1:n
p=A(i,i);
A(i,:)=A(i,:)/p;
I(i,:)=I(i,:)/p;
for k=1:n
if A(i,i)~=0
L=
www.eeworm.com/read/146135/12667686
cpp 回旋矩阵.cpp
#include
#include
#include
main()
{char Key[15][15];
int i,j,n;
coutn;
for(i=0;i
www.eeworm.com/read/146135/12667689
plg 回旋矩阵.plg
Build Log
--------------------Configuration: 回旋矩阵 - Win32 Debug--------------------
Command Lines
Creating temporary file "C:\DOCUME~1\LIQING~1
www.eeworm.com/read/146135/12667692
dsp 回旋矩阵.dsp
# Microsoft Developer Studio Project File - Name="回旋矩阵" - Package Owner=
# Microsoft Developer Studio Generated Build File, Format Version 6.00
# ** DO NOT EDIT **
# TARGTYPE "Win32 (x86) Cons