代码搜索:Matrix

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

代码结果 10,000
www.eeworm.com/read/488727/6484631

html 333-336.html

The Data Compression Book-:Lossy Graphics Compression
www.eeworm.com/read/488257/6500131

m myhilb.m

function[A,B]=myhilb(n,m) % MYHILB 生成一个Hilbert矩阵 % [A,B]=myhilb(n,m) % where % n,m are size of the Hilbert matrix,if only one % argument given,then a square matrix is generated % A is the Hil
www.eeworm.com/read/488257/6500137

m myhilb1.m

function[A,B]=myhilb(n,m) %问题:生成一个Hilbert矩阵,该矩阵是一个n×m矩阵,它的第i行 %第j列的元素为1/(i+j-1)。如果想在编写的函数中实现下面几点: %1)如果只给出一个输入参数,则会自动生成一个方阵,即有m=n %2)如果想返回两个参数A和B,则返回的B矩阵为A矩阵的平方, % 即B=A'A %3)在函数中给出合适的帮助信息,包括基本 ...
www.eeworm.com/read/487268/6517431

m myhilb.m

function[A,B]=myhilb(n,m) % MYHILB 生成一个Hilbert矩阵 % [A,B]=myhilb(n,m) % where % n,m are size of the Hilbert matrix,if only one % argument given,then a square matrix is generated % A is the Hil
www.eeworm.com/read/487268/6517437

m myhilb1.m

function[A,B]=myhilb(n,m) %问题:生成一个Hilbert矩阵,该矩阵是一个n×m矩阵,它的第i行 %第j列的元素为1/(i+j-1)。如果想在编写的函数中实现下面几点: %1)如果只给出一个输入参数,则会自动生成一个方阵,即有m=n %2)如果想返回两个参数A和B,则返回的B矩阵为A矩阵的平方, % 即B=A'A %3)在函数中给出合适的帮助信息,包括基本 ...
www.eeworm.com/read/486345/6540241

m cycle.m

function matrix_out = cycle (matrix_in, direction) %SHIFT_ROWS Cyclically shift the rows of the state matrix. % % MATRIX_OUT = CYCLE (MATRIX_IN, 'left') % cyclically shifts the last three ro
www.eeworm.com/read/486139/6543853

m zigzag.m

% Zigzag scan of a matrix % Argument is a two-dimensional matrix of any size, % not strictly a square one. % Function returns a 1-by-(m*n) array, % where m and n are sizes of an input matrix, % c
www.eeworm.com/read/486146/6543941

m zigzag.m

% Zigzag scan of a matrix % Argument is a two-dimensional matrix of any size, % not strictly a square one. % Function returns a 1-by-(m*n) array, % where m and n are sizes of an input matrix, % c
www.eeworm.com/read/485329/6558587

java intmatrix.java

/* IntMatrix.java */ import java.io.*; import java.awt.*; /** * An example implementation of the DrawingObj interface * that can be added to the drawingPanel (an instance of *
www.eeworm.com/read/485012/6570574

m makeay.m

function [Ay, by] = makeAy(baseMVA, ng, gencost, pgbas, qgbas, ybas) % makeAy: Make the A matrix and RHS for the CCV formulation. % % [Ay, by] = makeAy(baseMVA, ng, gencost, pgbas, qgbas, ybas) con