代码搜索:Matrix

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

代码结果 10,000
www.eeworm.com/read/130567/14184961

h matrix.h

#ifndef _MATRIX_H #define _MATRIX_H #include "defines.h" namespace annie { /** A class for 2-dimensional matrices. * This probably isn't the most efficient way to do matrix operations,
www.eeworm.com/read/130567/14185045

cpp matrix.cpp

#include "../include/Matrix.h" #include "../include/Exception.h" #include using namespace std; namespace annie { Matrix::Matrix(int m,int n) { _m = m; _n = n; _M = NULL;
www.eeworm.com/read/130550/14187117

ico matrix.ico

www.eeworm.com/read/130550/14187121

ncb matrix.ncb

www.eeworm.com/read/130550/14187125

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.
www.eeworm.com/read/130550/14187131

h matrix.h

// Matrix.h : main header file for the MATRIX application // #if !defined(AFX_MATRIX_H__50B8F1BE_4AED_11D5_9DFE_5254AB1C303A__INCLUDED_) #define AFX_MATRIX_H__50B8F1BE_4AED_11D5_9DFE_5254AB1C303A
www.eeworm.com/read/130550/14187133

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) Ap
www.eeworm.com/read/130550/14187135

reg matrix.reg

REGEDIT ; This .REG file may be used by your SETUP program. ; If a SETUP program is not available, the entries below will be ; registered in your InitInstance automatically with a call to ;
www.eeworm.com/read/130550/14187137

rc matrix.rc

//Microsoft Developer Studio generated resource script. // #include "resource.h" #define APSTUDIO_READONLY_SYMBOLS /////////////////////////////////////////////////////////////////////////////
www.eeworm.com/read/130550/14187139

opt matrix.opt