代码搜索:Matrix
找到约 10,000 项符合「Matrix」的源代码
代码结果 10,000
www.eeworm.com/read/139007/13195627
m matrix.m
function A = matrix(k, n)
%MATRIX Test matrices accessed by number.
% MATRIX(K, N) is the N-by-N instance of matrix number K in
% a set of test matrices comprising those in MATLAB pl
www.eeworm.com/read/138874/13206408
java matrix.java
package shared;
import java.lang.*;
/** The Matrix class contains functions useful for manipulation of double arrays
* in MLJ.
* @author James Louis Java Implemtation.
*/
public class Matri
www.eeworm.com/read/138670/13226289
h matrix.h
/////////////////////////////////////////////////////////////////////////////
// Matrix.h :
// Interface of the class CMatrix
// Author : freeia
// Modified Date : 3/11/2003
// E-mail : freeia@
www.eeworm.com/read/138670/13226354
cpp matrix.cpp
/////////////////////////////////////////////////////////////////////////////
// Matrix.cpp : Implementation of the class Matrix
//
/////////////////////////////////////////////////////////////////
www.eeworm.com/read/324798/13244242
h matrix.h
//matrix.h//////////////////////////////////////////////////////////////////
// 2005.1.13-16:02 By Superman
#include "math.h"
/*****************************************************************
www.eeworm.com/read/324558/13258275
java matrix.java
public class Matrix{
private int h;//成员变量,矩阵行数
private int w;//成员变量,矩阵列数
private int[][] matrix;
public Matrix(int h,int w){//构造函数,h为行数,w为列数
if(!(h > 0 && w > 0))
throw new ArrayIn
www.eeworm.com/read/324558/13258613
class matrix.class
www.eeworm.com/read/324548/13258826
java matrix.java
public class Matrix{
private int h;//成员变量,矩阵行数
private int w;//成员变量,矩阵列数
private int[][] matrix;
public Matrix(int h,int w){//构造函数,h为行数,w为列数
if(!(h > 0 && w > 0))
throw new ArrayIn
www.eeworm.com/read/324548/13258836
class matrix.class
www.eeworm.com/read/138105/13259814
h matrix.h
/**************************************************************************
**
** Copyright (C) 1993 David E. Steward & Zbigniew Leyk, all rights reserved.
**
** Meschach Library
**
**