代码搜索:Matrix

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

代码结果 10,000
www.eeworm.com/read/245711/12784002

cpp matrix.cpp

// Matrix.cpp : Defines the class behaviors for the application. // #include "stdafx.h" #include "Matrix.h" #include "MainFrm.h" #include "MatrixDoc.h" #include "MatrixView.h" #ifdef _DEB
www.eeworm.com/read/331922/12800544

txt the matrix.txt

#include #include char a[21][21]; int i,t; bool scan(char c[],int j,int k) { int len=strlen(c); if(len==1) { return true; } if(j-len+
www.eeworm.com/read/144242/12805941

h matrix.h

#ifndef __MATRIX_H__ #define __MATRIX_H__ #define MAPLEN 256 #include #include #include "math.h" #include "stdio.h" #include #include "iostream.h" long
www.eeworm.com/read/144242/12805975

cpp matrix.cpp

#include "stdafx.h" #include "Matrix.h" #include "stdlib.h" inline CMatrix::CMatrix() : m_pMatrix(NULL), m_nRow(0), m_nCol(0) { } CMatrix::CMatrix(const CMatrix & matrix) { if(&matrix ==
www.eeworm.com/read/245095/12823810

h matrix.h

// Matrix.h: interface for the CMatrix class. // ////////////////////////////////////////////////////////////////////// #if !defined(AFX_MATRIX_H__8FC17A77_A602_40FB_A1D1_05958784C8E6__INCLUDED_)
www.eeworm.com/read/245095/12823824

obj matrix.obj

www.eeworm.com/read/245095/12823846

cpp matrix.cpp

// Matrix.cpp: implementation of the CMatrix class. // ////////////////////////////////////////////////////////////////////// #include "Matrix.h" #include "math.h" #include "Vector.h" #include
www.eeworm.com/read/143944/12828974

ico matrix.ico

www.eeworm.com/read/143944/12828981

ncb matrix.ncb

www.eeworm.com/read/143944/12828985

clw matrix.clw

; CLW file contains information for the MFC ClassWizard [General Info] Version=1 LastClass=CMainFrame LastTemplate=CDialog NewFileInclude1=#include "stdafx.h" NewFileInclude2=#include "Matrix.