代码搜索:Matrices

找到约 3,616 项符合「Matrices」的源代码

代码结果 3,616
www.eeworm.com/read/456187/7356056

java exercise5_22.java

public class Exercise5_22 { /** Main method */ public static void main(String[] args) { // Create two matrices as two dimensional arrays int[][] matrix1 = new int[5][5]; int[][] matrix
www.eeworm.com/read/443646/7629542

gon matrixseries.gon

CLUSTAL_SERIES MATRIX 61 100 /us1/user/julie/matrices/gon80.bla MATRIX 41 60 /us1/user/julie/matrices/gon120.bla MATRIX 21 40 /us1/user/julie/matrices/gon250.bla MATRIX 0 40 /us1/user/julie/matrices
www.eeworm.com/read/435830/7783348

m exs7.m

% example exs7 %---------------------------------------------------------------- % PURPOSE % Analysis of two dimensional diffusion %----------------------------------------------------------------
www.eeworm.com/read/298828/7932769

m mac_to_bc.m

%MAC to BC Transformation %Authors: Nihar Jindal, Wonjong Rhee, Sriram Vishwanath, Syed Jafar, Andrea %Goldsmith %Date: 6/20/05 function Downlink = MAC_to_BC(H, Uplink); %assumes users decoded in i
www.eeworm.com/read/296909/8072960

m mrdivide.m

function r = mrdivide(obj1, obj2) % GPVAR/MRDIVIDE Implements '/' for GP variable. % if ( length(obj1) > 1 || length(obj2) > 1 ) error(['Cannot divide vectors or matrices of GP variables.' char(10
www.eeworm.com/read/145339/12735039

m exs7.m

% example exs7 %---------------------------------------------------------------- % PURPOSE % Analysis of two dimensional diffusion %----------------------------------------------------------------
www.eeworm.com/read/244502/12859542

m exs8.m

% example exs8 %---------------------------------------------------------------- % PURPOSE % Analysis of two dimensional diffusion %----------------------------------------------------------------
www.eeworm.com/read/241323/13156502

m mult4.m

function f = mult4(x,y) %> The function file multiplies two 2x2 matrices represented %> as column 4-vectors, where each matrix element is a row vector, %> of same dimension for x and y. %> C
www.eeworm.com/read/126430/6016315

c xqrupdt.c

/* Driver for routine qrdupd */ #include #include "nr.h" #include "nrutil.h" #define NP 20 #define MAXSTR 80 main() { int i,j,k,l,m,n,sing; float con,**a,**au,*c,*d,**q,**qt
www.eeworm.com/read/126430/6016927

c xqrupdt.c

/* Driver for routine qrdupd */ #include #include #define NRANSI #include "nr.h" #include "nrutil.h" #define NP 20 #define MAXSTR 80 int main(void) { int i,j,k,l,