联合开发网   搜索   要求与建议
                登陆    注册
排序按匹配   按投票   按下载次数   按上传日期
按分类查找All 数值算法/人工智能(77) 
按平台查找All Fortran(77) 

[数值算法/人工智能] 1DGPE

通过带预估-校正的Crank-Nicolson方法求解一维Gross-Pitajevskii方程。在Fortran中实现。它求解了描述两个相互作用玻色-爱因斯坦凝聚体(BEC)一维时间动力学的两个耦合Gross-Pitajevskii方程组。
Gross-Pitajevskii equations solver in 1D through the Crank-Nicolson method with predictor-corrector. Realized in Fortran. It solves the system of two-coupled Gross-Pitajevskii equations describing the temporal dynamics of two interacting Bose-Einstein Condensates (BEC) in one dimension. (2024-03-28, Fortran, 0KB, 下载0次)

http://www.pudn.com/Download/item/id/1711566564443963.html

[数值算法/人工智能] 有限差分

fortran编写的一维有限差分法代码,只适合均匀步长网格,变步长也是比较好实现仅供参考
MT forward modeling,One dimensional finite difference code written by FORTRAN (2019-10-17, Fortran, 193KB, 下载2次)

http://www.pudn.com/Download/item/id/1571322109930201.html

[数值算法/人工智能] liou_steffen

用于计算流体力学一维激波管问题计算的Fortran程序,分裂方法为AUSM
For the calculation of the 1D SOD tube problem, and the splitting method is AUSM. (2018-04-21, Fortran, 1KB, 下载10次)

http://www.pudn.com/Download/item/id/1524240214773851.html

[数值算法/人工智能] CFD

用于解一维瞬态及稳态对流扩散方程的程序,P1DS.F为稳态,P1DUS.F为瞬态
Program for solving the steady and unsteady one-dimensional convection/diffusion equation. (2017-06-18, Fortran, 4KB, 下载5次)

http://www.pudn.com/Download/item/id/1497760044709841.html

[数值算法/人工智能] fortran-1d2phase

Fortran 一维油水两相驱替模拟程序
Fortran one-dimensional two-phase oil-water displacement simulation program (2016-12-26, Fortran, 3KB, 下载6次)

http://www.pudn.com/Download/item/id/1482751493789669.html

[数值算法/人工智能] Source1

一维不定常热传导方程FTCS格式Fortran源程序。
One- Dimensional Unsteady Heat Conduction Equation. (2016-09-28, Fortran, 1KB, 下载7次)

http://www.pudn.com/Download/item/id/1475052957916853.html

[数值算法/人工智能] heat_transfer

用Fortran编程求解一维、二维导热与对流相变等问题
Solving one-dimensional, two-dimensional heat conduction and convection phase transition and other issues with Fortran programming (2015-12-05, Fortran, 2KB, 下载11次)

http://www.pudn.com/Download/item/id/1449289867482093.html

[数值算法/人工智能] one-dimensionalheat-

用有限差分法解决,一维非稳态导热的数值解法。
Finite difference method to solve one-dimensional numerical solution of unsteady heat conduction. (2015-12-04, Fortran, 348KB, 下载50次)

http://www.pudn.com/Download/item/id/1449160527514136.html

[数值算法/人工智能] laval_sup

安德森《计算流体力学及其应用》第七章拟一维喷管流动的数值解,7.4Fortran程序
Numerical Solution of Anderson Computational Fluid Dynamics and Its Applications, Chapter VII of the proposed one-dimensional nozzle flow, 7.4Fortran program (2015-05-25, Fortran, 1KB, 下载19次)

http://www.pudn.com/Download/item/id/1432524165389411.html

[数值算法/人工智能] program

使用二维完全纳维斯托克斯方程显式有限差分解法解决流过平板的超声速流动
The use of two-dimensional NS equation completely explicit finite difference method to solve the problem of supersonic flow through the flat (2015-05-15, Fortran, 22KB, 下载14次)

http://www.pudn.com/Download/item/id/1431660160508585.html

[数值算法/人工智能] FFT

该程序为快速傅立叶变换程序,为一个一维FORTRAN程序。
this code is a FFT code, which is an one-dimensional code. (2014-09-20, Fortran, 1KB, 下载4次)

http://www.pudn.com/Download/item/id/2623742.html

[数值算法/人工智能] Ising1d

一维Ising模型的模拟程序,用蒙特卡洛的数值模拟方法模拟的问题。
1D Ising model MC (2014-04-08, Fortran, 2KB, 下载18次)

http://www.pudn.com/Download/item/id/2505602.html

[数值算法/人工智能] Navier_Stokes

这是一个二维完全纳维-斯托克斯方程的显式有限差分解法
This is a two-dimensional full Navier- explicit finite difference method for Stokes equations (2014-01-07, Fortran, 5KB, 下载19次)

http://www.pudn.com/Download/item/id/2445057.html

[数值算法/人工智能] One-dimensional-Riemann-problem

一维黎曼问题:问题介绍,求解方法,fortran源程序
One dimensional Riemann problem (2013-11-21, Fortran, 166KB, 下载10次)

http://www.pudn.com/Download/item/id/2405405.html

[数值算法/人工智能] sub_standard

时间序列数据进行标准化处理,一维,二维数据
Standardization (2013-10-22, Fortran, 1KB, 下载8次)

http://www.pudn.com/Download/item/id/2381129.html

[数值算法/人工智能] 20121009

传热学一维非稳态扩散导热问题,使用显示格式的方腔自然对流换热
One-dimensional non-steady-state diffusion of heat conduction problem, use the display format (2013-05-27, Fortran, 1KB, 下载21次)

http://www.pudn.com/Download/item/id/2260566.html

[数值算法/人工智能] fortran

一维对流扩散方程的fortran解法,计算流体力学中的源代码,
One-dimensional convection-diffusion equation fortran solution, computational fluid dynamics in the source code, (2011-11-25, Fortran, 2KB, 下载128次)

http://www.pudn.com/Download/item/id/1710744.html

[数值算法/人工智能] 20110227

大地电磁一维正演,给定一个层状的导电的大地模型,在其上方进行不同频率的大地电磁测深测量,制作理论上应该得到的视电阻率观测曲线。
Forward one-dimensional magnetotelluric (2011-06-26, Fortran, 387KB, 下载68次)

http://www.pudn.com/Download/item/id/1580919.html

[数值算法/人工智能] heattransfer1D

一维导热计算Fortran程序,刚接触传热编程的很有帮助
One-dimensional heat conduction calculation Fortran program, new to programming useful heat (2010-04-25, Fortran, 3867KB, 下载53次)

http://www.pudn.com/Download/item/id/1142398.html

[数值算法/人工智能] G-P

G_P饱和关联维数法关联维fortran程序
G_P correlation dimension algorithm fortran program (2009-08-05, Fortran, 1KB, 下载21次)

http://www.pudn.com/Download/item/id/867180.html
1234
总计:77