代码搜索结果
找到约 10,000 项符合
LED Matrix 的代码
matrix.h
#ifndef _MATRIX_H_
#define _MATRIX_H_
#include "Define.h"
#include "..\System\IMath.h"
#include "Vector.h"
#include "..\System\Sysdef.h"
// Matrix calculations using integers
enum AXI
matrix.cpp
#include "matrix.h"
#include "..\dynamics\mymath.h"
/*
void CMatrix44::Load(const CMatrix44 *Sm)
{
SYS_ASSERT(HALF_PRECISION == (COS_SIN_MUL >> 1));
m[0] = Sm->m[0];
m[1] = Sm->m[1];
m
matrix.cc
#include "Matrix.h"
#include
// Constructors
Matrix::Matrix()
{
M = 0;
N = 0;
X = 0;
}
Matrix::Matrix(int m, int n, bool I/*= false*/)
{
M=m;
N=n;
X=new double [m*
matrix.h
#ifndef _Matrix_h_DEFINED
#define _Matrix_h_DEFINED
class Matrix
{
public:
int M; // number of rows
int N; // number of columns
double* X; // matrix pointer
int getm() const;
matrix.h
/////////////////////////////////////////////////////////////////////////////
// Name: matrix.h
// Purpose: wxTransformMatrix class. NOT YET USED
//! Author: Chris Breeze, Julian Sm
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,
* use of
matrix__.h
// Copyright (c) 1997-2000 Utrecht University (The Netherlands),
// ETH Zurich (Switzerland), Freie Universitaet Berlin (Germany),
// INRIA Sophia-Antipolis (France), Martin-Luther-University Halle-W
matrix.hpp
//
// Copyright (c) 2000-2002
// Joerg Walter, Mathias Koch
//
// Permission to use, copy, modify, distribute and sell this software
// and its documentation for any purpose is hereby granted with
matrix.h
/* Beholder RMON ethernet network monitor,Copyright (C) 1993 DNPAP group */
/* See file COPYING 'GNU General Public Licence' for copyright details */
#ifndef _MATRIX_M_H
#define _MATRIX_M_H
#inclu
matrix.h
/**********************************************************************
** Copyright (C) 2000-2005 Trolltech AS. All rights reserved.
**
** This file is part of the Qtopia Environment.
**
** This pr