登录

最新会员 最新下载

成为了本站VIP会员

04月26日 23:14

成为了本站VIP会员

04月25日 21:33

成为了本站VIP会员

04月23日 14:46

成为了本站VIP会员

04月18日 20:09

成为了本站VIP会员

04月18日 18:37

成为了本站VIP会员

04月18日 18:25
已选条件
  1. 编程语言:Visual C++
  2. 代码类别:数学计算
  3. 发布时间:不限
全部撤销
编程语言 更多 收起
代码类别 更多 收起
发布时间
更多选项

1. Cpp-openlb

  格子boltzmann方法模拟2D圆柱绕流程序 C++程序d2Q9模型(Lattice boltzmann simulation program 2D flow around a cylinder model of C++ program d2Q9)

119
下载
150
浏览
2021-04-02发布

2. LBM-cylinder

  用LBM结合非平衡外推方法实现的圆柱绕流,柱面边界以非平衡外推方法实现。(LBM combined with the extrapolation method of achieving non-equilibrium flow around a cylinder, cylinder boundary to achieve non-equilibrium extrapolation method.)

524
下载
280
浏览
2021-04-02发布

3. water-drop-vof

  用Fluent VOF模型模拟单个小水滴落入盛水的水杯之中(Fluent VOF model simulations using a single drop falling into a water glass)

65
下载
158
浏览
2021-04-01发布

4. interp1_interp2

  C语言实现Matlab中interp1和interp2中的功能。(Interp1 and interp2 in Matlab, C language the function.)

257
下载
508
浏览
2021-03-29发布

5. 最优化作业C++源代码

  用C++编的一些最优化作业中的程序,有Newton法,DFP法,共轭梯度法,单纯形法,内点法,外点法,内外点法,都能使用,我已经全部调试过了(C compile some of the most optimized operating procedures, Newton, DFP, conjugate gradient method, the simplex method, interior point method, the points outside the law, outside point method can use, I have all over Debugging)

6. 0629

  焊接模拟,fluent,电弧udf,钨极氩弧焊,源项(Welding simulation, fluent, arc udf, TIG welding, the source term)

131
下载
161
浏览
2021-03-28发布

7. HertzMindlin_supporting_files

  edem接触程序,用于计算各种模型的接触力(edem modle)

25
下载
151
浏览
2021-03-26发布

8. mom

  矩量法仿真电磁辐射和散射的源代码(c++) (Moment Method Simulation of electromagnetic radiation and scattering of the source code (c++))

141
下载
125
浏览
2021-03-20发布

9. lbm2d

  基于D2Q9模型的LBM程序,用于计算方腔驱动流,对应何亚玲《格子Boltzmann方法的理论及应用》一书的源码(LBM D2Q9 model-based program used to calculate the square cavity driven flow, which corresponds He Yaling " Lattice Boltzmann Method Theory and Applications," a source book)

28
下载
124
浏览
2021-03-12发布

10. lbm2d

  基于D2Q9模型的LBM程序,用于计算方腔驱动流,对应何亚玲《格子Boltzmann方法的理论及应用》一书的源码(LBM D2Q9 model-based program used to calculate the square cavity driven flow, which corresponds He Yaling " Lattice Boltzmann Method Theory and Applications," a source book)

29
下载
134
浏览
2021-03-12发布

11. 222

  一个仓本模型计算程序,用于计算奇异态和序参量(a program of kuramotto)

2
下载
123
浏览
2021-03-10发布

12. GEAR

  吉尔算法积分一阶微分方程组初值问题的C语言描述,包括主函数、计算微分方程组中各方程右端函数值的函数程序、计算雅克比矩阵的函数程序、矩阵求逆程序等。(GEAR algorithm integral first order differential equations initial value problem of the C language description, including the main function to calculate the differential equations in the equation right function value function procedures, functions Jacobian matrix calculation procedures, matrix inversion procedures.)

14
下载
122
浏览
2021-03-08发布

13. GEAR

  吉尔算法积分一阶微分方程组初值问题的C语言描述,包括主函数、计算微分方程组中各方程右端函数值的函数程序、计算雅克比矩阵的函数程序、矩阵求逆程序等。(GEAR algorithm integral first order differential equations initial value problem of the C language description, including the main function to calculate the differential equations in the equation right function value function procedures, functions Jacobian matrix calculation procedures, matrix inversion procedures.)

19
下载
230
浏览
2021-03-08发布

14. GEAR

  用吉尔方法积分一阶微分方程组的初值问题。(Gill method with integral equations of first order initial value problem.)

4
下载
146
浏览
2021-03-08发布

15. ErosionTabakoff

  用于拓展fluent磨损模型的UDF,采用tabakoff经验公式描述磨损量。(a udf to optimize erosion model in Fluent)

10
下载
147
浏览
2021-03-05发布

16. udf-RPE

  fluent 改进的全空化模型,针对可压缩流,内有声速处理(fluent improved full cavitation model for compressible flow, there are the speed of sound processing)

21
下载
163
浏览
2021-03-02发布

17. 7

  相变UDF,包括质量传递和热量传递,能够进行气液相变的模拟(Phase transition UDF, including mass transfer and heat transfer, gas-liquid phase transition can be simulated)

100
下载
119
浏览
2021-03-02发布

18. LPA(C)

  复杂网络的结构检测室近几年的研究热点,目前最快的算法是标签传播!(Community detection is hot topic in recent years. The most fast algorithm for community detection is Label Propagation Algorithm(LPA),and this is the program!)

576
下载
135
浏览
2021-02-22发布

19. FFT842

  基二、基四、基八 FFT变化源代码,有详细注解(Second base, the base four or eight FFT-based changes in the source code, detailed comments)

111
下载
120
浏览
2021-02-20发布

20. polyfit

  C语言实现多项式的最小二乘拟合,可用于在区间上对函数进行拟合(C language polynomial least squares fitting, can be used to fit the function on the interval)

33
下载
140
浏览
2021-02-19发布