代码搜索:协方差矩阵

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

代码结果 10,000
www.eeworm.com/read/420083/10817857

lst 矩阵键盘.lst

C51 COMPILER V6.12 _____黖_ 03/01/2009 11:54:09 PAGE 1 C51 COMPILER V6.12, COMPILATION OF MODULE _____黖_ OBJECT MODULE PLACED IN
www.eeworm.com/read/420083/10817858

doc ~$矩阵键盘.doc

www.eeworm.com/read/420083/10817859

plg 矩阵键盘.plg

www.eeworm.com/read/349332/10835128

txt 矩阵相乘.txt

using System; public class MatrixMultiply { public static void Main() { int a,b,c,d; Console.WriteLine ("该程序将求出两个矩阵的积:"); Console.WriteLine ("请指定矩阵A的行数:"); a=int.Parse (Console.Re
www.eeworm.com/read/272778/10944855

txt 矩阵运算.txt

////////////////////////////////////////////////////////////// //实矩阵相乘 //计算矩阵A(m*n)和B(n*k)的乘积,结果保存在C(m*k)中 //a-长度为m*n的数组 //b-长度为n*k的数组 //c-长度为m*k的数组,存放结果 void damul(double a[],double b[],int m,i
www.eeworm.com/read/417249/10998830

ppt 矩阵理论.ppt

www.eeworm.com/read/470552/6913411

txt 矩阵排序.txt

以自己写一个函数用来给数组排序。或者用MATLAB自带的Matlab 用sort函数排序 二维数组2008-09-14 22:51在Matlab中排序某个向量(一维)时,可以使用sort(A),其中A为待排序的向量,如果仅是用来排序A,那么直接使用sort(A)即可, 如果排序后还需要保留原来的索引可以用返回值,即[B,ind]=sort(A),计算后,B是A排序后的向量,A保持不变,ind是B中 ...
www.eeworm.com/read/467321/7009681

cpp 矩阵计算.cpp

#include #include template void inverse(T1 *mat1,T2*mat2,int a,int b); template void multi(T1 *mat1,T2 *mat2,T2 *re,int a,in
www.eeworm.com/read/457549/7322971

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/457536/7324326

plg 矩阵运算.plg

Build Log --------------------Configuration: 矩阵运算 - Win32 Debug-------------------- Command Lines Creating temporary file "C:\DOCUME~1\ADMINI~1