代码搜索:FEM

找到约 685 项符合「FEM」的源代码

代码结果 685
www.eeworm.com/read/354744/10329265

cpp fem2.cpp

#include #include #include int Gauss(double a[],double b[],int n); //全选主元高斯消去法 /*double GaussIntegral(int n,int js[], //计算多重积分的高斯方法 double(*fn)(int n,d
www.eeworm.com/read/354744/10329269

cpp fem3.cpp

#include #include #include int Gauss(double a[],double b[],int n); //全选主元高斯消去法 struct ETNode{ //单元结点结构体 double x,y; //单元结点坐标 int number; //单
www.eeworm.com/read/353531/10441220

exe fem1.exe

www.eeworm.com/read/352213/10574810

ncb plast_fem.ncb

www.eeworm.com/read/352213/10574812

opt plast_fem.opt

www.eeworm.com/read/352213/10574817

dsw plast_fem.dsw

Microsoft Developer Studio Workspace File, Format Version 6.00 # WARNING: DO NOT EDIT OR DELETE THIS WORKSPACE FILE! ###############################################################################
www.eeworm.com/read/352213/10574820

plg plast_fem.plg

Build Log --------------------Configuration: PLAST_FEM - Win32 Debug-------------------- Command Lines Creating temporary file "C:\DOCUME~1\er\
www.eeworm.com/read/352213/10574827

dsp plast_fem.dsp

# Microsoft Developer Studio Project File - Name="PLAST_FEM" - Package Owner= # Microsoft Developer Studio Generated Build File, Format Version 6.00 # ** DO NOT EDIT ** # TARGTYPE "Win32 (x86)
www.eeworm.com/read/417615/10984058

rc2 fem.rc2

// // FEM.RC2 - Microsoft Visual C++ 不会直接编辑的资源 // #ifdef APSTUDIO_INVOKED #error 此文件不能由 Microsoft Visual C++ 编辑 #endif //APSTUDIO_INVOKED //////////////////////////////////////////////////
www.eeworm.com/read/467851/7002172

m fem_heat.m

tic % the time dependent heat equation: % % dU(x,y,t)/dt = Uxx(x,y,t) + Uyy(x,y,t) + F(x,y,t) in Omega x [0,T] % % initial conditions % % U(x,y,0) = U_INIT(x,y,0) % % Diri