代码搜索:Mat2
找到约 74 项符合「Mat2」的源代码
代码结果 74
www.eeworm.com/read/185993/8967834
f mat2.f
*$debug
*$declare
SUBROUTINE MAT2
include 'stpwtbl.i'
integer j,k
real zasum
REAL ZDIFI(8),DIFI(8)
REAL INDPOT(8)
real DIADJ
COMMON /GEN/ DIADJ(10)
* REAL IADJ,
www.eeworm.com/read/442927/7642008
cpp pairwisesqrdistance.cpp
/* Pairwise squared Euclidean distance */
/* Roger Jang, 20030608 */
#include
#include "mex.h"
/* Input Arguments */
#define MAT1 prhs[0]
#define MAT2 prhs[1]
/* Output Arguments
www.eeworm.com/read/224369/14595520
m cosfn.m
% function [S] = cosFn(mat1,mat2),
% Computes the cosine (normalized dot product) between training vectors in
% columns of mat1 and test vectors in columns of mat2. Outputs a matrix of
% cosines (si
www.eeworm.com/read/298327/3868346
vp unit_genshadow.vp
!!ARBvp1.0
# vertex program for generating the shadow buffer
ATTRIB pos = vertex.position;
PARAM mat[4] = { state.matrix.projection };
PARAM mat2[4] = { state.matrix.modelview };
OUTPUT opos =
www.eeworm.com/read/176032/9521496
m shw3d_win.m
function fig = shw3d_win()
%SHW3D_WIN is a demo of GUI design for the book.
%designed by Professor Dingyu Xue (c), 5 April, 2000
mat2=[ 0 0 1.0000
0 0.5000 0
www.eeworm.com/read/423311/10571029
m shw3d_win.m
function fig = shw3d_win()
%SHW3D_WIN is a demo of GUI design for the book.
%designed by Professor Dingyu Xue (c), 5 April, 2000
mat2=[ 0 0 1.0000
0 0.5000 0
www.eeworm.com/read/305568/13766269
m shw3d_win.m
function fig = shw3d_win()
%SHW3D_WIN is a demo of GUI design for the book.
%designed by Professor Dingyu Xue (c), 5 April, 2000
mat2=[ 0 0 1.0000
0 0.5000 0
www.eeworm.com/read/227865/14407836
m shw3d_win.m
function fig = shw3d_win()
%SHW3D_WIN is a demo of GUI design for the book.
%designed by Professor Dingyu Xue (c), 5 April, 2000
mat2=[ 0 0 1.0000
0 0.5000 0
www.eeworm.com/read/298327/3868331
vp treeshadow.vp
!!ARBvp1.0
ATTRIB pos = vertex.position;
PARAM mat[4] = { state.matrix.projection };
PARAM mat2[4] = { state.matrix.modelview };
OUTPUT opos = result.position;
TEMP modpos;
TEMP temp,temp2;
A
www.eeworm.com/read/298327/3868327
vp units3o.vp
!!ARBvp1.0
ATTRIB pos = vertex.position;
PARAM mat[4] = { state.matrix.projection };
PARAM mat2[4] = { state.matrix.modelview };
PARAM mat3[4] = { state.matrix.program[0] };
OUTPUT opos = result