-
Anderson CFD第九章求解Couette流
利用Fortran实现了Couette的求解,使用托马斯算法求解相关方程;可以输入时间推进次数,观察不同时间的断面流速分布;可以直接更改E等常数进行数值实验;采用Fortran 90/95格式书写代码,方便阅读
- 2023-05-12 01:10:03下载
- 积分:1
-
数值分析了许多常用的算法,甚至强烈推荐了W。
数值分析中的许多常用算法,偶向大家强烈推荐中-numerical analysis of many commonly used algorithm, even to strongly recommend which
- 2022-02-02 05:40:22下载
- 积分:1
-
关于数学组合题的解法.用模板类+回归函数实现,思路简单清晰.这是我在索贝数码公司时接到的一道应聘题.含有算法描述文档....
关于数学组合题的解法.用模板类+回归函数实现,思路简单清晰.这是我在索贝数码公司时接到的一道应聘题.含有算法描述文档.-on mathematical solution to the problem of portfolio. Template function to achieve the reunification category, the thinking is clear and simple. This is the closest digital received by the company and that a candidate. Documents containing algorithm description.
- 2023-07-03 19:50:02下载
- 积分:1
-
reinforced engineering calculation program
钢筋工程量计算程序 -reinforced engineering calculation program
- 2022-01-22 06:04:46下载
- 积分:1
-
Matlab Numerical Computing, the whole book pdf+ code, in English
Matlab 的Numerical Computing,全书pdf+全代码,英文版-Matlab Numerical Computing, the whole book pdf+ code, in English
- 2022-03-11 17:03:27下载
- 积分:1
-
Adaptive step Changlong Grid
自适应步长龙格-库塔法,并给出解含有贝塞尔函数的四阶方程组例子。-Adaptive step Changlong Grid- Kutta method, and gives solutions containing the fourth-order Bessel function equations example.
- 2022-05-08 09:06:19下载
- 积分:1
-
按照既定的步长,输入后筛选已有数据 程序1
按照既定的步长,输入后筛选已有数据 程序1-accordance with the established step, the imported data screening procedures have a
- 2022-02-12 08:34:52下载
- 积分:1
-
计算机网络滑动窗口协议C语言源代码(Linux版)
设计一个滑动窗口协议,在仿真环境下编程实现有噪音信道两站点间无差错双工通信
- 2022-08-06 07:18:04下载
- 积分:1
-
Kmeans算法的VB代码和测试数据
kmeans algorthms code vb and test data
- 2022-03-25 17:35:53下载
- 积分:1
-
折半插入排序(C++语言编写)
用C++实现折半插入排序,VC++ 6.0编译通过。算法描述:每趟将一个待排序的关键字,按照其关键字值的大小折半查找到合适的位置,完成插入,直到待排序的关键字 序列为空。 举整理手中牌的例子来说明。每次抽到一张牌后,直接看中间位置的牌,若抽到的牌比中间牌大,再看中间牌到右端的中间位置的牌,如此反复,直到找到插入位置 。
- 2022-01-28 05:29:40下载
- 积分:1