代码搜索:矩阵分析
找到约 10,000 项符合「矩阵分析」的源代码
代码结果 10,000
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
www.eeworm.com/read/146135/12667693
ncb 回旋矩阵.ncb
www.eeworm.com/read/146135/12667696
opt 回旋矩阵.opt
www.eeworm.com/read/146135/12667698
dsw 回旋矩阵.dsw
Microsoft Developer Studio Workspace File, Format Version 6.00
# WARNING: DO NOT EDIT OR DELETE THIS WORKSPACE FILE!
###############################################################################
www.eeworm.com/read/332579/12747068