代码搜索:Matrix

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

代码结果 10,000
www.eeworm.com/read/196853/8054591

h matrix.h

//matrix.h #ifndef MATRIX_H #define MATRIX_H class vector; class matrix; typedef double(*pfun)(double t); typedef void (*fun_group)(double t,vector& y); typedef double(*pfun2)(double t,do
www.eeworm.com/read/296852/8074931

h matrix.h

#include int const n=2; int const m=3; /*两个矩阵相乘*/ void matrix_mul(double (*x)[n],double (*y)[n],double (*temp)[n]) { int i,j,k; for(i=0;i
www.eeworm.com/read/396459/8106959

h matrix.h

#include #include #ifndef __MatrixbyZsolt__ #define __MatrixbyZsolt__ /////////////////////////////////////////////////////////////////////////////////////// //Ini
www.eeworm.com/read/396240/8118484

h matrix.h

// Matrix.h: interface for the CMatrix class. // ////////////////////////////////////////////////////////////////////// #if !defined(AFX_MATRIX_H__FF0DD7B1_E190_48F1_A1B2_5D5E7D69CA46__INCLUDED_)
www.eeworm.com/read/396240/8118521

cpp matrix.cpp

// Matrix.cpp: implementation of the CMatrix class. // ////////////////////////////////////////////////////////////////////// #include "stdafx.h" #include "Matrix.h" #include #ifdef
www.eeworm.com/read/195856/8126255

ico matrix.ico

www.eeworm.com/read/195856/8126259

ncb matrix.ncb

www.eeworm.com/read/195856/8126264

clw matrix.clw

; CLW file contains information for the MFC ClassWizard [General Info] Version=1 LastClass=CMatrixView LastTemplate=CDialog NewFileInclude1=#include "stdafx.h" NewFileInclude2=#include "Matrix
www.eeworm.com/read/195856/8126267

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/195856/8126269

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