代码搜索:Matrix
找到约 10,000 项符合「Matrix」的源代码
代码结果 10,000
www.eeworm.com/read/150483/5692309
h 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
www.eeworm.com/read/150483/5692315
cpp 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
www.eeworm.com/read/141279/5774103
cc 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*
www.eeworm.com/read/141279/5774104
h 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;
www.eeworm.com/read/141268/5774834
h matrix.h
/////////////////////////////////////////////////////////////////////////////
// Name: matrix.h
// Purpose: wxTransformMatrix class. NOT YET USED
//! Author: Chris Breeze, Julian Sm
www.eeworm.com/read/140283/5793062
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,
* use of
www.eeworm.com/read/139332/5799942
h 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
www.eeworm.com/read/139332/5802818
hpp 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
www.eeworm.com/read/139207/5806882
h 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