代码搜索结果

找到约 10,000 项符合 K 的代码

k_cst.m

function [Kgl, M] = K_CST (ND, EL, rhoX, rhoY) % assemble global stiffness & mass matrix for CST FEM plane model ----------- % INPUT: % ND - nodes matrix % dof - # of system d

k_con.m

function [Kred,L,Rch] = K_CON (dofN, dof_, obj, in_data) % eliminate constrained dof's from the global stiffness matrix mark = 121212125.2222111; % marker for constrains for i=1:size(in_data.C

k_assembly.m

function [Kgl, M] = K_assembly (in_data) % assemble global stiffness & mass matrix for CSQ, CST, BCIZ, 3D-BEAM elements % INPUT: % ND - nodes matrix % EL - elements matrix %

k_modbus.c

/*********************** Program name: modbus.c ***********************/ #include "sercom.h" #include "mydef.h" #include #include #include #include #in