代码搜索:矩阵分析
找到约 10,000 项符合「矩阵分析」的源代码
代码结果 10,000
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
www.eeworm.com/read/457536/7324328
ncb 矩阵运算.ncb
www.eeworm.com/read/457536/7324333
pdb 矩阵运算.pdb
www.eeworm.com/read/457536/7324338
exe 矩阵运算.exe
www.eeworm.com/read/457536/7324339