代码搜索:three-dimensional
找到约 186 项符合「three-dimensional」的源代码
代码结果 186
www.eeworm.com/read/130996/14163805
txt readme.txt
Program: SAP IV
Title: Static and Dynamic Response of Linear Systems
Developer: K-J. Bathe, E.L. Wilson and F. E. Peterson,
Department of Civil Engineering, University of California,
Berkele
www.eeworm.com/read/192030/8410857
m round.m
function P = round(P)
% ROUND -- built-in ROUND, extended to matrix polynomials
%
% P = round(P)
%
% Round entries in P.coef to the nearest integer.
% Copyright (c) 2004 by Fritz Kein
www.eeworm.com/read/192030/8410889
m ceil.m
function P = ceil(P)
% CEIP -- built-in CEIL, extended to matrix polynomials
%
% P = ceil(P)
%
% Round P.coef towards +infinity.
% Copyright (c) 2004 by Fritz Keinert (keinert@iastate
www.eeworm.com/read/192030/8410930
m floor.m
function P = floor(P)
% FLOOR -- built-in FLOOR, extended to matrix polynomials
%
% P = floor(P)
%
% Round P.coef towards -infinity.
% Copyright (c) 2004 by Fritz Keinert (keinert@ias
www.eeworm.com/read/192030/8410959
m fix.m
function P = fix(P)
% FIX -- built-in FIX, extended to matrix polynomials
%
% P = fix(P)
%
% Round P.coef towards 0.
% Copyright (c) 2004 by Fritz Keinert (keinert@iastate.edu),
% De
www.eeworm.com/read/181830/9235748
m round.m
function P = round(P)
% ROUND -- built-in ROUND, extended to matrix polynomials
%
% P = round(P)
%
% Round entries in P.coef to the nearest integer.
% Copyright (c) 2004 by Fritz Kein
www.eeworm.com/read/181830/9235766
m ceil.m
function P = ceil(P)
% CEIP -- built-in CEIL, extended to matrix polynomials
%
% P = ceil(P)
%
% Round P.coef towards +infinity.
% Copyright (c) 2004 by Fritz Keinert (keinert@iastate
www.eeworm.com/read/181830/9235787
m floor.m
function P = floor(P)
% FLOOR -- built-in FLOOR, extended to matrix polynomials
%
% P = floor(P)
%
% Round P.coef towards -infinity.
% Copyright (c) 2004 by Fritz Keinert (keinert@ias
www.eeworm.com/read/181830/9235805
m fix.m
function P = fix(P)
% FIX -- built-in FIX, extended to matrix polynomials
%
% P = fix(P)
%
% Round P.coef towards 0.
% Copyright (c) 2004 by Fritz Keinert (keinert@iastate.edu),
% De