代码搜索:Matrix
找到约 10,000 项符合「Matrix」的源代码
代码结果 10,000
www.eeworm.com/read/381893/9066995
c nine.c
#include
#include
int n,m;
typedef struct Node
{
char matrix[10];
char operate;
char extend;
int father;
}Node;
char start[10]={"83426517 "};
char end[10]={"1238 47
www.eeworm.com/read/381890/9067166
3 libdmtx.3
.\" $Id: libdmtx.3 528 2008-11-23 21:22:11Z mblaughton $
.\"
.\" Man page for the libdmtx project.
.\"
.\" To view: $ groff -man -T ascii libdmtx.3 | less
.\" To text: $ groff -man -T ascii libdmtx.3
www.eeworm.com/read/282683/9074281
m cca.m
function [Z, ccaEigen, ccaDetails] = cca(X, Y, EDGES, OPTS)
%
% Function [Z, CCAEIGEN, CCADETAILS] = CCA(X, Y, EDGES, OPTS) computes a low
% dimensional embedding Z in R^d that maximally preserves ang
www.eeworm.com/read/282547/9084101
inl linearequation.inl
//LinearEquation.inl 线性方程(组)求解函数(方法)定义
// Ver 1.0.0.0
// 版权所有(C) 何渝, 2002
// 最后修改: 2002.5.31
#ifndef _LINEAREQUATION_INL
#define _LINEAREQUATION_INL
//全选主元高斯消去法
template
int L
www.eeworm.com/read/381363/9096025
hlp resize_image.hlp
Resize Image
The Resize Image item of the Modify menu allows the conversion of
a M-by-M image matrix to a N-by-N image matrix. The conversion is
done by interpolation. This operation is most often
www.eeworm.com/read/184417/9101808
html frustum.html
NAME
glFrustum - multiply the current matrix by a perspective
matrix
C SPECIFICATION
void
www.eeworm.com/read/184417/9101810
html rotate.html
NAME
glRotated, glRotatef - multiply the current matrix by a
rotation matrix
C SPECIFI
www.eeworm.com/read/184417/9101897
html translate.html
NAME
glTranslated, glTranslatef - multiply the current matrix by
a translation matrix
C
www.eeworm.com/read/184417/9101964
html loadmatrix.html
NAME
glLoadMatrixd, glLoadMatrixf - replace the current matrix
with the specified matrix
C
www.eeworm.com/read/184417/9101977
html loadidentity.html
NAME
glLoadIdentity - replace the current matrix with the
identity matrix
C SPECIFICATION
v