代码搜索:Matrix

找到约 10,000 项符合「Matrix」的源代码

代码结果 10,000
www.eeworm.com/read/125855/14458133

h matrix.h

//3D VECTOR struct D3DMATRIX { public: //Dieser Konstruktor wird standardm溥ig aufgerufen D3DMATRIX() { m11 = 1; m21 = 0; m31 = 0; m41 = 0; m12 = 0; m22 = 1; m32 = 0; m42 = 0; m13 = 0
www.eeworm.com/read/125855/14458136

cpp matrix.cpp

#include #include "matrix.h" const float Rad = 1.74532925199433f; _declspec( dllexport ) void _stdcall MatrixMultiply(D3DMATRIX &matOut, D3DMATRIX &A, D3DMATRIX &B) { D3DMATRIX ret
www.eeworm.com/read/226086/14496728

cpp matrix.cpp

#include "stdafx.h" #include #include #include #include #include "matrix.h" #define FALSE 0 #define TRUE 1 /* Print an Iliffe matrix out to stdout. */
www.eeworm.com/read/226086/14496729

h matrix.h

/* matrix.h -- define types for matrices using Iliffe vectors * ************************************************************* * HISTORY * * 02-Apr-95 Reg Willson (rgwillson@mmm.com) at 3M St. Pa
www.eeworm.com/read/225956/14509390

cpp matrix.cpp

#include void main() {int a[5][5]={0}; int i,j; for(i=0;i
www.eeworm.com/read/225702/14523368

h matrix.h

#if !defined(AFX_Matrix_H__714E64E1_8570_11D5_A575_0000C55D1C1C__INCLUDED_) #define AFX_Matrix_H__714E64E1_8570_11D5_A575_0000C55D1C1C__INCLUDED_ #if _MSC_VER > 1000 #pragma once #endif // _MSC_
www.eeworm.com/read/225702/14523452

cpp matrix.cpp

// Matrix.cpp : implementation file // #include "stdafx.h" #include #include "Matrix.h" #ifdef _DEBUG #define new DEBUG_NEW #undef THIS_FILE static char THIS_FILE[] = __FILE__; #
www.eeworm.com/read/124883/14529648

c matrix.c

#include "copyleft.h" /* GEPASI - a simulator of metabolic pathways and other dynamical systems Copyright (C) 1989, 1992 Pedro Mendes */ /*************************************/ /*
www.eeworm.com/read/124883/14529756

h matrix.h

/* GEPASI - a simulator of metabolic pathways and other dynamical systems Copyright (C) 1989, 1992 Pedro Mendes */ /*************************************/ /*
www.eeworm.com/read/124792/14543804

lib matrix.lib