代码搜索:FEM

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

代码结果 685
www.eeworm.com/read/385102/8819578

cg fem.cg

void main( float2 coordinate : WPOS, /* texture coordinate */ uniform samplerRECT baseinput, /* input image of last result*/ uniform samplerRECT count, /* cumput count */ out
www.eeworm.com/read/366299/9821604

jpg fem.jpg

www.eeworm.com/read/366299/9821608

m fem.m

function v = FEM(a, gx, gy) %gx gy分别为横纵方向的网格数 NOE = 2 * gx * gy; %NOE为三角元总数 [A, B, C, num, bound] = NaD(gx, gy, NOE);%网格划分 nx = gx + 1; %横边上的节点数 ny = gy + 1; %纵边上的节点数 NON = nx * ny; %总节点数 %计算各
www.eeworm.com/read/366147/9827249

cpp fem.cpp

// -*- Mode : c++ -*- // // SUMMARY : // USAGE : // ORG : Christophe Prud'homme // AUTHOR : Christophe Prud'homme // E-MAIL : prudhomm@users.sourceforge.net // // DESCRIPT
www.eeworm.com/read/354740/10329840

exe fem.exe

www.eeworm.com/read/353531/10441223

for fem1.for

www.eeworm.com/read/417615/10984050

cpp fem.cpp

// FEM.cpp : 定义应用程序的类行为。 // #include "stdafx.h" #include "FEM.h" #include "MainFrm.h" #include "ChildFrm.h" #include "FEMDoc.h" #include "FEMView.h" #ifdef _DEBUG #define new DEBUG_NEW
www.eeworm.com/read/417615/10984055

ico fem.ico

www.eeworm.com/read/417615/10984069

sln fem.sln

 Microsoft Visual Studio Solution File, Format Version 9.00 # Visual Studio 2005 Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "FEM", "FEM.vcproj", "{5F074EF7-1324-4403-AE27-0A68C7448E99}"
www.eeworm.com/read/417615/10984084

vcproj fem.vcproj