代码搜索结果
找到约 10,000 项符合
LED Matrix 的代码
matrix.cpp
//////////////////////////////////////////////////////////////////////
// Matrix.cpp
//
// 操作矩阵的类 CMatrix 的实现文件
//
//////////////////////////////////////////////////////////////////////
#inc
matrix_11
6 19
10 -2 3 9 3 7 8 7 3 8 7 5 8 9 9 13 4 2 -1
1 5 1 2 6 2 3 4 1 3 4 5 2 4 5 6 2 5 6
2 -1 4 5 -1 7 8 -1 10 11 12 -1 14 15 16 -1 18 19 -1
1 3 6 9 13 17
-1
matrix_csr
6 19
10 -2 3 9 3 7 8 7 3 8 7 5 8 9 9 13 4 2 -1
1 5 1 2 6 2 3 4 1 3 4 5 2 4 5 6 2 5 6
1 3 6 9 13 17 20
matrix.h
//================================================
// 4*4矩阵,实现旋转平移等大部分功能。
// 参照《3D数学基础》的RotationMatrix和Matrix4x3,
// 并方便与OpenGL结合
// Copy Rights: Wonderful 2006
//================================
matrix.cpp
#include "StdAfx.h"
#include "MathUtil.h"
#include "Vector3.h"
#include "Matrix.h"
//-------------------------------------------------------------------------------
// 设置单位矩阵
//---------------
matrix.h
/*******************************************************************************
文件名称:Matrix.h
作者:武汉大学测绘学院测绘工程2003级2班 陈胜 学号:200331610170
创建日期:2006-9-21 9:40
最后修改日期:2006-9-21 9:40
功能:定义了矩阵类 Ma
matrix.cpp
/*******************************************************************************
文件名称:Matrix.cpp
作者:武汉大学测绘学院测绘工程2003级2班 陈胜 学号:200331610170
创建日期:2006-10-6 14:40
最后修改日期:
功能:Matrix 类成员函数
matrix.hex
:02000000F0C14D
:140022000000000000000000000000000000000000000000CA
:140036000000000000000000000000000000000000000000B6
:14004A000000000000000000000000000000000000000000A2
:14005E00000000003C02420
matrix.h
// Matrix.h: Schnittstelle f黵 die Klasse CMatrix.
//
//////////////////////////////////////////////////////////////////////
#if !defined(AFX_MATRIX_H__33BD2892_D58E_11D3_970D_00E018907D96__INCLUD