代码搜索结果
找到约 10,000 项符合
M 的代码
scu_b1m.m51
BL51 BANKED LINKER/LOCATER V4.03 04/18/2001 17:23:01 PAGE 1
BL51 BANKED LINKER/LOCATER V4.03, INVOKED BY:
C:\KEIL\C51\BIN\BL51.EXE DELAY_
scu_b2m.m51
BL51 BANKED LINKER/LOCATER V4.03 04/19/2001 13:58:56 PAGE 1
BL51 BANKED LINKER/LOCATER V4.03, INVOKED BY:
C:\KEIL\C51\BIN\BL51.EXE DELAY_
filename2s4m.m
function filename2S4M(filename)
% Function extracts directory name and file name from a full filename
% and creates/replaces fields S4M.pathname and S4M.filename
% If there is no full path the path
chap4_8m1.m
function [u]=chap4_8m1(u1,u2,u3)
global s
persistent errori error_1
ts=0.001;
if u3==0
errori=0;
error_1=0;
end
s=2; %Selecting Signal Type
if s==1 %Step Signa
chap4_8m2.m
function [u]=chap4_8m2(u1,u2,u3,u4)
global s
persistent w x1 x2 x3 w_1 w_2 w_3
N=300;
C=5;
if u3==0
w=zeros(N+C,1);
w_1=w;
w_2=w;
d_w=w;
end
alfa=0.04;
if s==1
m_2d_beam_assembly.m
function [M] = M_2D_beam_assembly (in_data)
% assembly of mass matrix M for 2D-beam elements
dof_per_node = 3;
for i=1:size(in_data.MASS) % check if masses exist
t4 = in_data.MASS(i
m_3d_beam_assembly.m
function [M] = M_3D_beam_assembly (in_data)
% assembly of mass matrix M for 3D-beam elements
for i=1:size(in_data.MASS) % check if masses exist
t4 = in_data.MASS(i,1)*6-5;
if in
m_2d_beam_assembly.m
function [M] = M_2D_beam_assembly (in_data)
dof_per_node = 3;
dof = size(in_data.ND)*dof_per_node;
M = spalloc(dof(1),dof(1),1);
for i=1:size(in_data.MASS,1)
t4 = in_data.MASS(i,1)*do