登录
首页 » 算法 » 利用有限元流体计算求解器的准备,包括你的使用…

利用有限元流体计算求解器的准备,包括你的使用…

于 2022-02-03 发布 文件大小:40.78 kB
0 146
下载积分: 2 下载次数: 1

代码说明:

一个用fortran90编写有限元流体求解器,包括使用源代码,输出文件和单元文件,推荐学习使用-Prepared using a finite element fluid fortran90 solver, including the use of source code, the output file and the unit document and recommend learning to use

下载说明:请别用迅雷下载,失败请重下,重下不扣分!

发表评论

0 个回复

  • ACM contest the results calculation method they used C series, containing test d...
    ACM比赛的成绩计算方法,自己用C编的,内附测试数据-ACM contest the results calculation method they used C series, containing test data
    2022-02-15 04:25:16下载
    积分:1
  • 一个简单的LINK连表
    一个简单的LINK连表算法-a simple algorithm table even LINK
    2022-02-06 03:55:32下载
    积分:1
  • 回溯解N后的C++源码(Visual Stdio2010环境测试通过)
    #include #include #include #include using namespace std;class Queen{ friend int nQueen(int);private: bool Place(int k); void Backtrack(int t); void Output(); int n,//皇后个数  *x;//当前解 long sum;//当前已找到的可行性方案数};bool Queen::Place(int k){ for (int j=1;jn) {  sum++;  Output(); } else {  for (int i=1;i
    2022-02-06 19:11:54下载
    积分:1
  • binary tree traversal
    The establishment of tree , insert, delete , sort, first sequence, sequence after sequence , sequence traversal
    2022-08-09 22:14:49下载
    积分:1
  • It s simple implementation of Genetic Algorithm on 8
    It s simple implementation of Genetic Algorithm on 8-puzzle and as result it can say either there is or not a set of movement to go from initial state to a given final state.-It s simple implementation of Genetic Algorithm on 8-puzzle and as result it can say either there is or not a set of movement to go from initial state to a given final state.
    2022-02-21 02:51:52下载
    积分:1
  • 捷联惯导仿真程序
    学习SINS的好程序,里面具有完整的注释。程序里包含有轨迹发生器,惯导解算,初始对准,卡尔曼滤波,并有sins与gps组合导航程序代码。可以适当改变一些参数,看看其它仿真效果。
    2022-08-26 11:14:15下载
    积分:1
  • 操作系统作业调度的实现,页面置换实现
    1.用“先来先服务(FCFS)”算法和“最短作业优先(SJF)”算法模拟作业调度。 要求:按作业的到达顺序输入各作业需要的运行时间,按算法调度输出平均周转时间。 例如(FCFS),输入:8(到达时间0), 5(到达时间2),7(到达时间3),1(到达时间6)
    2023-05-19 01:45:03下载
    积分:1
  • This is a gray code forecast, Gray forecast general parameters applied to the ne...
    这是灰色预测代码,一般灰色预测的参数需要应用到矩阵的运算,本代码通过对其变形,使其运算简单化.-This is a gray code forecast, Gray forecast general parameters applied to the needs of the matrix computation, the code through its deformation, it Operational simplistic.
    2022-03-09 13:55:45下载
    积分:1
  • AC思想:
    AC算法实例说明报告 AC算法思想: AC算法基于有限状态自动机(FSA),在进行匹配之前先对模式串集合SP进行预处理,形成模式树(树形FSA),然后只需对文本字符审T扫描一次就可以找出所有与其匹配的模式字符串P。模式树K的构成如下; (1)K的每一条边e上都用1个字符作为标签; (2)与同一节点相连的边的标签均不同; (3)每1个模式P∈SP都存在1个节点v,使得L(v)=p,其中L(v)表示从根节点到v所经过的所有边上的标签的拼接;                               &nbs
    2022-11-30 18:15:03下载
    积分:1
  • 欧几里德和扩展欧几里德。用C和C++实现。
    欧几里德算法和扩展欧几里德算法。用C和C++实现。-extended Euclidean algorithm and the Euclidean algorithm. C and C to achieve.
    2023-04-02 23:35:03下载
    积分:1
  • 696518资源总数
  • 105678会员总数
  • 22今日下载