代码搜索:协方差矩阵
找到约 10,000 项符合「协方差矩阵」的源代码
代码结果 10,000
www.eeworm.com/read/308157/13707196
c 矩阵乘法动态规划.c
/*
* File: multi.c
* Description: 矩阵乘法动态规划
* Created: 10:20 2001-12-3
* Author: Justin Hou [mailto:justin_hou@hotmail.com]
*
*/
#include
#define N 7
int midd
www.eeworm.com/read/307624/13718558
rar 正交矩阵表二.rar
www.eeworm.com/read/307624/13718561
txt 正交矩阵表二.txt
2^2 3^35 6^1 18^1 n=108
00000000000000000000000000000000011220 0
00011220112212200122002001120011101013 1
00011221220001122200112001112200022002 2
00011221220020011011221220020011112125 3
0
www.eeworm.com/read/307624/13718562
txt 正交矩阵表一.txt
2^3 n=4
000
011
101
110
2^4 4^1 n=8
00000
00112
01011
01103
10013
10101
11002
11110
3^4 n=9
0000
0121
0212
1022
1110
1201
2011
2102
2220
2^11 n=12
000100
www.eeworm.com/read/307624/13718564
rar 正交矩阵表一.rar
www.eeworm.com/read/302867/13826050
txt 稀疏矩阵压缩表示.txt
利用一个三元组数组(三元组表)来表示一个稀疏矩阵,每个三元组表示非零
元素在原矩阵中的行数、列数、值。
www.eeworm.com/read/151133/5685980
c 矩阵乘法动态规划.c
/*
* File: multi.c
* Description: 矩阵乘法动态规划
* Created: 10:20 2001-12-3
* Author: Justin Hou [mailto:justin_hou@hotmail.com]
*
*/
#include
#define N 7
int midd
www.eeworm.com/read/493658/6388693
c 矩阵键盘扫描程序.c
#include
#include "define.h"
uint temp,n,num;
uchar code smgtable[]={
0x3f,0x06,0x5b,0x4f,
0x66,0x6d,0x7d,0x07,
0x7f,0x6f,0x77,0x7c,
0x39,0x5e,0x79,0x71,0};
void display(uchar);
voi
www.eeworm.com/read/489196/6475063
c 图的矩阵创建.c
/******************************************************/
/* 图的邻接矩阵创建算法 */
/* 文件名c_ljjz.c 函数名creatmgraph1() */
/* 函数名creatmgraph2()