代码搜索:Mat2

找到约 74 项符合「Mat2」的源代码

代码结果 74
www.eeworm.com/read/298327/3868310

vp projectileshadow.vp

!!ARBvp1.0 ATTRIB pos = vertex.position; PARAM mat[4] = { state.matrix.projection }; PARAM mat2[4] = { state.matrix.modelview }; OUTPUT opos = result.position; TEMP temp,temp2; DP4 temp.x, pos
www.eeworm.com/read/298327/3868312

vp groundshadow.vp

!!ARBvp1.0 ATTRIB pos = vertex.position; PARAM mat[4] = { state.matrix.projection }; PARAM mat2[4] = { state.matrix.modelview }; OUTPUT opos = result.position; TEMP temp,temp2; DP4 temp.x, pos
www.eeworm.com/read/298327/3868340

vp treefarshadow.vp

!!ARBvp1.0 ATTRIB pos = vertex.position; PARAM mat[4] = { state.matrix.projection }; PARAM mat2[4] = { state.matrix.modelview }; OUTPUT opos = result.position; TEMP temp,temp2; DP4 temp.x, pos
www.eeworm.com/read/366687/9803987

h algebre.h

void free_matrix(double **m); void dir_prod(double **mat1 , double **mat2 , int dim); void init_pos(double **mat , int dim1 , int dim2); double pythag(double a , double b); void tqli(double d[] , doub
www.eeworm.com/read/245644/12785804

h algebre.h

void free_matrix(double **m); void dir_prod(double **mat1 , double **mat2 , int dim); void init_pos(double **mat , int dim1 , int dim2); double pythag(double a , double b); void tqli(double d[] , doub
www.eeworm.com/read/245644/12786363

h algebre.h

void free_matrix(double **m); void dir_prod(double **mat1 , double **mat2 , int dim); void init_pos(double **mat , int dim1 , int dim2); double pythag(double a , double b); void tqli(double d[] , doub
www.eeworm.com/read/359151/10164789

asm matrix.asm

#include "def21060.h" #define N 4 .section/dm dm_data; .var mat1[N*N]="matrix1.dat"; //矩阵1 .var mat2[N*N]="matrix2.dat"; //矩阵2 .var outmatrix[N*N]; //乘法结果 .section/pm pm
www.eeworm.com/read/205721/15308852

html mat2asc.html

/ [Master Index] [Index for ./main] mat2asc (./main/mat2asc.m) Function Synopsis mat2
www.eeworm.com/read/424004/10508098

cpp ex6_2.cpp

//【例6.2】矩阵运算:矩阵转置与矩阵相乘函数模板。下标作为参数传递。 #include #include using namespace std; template void inverse(T1 *mat1,T2 *mat2,int a,int b); template
www.eeworm.com/read/243469/12939321

pas drawinglens.pas

unit drawingLens; interface uses Windows, SysUtils, Graphics,Printers; procedure _LENS(r1,r2,t,d,S,D1,Nd,Vd,Newton_r1,Newton_r2,E,C:Real;Mat1,Mat2,Id,Mc,Date,Film_R1,Film_R2:String);expo