代码搜索:Matrix

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

代码结果 10,000
www.eeworm.com/read/168569/9907360

h matrix.h

#ifndef MATRIX_H #define MATRIX_H #include #include "vec3d.h" #include "quaternion.h" #undef minor class Matrix { public: float m[4][4]; Matrix() { } Matrix(const Matr
www.eeworm.com/read/168424/9917013

h matrix.h

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

cpp matrix.cpp

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

ncb matrix.ncb

www.eeworm.com/read/364047/9923472

h matrix.h

#define SIZE 4 class Matrix { public: Matrix(); void ADD(Matrix&,Matrix&); void Input(); void Output(); private: int matrix[SIZE][SIZE]; };
www.eeworm.com/read/364047/9923474

dsp matrix.dsp

# Microsoft Developer Studio Project File - Name="Matrix" - Package Owner= # Microsoft Developer Studio Generated Build File, Format Version 6.00 # ** DO NOT EDIT ** # TARGTYPE "Win32 (x86) Co
www.eeworm.com/read/364047/9923476

opt matrix.opt

www.eeworm.com/read/364047/9923477

dsw matrix.dsw

Microsoft Developer Studio Workspace File, Format Version 6.00 # 警告: 不能编辑或删除该工作区文件! ############################################################################### Project: "Matrix"=".\Matrix.d
www.eeworm.com/read/364047/9923478

plg matrix.plg

Build Log --------------------Configuration: Matrix - Win32 Debug-------------------- Command Lines Results Matrix.exe - 0 erro
www.eeworm.com/read/364047/9923479

cpp matrix.cpp

#include using namespace std; #include "Matrix.h" Matrix::Matrix() { for(int i=0;i