代码搜索:FEM
找到约 685 项符合「FEM」的源代码
代码结果 685
www.eeworm.com/read/396260/8117802
m fem_coef.m
function [U,c] = fem_coef(f,g,p,c,N,S,N_i)
%p(i,s,1:3): 基函数 ftn phi_i系数
%c = [ .1 1 . 0 0 .] 边界节点取1,内节点取0
%N(n,1:2) : 第n个节点的x和y坐标
%S(s,1:3) : 第s个子区域的节点#s
%N_i : 内节点个数
%U(s,1:3) : 每个区域的 p1 + p2(s
www.eeworm.com/read/246680/12713114
m fem_coef.m
function [U,c] = fem_coef(f,g,p,c,N,S,N_i)
%p(i,s,1:3): 基函数 ftn phi_i系数
%c = [ .1 1 . 0 0 .] 边界节点取1,内节点取0
%N(n,1:2) : 第n个节点的x和y坐标
%S(s,1:3) : 第s个子区域的节点#s
%N_i : 内节点个数
%U(s,1:3) : 每个区域的 p1 + p2(s
www.eeworm.com/read/332657/12745265
txt fem-crack.txt
FEM破解最后版本,呵呵 ,有的问题要注意下.
安装好FEM后
1.安装SafeFLEXlmInstaller.msi
2.解压缩FME2006keygen.rar,解压后运行,生成server的key,生成之后将其保存在任何位置。
用文本方式打开那个licese文件,会看到机器名和hostid,如我的licese文件第一行是:SERVER CH08 001636187cd0(hosti
www.eeworm.com/read/332154/12775460
dsp fem3.dsp
# Microsoft Developer Studio Project File - Name="Fem3" - Package Owner=
# Microsoft Developer Studio Generated Build File, Format Version 6.00
# ** DO NOT EDIT **
# TARGTYPE "Win32 (x86) Cons
www.eeworm.com/read/332154/12775466
cpp fem1.cpp
// Finite Element Method solve the Poisson formula
// If this program works, it was written by hujinshan@2003.5.9
// If not, I don't know who wrote it :)
#include
#include
www.eeworm.com/read/332154/12775471
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/332154/12775474
dsp fem1.dsp
# Microsoft Developer Studio Project File - Name="Fem1" - Package Owner=
# Microsoft Developer Studio Generated Build File, Format Version 6.00
# ** DO NOT EDIT **
# TARGTYPE "Win32 (x86) Cons
www.eeworm.com/read/332154/12775476
dsp fem2.dsp
# Microsoft Developer Studio Project File - Name="Fem2" - Package Owner=
# Microsoft Developer Studio Generated Build File, Format Version 6.00
# ** DO NOT EDIT **
# TARGTYPE "Win32 (x86) Cons
www.eeworm.com/read/332154/12775479
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/492451/6423269