代码搜索:Matrix

找到约 10,000 项符合「Matrix」的源代码

代码结果 10,000
www.eeworm.com/read/332124/12777175

c 逆矩阵.c

#define N 5 /*[注]:修改6为你所要的矩阵阶数*/ #include "stdio.h" #include "conio.h" /*js()函数用于计算行列式,通过递归算法实现*/ int js(s,n) int s[][N],n; {int z,j,k,r,total=0; int b[N][N];/*b[N][N]用于存放,在矩阵s[
www.eeworm.com/read/245849/12777961

m correlate.m

function c = correlate(a,b,bool) % Function computes the correlation of the two input vectors/matrices % (if one of the inputs is a matrix, the other must either % be a vector or a matrix with the
www.eeworm.com/read/245674/12784998

h decodeutil.h

#include #include #include #include int *ivector(int ilow,int ihigh); int **imatrix(int ilow,int ihigh,int jlow,int jhigh); double *vector(int ilow,i
www.eeworm.com/read/144441/12790819

htm chap31.htm

Intro to Algorithms: CHAPTER 31: MATRIX OPERATIONS
www.eeworm.com/read/331961/12793911

m feodex2l.m

function [k]=feodex2l(xl,xr) %------------------------------------------------------------------- % Purpose: % element matrix for (x^2 u'' - 2x u' - 4 u) % using linear element % % S
www.eeworm.com/read/331961/12793929

m ex1293.m

%---------------------------------------------------------------------------- % Example 12.9.3 % to solve the ordinary differential equa
www.eeworm.com/read/331961/12793940

m ex1092.m

%---------------------------------------------------------------------------- % Example 10.9.2 % A clamped square plate is subjected t
www.eeworm.com/read/331961/12793991

m ex8111.m

%-------------------------------------------------------------------------- % Example 8.11.1 % to find the transient response of a cantilev
www.eeworm.com/read/331961/12794006

m ex895.m

%----------------------------------------------------------------------------% % Example 8.9.5 % % to solve a static beam deflection for
www.eeworm.com/read/331961/12794011

m ex894.m

%----------------------------------------------------------------------------% % Example 8.9.4 % % to solve a static beam deflection prob