代码搜索:LED Matrix

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

代码结果 10,000
www.eeworm.com/read/333947/12651511

cpp matrix.cpp

#include "Matrix.h" #include "Max&Min.h" //转化后的矩阵的初始化。 void InitMatrix(double A[M][N],double b,double c) { int i = 0; int j = 0; //输入矩阵第一行。 A[i][j] = 0; j++; A[i][j] = 0; j++; for (j
www.eeworm.com/read/333940/12651656

h matrix.h

//Matrix.h #ifndef MATRIX #define MATRIX //#define debug_mode #include #include #include using namespace std; #define MATRIX_MIN 1e-10 //设定运算精度
www.eeworm.com/read/333940/12651681

cpp matrix.cpp

//Matrix.cpp #include "stdafx.h" #include "Matrix.h" //成员函数实现 Matrix::Matrix(int row,int col,double value) { if (row
www.eeworm.com/read/333936/12651775

obj matrix.obj

www.eeworm.com/read/333936/12651780

dcu matrix.dcu

www.eeworm.com/read/333936/12651795

dcu matrix.dcu

www.eeworm.com/read/333936/12651800

pas matrix.pas

www.eeworm.com/read/300854/13888551

h matrix.h

class Matrix { private: float *list; int nElem; public: Matrix(); void Destroy(); int Elem(void); int Elem(float); int getzhi(); void Print(void); float GetElem(int); int zhi();
www.eeworm.com/read/300854/13888554

cpp matrix.cpp

//////////////////////////////////////////////////////////////// //文件名: <mark>Matrix</mark>.h //作者: 祁大江 //功能:矩阵类:可运行矩阵间的加、减、乘以及矩阵与数的点乘;可计算矩阵的转置、秩、行列式、逆; // 其中求解矩阵逆用到了经典的高斯算法;求解行列式以及秩运用的是消元法。 //说明:本程序中数组的运算,都 ...
www.eeworm.com/read/300795/13893037

h matrix.h

//matrix.h////////////////////////////////////////////////////////////////// // 2005.1.13-16:02 By Superman #include "math.h" /*****************************************************************