代码搜索:Matrix
找到约 10,000 项符合「Matrix」的源代码
代码结果 10,000
www.eeworm.com/read/301970/13845347
obj matrix.obj
www.eeworm.com/read/301970/13845397
sbr matrix.sbr
www.eeworm.com/read/301575/13856086
h matrix.h
//matrix.h//////////////////////////////////////////////////////////////////
// 2005.1.13-16:02 By Superman
#include "math.h"
/*****************************************************************
www.eeworm.com/read/301295/13860690
pdf matrix.pdf
www.eeworm.com/read/238536/13877464
pas 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
www.eeworm.com/read/152629/5672892
java 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
www.eeworm.com/read/152184/5675531
java 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();
www.eeworm.com/read/150892/5687804
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/150892/5687810
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