登录
首页 » Fortran » Force

Force

于 2016-10-10 发布 文件大小:3217KB
0 149
下载积分: 1 下载次数: 3

代码说明:

  Fortran编写的求解在集中力作用下半无限体的下表面应力程序(Solving the lower surface of semi-infinite body stress under concentrated force)

文件列表:

集中力
......\2DForce
......\.......\2DForce.f90,2776,2015-11-23
......\.......\2DForce.vfproj,3529,2015-11-20
......\.......\CompDataIN.dat,91,2015-11-23
......\.......\HPStr11.dat,246016,2015-11-23
......\.......\HPStr12.dat,246016,2015-11-23
......\.......\HPStr22.dat,246016,2015-11-23
......\.......\HPStrVMS.dat,246016,2015-11-23
......\.......\libfftw3-3.dll,2414685,2015-05-19
......\.......\libfftw3f-3.dll,2469954,2015-05-19
......\.......\libfftw3l-3.dll,1096018,2015-05-19
......\.......\MainPro.f90,4130,2015-12-01
......\.......\ParaSet.f90,1198,2015-11-23
......\.......\x64
......\.......\...\Debug
......\.......\...\.....\2DForce.exe,1260544,2015-11-23
......\.......\...\.....\2DForce.exe.intermediate.manifest,381,2015-11-23
......\.......\...\.....\2DForce.obj,43159,2015-11-23
......\.......\...\.....\2DForce.pdb,2345984,2015-11-23
......\.......\...\.....\BuildLog.htm,6298,2015-11-23
......\.......\...\.....\CompDataIN.dat,91,2015-11-23
......\.......\...\.....\CompDataIN1.dat,83,2015-12-10
......\.......\...\.....\comprs__genmod.f90,282,2015-11-23
......\.......\...\.....\comprs__genmod.mod,570,2015-11-23
......\.......\...\.....\HPStr11.dat,246016,2015-12-10
......\.......\...\.....\HPStr12.dat,246016,2015-12-10
......\.......\...\.....\HPStr22.dat,246016,2015-12-10
......\.......\...\.....\HPStrVMS.dat,246016,2015-12-10
......\.......\...\.....\inclsurf.mod,813,2015-11-23
......\.......\...\.....\johnsonhpstr__genmod.f90,445,2015-11-23
......\.......\...\.....\johnsonhpstr__genmod.mod,940,2015-11-23
......\.......\...\.....\MainPro.obj,18309,2015-11-23
......\.......\...\.....\matlload.mod,1388,2015-11-23
......\.......\...\.....\meshfftinfo.mod,557,2015-11-23
......\.......\...\.....\ParaSet.obj,8036,2015-11-23
......\.......\...\.....\paraset__genmod.f90,256,2015-11-23
......\.......\...\.....\paraset__genmod.mod,384,2015-11-23
......\.......\...\.....\solvms__genmod.f90,429,2015-11-23
......\.......\...\.....\solvms__genmod.mod,1282,2015-11-23
......\.......\...\.....\sourcemesh.mod,1403,2015-11-23
......\.......\...\.....\surfmesh.mod,903,2015-11-23
......\.......\...\.....\surtrac2ic__genmod.f90,402,2015-11-23
......\.......\...\.....\surtrac2ic__genmod.mod,997,2015-11-23
......\.......\...\.....\targetmesh.mod,1233,2015-11-23
......\.......\...\.....\vc100.pdb,53248,2015-11-23
......\2DForce.sln,1241,2015-11-20

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

发表评论

0 个回复

  • MPI-FDTD2D.zip
    说明:  c语言写的二维vti介质地震波正演程序,能实现并行计算,调试通过。(The program written in C language can realize parallel calculation and debugging.)
    2019-12-27 15:27:02下载
    积分:1
  • ParallelComputingwithMATLAB
    说明:  用matlab 2007以上版本的并行计算工具箱和分布式计算引擎进行并行计算编程的示例代码,具有极高的参考价值,与user s guide同步(Matlab 2007 with the above version of the Parallel Computing Toolbox and Distributed Computing Programming parallel computing engine for the sample code has a very high reference value, and user' s guide synchronization)
    2009-08-06 20:29:36下载
    积分:1
  • GuardedCommandLanguageCompiler0.8.12
    并行计算研究基础语言, 含Windows下的编译器(Parallel Computing basic for communication)
    2018-08-03 18:42:34下载
    积分:1
  • Matlab pso1
    PSo代码如何提供鼠标点击和帮助请用代码dcscsdcccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccc
    2022-01-27 18:24:48下载
    积分:1
  • cuda-nbody
    说明:  N体问题,它是指在已知N个物体的初始位置、速度和质量的情况下,在牛顿经典力学情况下研究它们的运动,包括轨迹预测等。(Back to the specific N-body problem, it refers to the study of the motion of n-bodies in Newtonian classical mechanics, including trajectory prediction, when the initial position, velocity and mass of n-bodies are known.)
    2021-03-28 17:49:11下载
    积分:1
  • PipeCNN-master
    关于caffe的流水线性的加速,利用xilinx的SDAccel开发工具进行fpga加速(On the linear acceleration of the flow of Caffe, using the SDAccel development tool of Xilinx to accelerate the FPGA acceleration)
    2018-03-13 10:25:27下载
    积分:1
  • GPU CUDA 的矩阵SOR
    SOR(Successive Over-Relaxation) 又名逐次超松弛法,是解决微分方程的一种通用算法,主要应用在解决拉普拉斯方程、肥皂泡形状等的问题上。本程序使用CUDA来实现sor,并且包含两种方法,一种是单一block运算整个矩阵,每个thread运算矩阵中的一个方块。一种是多个block运算整个矩阵,每个thread运算矩阵中的一个点。该程序有良好的注释,适合初学者学习。
    2022-09-25 08:50:03下载
    积分:1
  • CPPAMP
    多核编程,比 OPENCL 简单 可以通过类似 OPENMP 的方式,简洁的实现异构编程,使用 GPU 计算(Multicore programming than simple OPENCL)
    2013-07-10 20:47:20下载
    积分:1
  • MFC调用CUDA
    如何在MFC中调用CUDA 环境:     Windows Vista SP1 Microsoft Visual Studio 2005 CUDA 2.0 步骤: 1.       创建一个对话框的
    2023-04-01 09:30:04下载
    积分:1
  • H.264编解码的CUDA实现,加速
    H.264编解码的CUDA实现,并行加速算法,内部实现了H.264视频编解码的CUDA实现,能够编译通过,已经过测试,并且还添加了注释信息。
    2022-03-25 09:18:02下载
    积分:1
  • 696522资源总数
  • 104029会员总数
  • 31今日下载