代码搜索:Matrix
找到约 10,000 项符合「Matrix」的源代码
代码结果 10,000
www.eeworm.com/read/184417/9102023
html pushmatrix.html
NAME
glPushMatrix, glPopMatrix - push and pop the current matrix
stack
C SPECIFICATION
www.eeworm.com/read/184417/9102355
html fglfrustum.html
NAME
fglFrustum - multiply the current matrix by a perspective
matrix
FORTRAN SPECIFICATION
www.eeworm.com/read/184417/9102399
html fgltranslate.html
NAME
fglTranslated, fglTranslatef - multiply the current matrix
by a translation matrix
FORTRAN
www.eeworm.com/read/184417/9102406
html fglpushmatrix.html
NAME
fglPushMatrix, fglPopMatrix - push and pop the current
matrix stack
FORTRAN SPECI
www.eeworm.com/read/184417/9102481
html fglloadmatrix.html
NAME
fglLoadMatrixd, fglLoadMatrixf - replace the current matrix
with the specified matrix
FORTRAN
www.eeworm.com/read/184417/9102505
html fglrotate.html
NAME
fglRotated, fglRotatef - multiply the current matrix by a
rotation matrix
FORTRAN
www.eeworm.com/read/184417/9102511
html fglloadidentity.html
NAME
fglLoadIdentity - replace the current matrix with the
identity matrix
FORTRAN SPECIFICATION
www.eeworm.com/read/282288/9105602
h fe_database.h
/*
* =============================================================================
* ALADDIN Version 2.1.
*
* fe_database.h
www.eeworm.com/read/282286/9106195
h fe_database.h
/*
* =============================================================================
* ALADDIN Version 1.0 :
* fe_database.h : Database for Finite Element Machine
*
www.eeworm.com/read/184067/9123870
m polyfit.m
function [p,S] = polyfit(x,y,n)
%p=polyfit(x,y,k)用k次多项式拟合向量数据(x,y)
%p返回多项式的降幂系数.当k>=n-1时,polyfit实现多项式插值.
%例如 用二次多项式拟合数据
% x | 0.1 0.2 0.15 0.0 -0.2 0.3
% --|-----------------------------