代码搜索:MATRIX

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

代码结果 10,000
www.eeworm.com/read/388251/8623413

hpp matrix.hpp

#pragma ident "$Id: Matrix.hpp 70 2006-08-01 18:36:21Z ehagen $" /** * @file Matrix.hpp * Basic Matrix algorithms */ #ifndef GPSTK_MATRIX_HPP #define GPSTK_MATRIX_HPP //======================
www.eeworm.com/read/432123/8631440

h matrix.h

///Matrix.h and .cpp #ifndef __MATRIX_H__ #define __MATRIX_H__ // System includes #include #include #include // Utilities includes #include "Vector.h"
www.eeworm.com/read/387571/8664907

h matrix.h

////////////////////////////////////////////////////////////////////// // Matrix.h // // 操作矩阵的类 CMatrix 的声明接口 // // 周长发编制, 2002/8 ////////////////////////////////////////////////////////////////
www.eeworm.com/read/387571/8664912

cpp matrix.cpp

////////////////////////////////////////////////////////////////////// // Matrix.cpp // // 操作矩阵的类 CMatrix 的实现文件 // // 周长发编制, 2002/8 //////////////////////////////////////////////////////////////
www.eeworm.com/read/387475/8674829

java matrix.java

class Matrix { public static void main(String args[ ]) { int m[ ][ ]; m=new int[4][4]; m[0][0]=1; m[1][1]=1; m[2][2]=1; m[3][3]=1; System.out.println(m[0][0]+"
www.eeworm.com/read/387475/8674833

class matrix.class

www.eeworm.com/read/287401/8687623

h matrix.h

////////////////////////////////////////////////////////////////////// // Matrix.h // // 操作矩阵的类 CMatrix 的声明接口 // // 周长发编制, 2002/8 ////////////////////////////////////////////////////////////////
www.eeworm.com/read/287401/8687652

cpp matrix.cpp

////////////////////////////////////////////////////////////////////// // Matrix.cpp // // 操作矩阵的类 CMatrix 的实现文件 // // 周长发编制, 2002/8 //////////////////////////////////////////////////////////////
www.eeworm.com/read/287327/8693782

h matrix.h

//////////////////////////////// // Matrix TCL Lite v1.13 // Copyright (c) 1997-2002 Techsoft Pvt. Ltd. (See License.Txt file.) // // Matrix.h: Matrix C++ template class include file // Web: htt
www.eeworm.com/read/287276/8698782

h matrix.h

/* * @(#)matrix.h generated by: makeheader Sun Sep 10 10:14:07 2000 * * built from: ../include/copyright.h * ../include/mxassert.h * alloccbk.c * alloclst.c * array.c