代码搜索结果
找到约 10,000 项符合
LED Matrix 的代码
matrix.h
//matrix.h//////////////////////////////////////////////////////////////////
// 2005.1.13-16:02 By Superman
#include "math.h"
/*****************************************************************
matrix.pas
unit Matrix;
interface
// Transpose a Variant matrix.
// Transpose1 uses a direct, readable, maintainable approach.
// Transpose2 accesses the Variant array data directly, which is
// much fa
matrix.java
/* Copyright (C) 2002 Univ. of Massachusetts Amherst, Computer Science Dept.
This file is part of "MALLET" (MAchine Learning for LanguagE Toolkit).
http://www.cs.umass.edu/~mccallum/mallet
Th
matrix.java
/* created at 2005-12-23 */
package com.clustering.ds.matrix;
/**
* 这个接口是二维矩阵的抽象.
* @author Avon
* @version 0.9
* @since 0.9
*/
public interface Matrix {
public long getRowNum();
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.txt
2 3
6 4
matrix.txt
2 3
6 4