登录
首页 » Fortran » Force

Force

于 2016-10-10 发布 文件大小:3217KB
0 286
下载积分: 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 个回复

  • MapReduce-WordCount
    并行计算课程实验,C++实现的基于mapreduce模型的WordCount程序。(Experimental parallel computing course, C++ implementation of the model based on mapreduce WordCount program.)
    2020-06-30 02:00:02下载
    积分:1
  • cuda
    资源描述VS_cuda并行计算 两基于vs实现的.cu代码 简单的实现矩阵相乘和反转。
    2022-05-21 15:38:13下载
    积分:1
  • 目标对象颜色检测
    This simple and somewhat silly application demonstrates using concurrent collections with WPF.  The collections are wrapped with observable facades, such that multiple threads may modify the collections concurrently, and those updates are safely propagated to UI controls.
    2023-08-31 18:10:03下载
    积分:1
  • ToolboxBSS
    盲分离算法,处理声音信号的分离,利用算法分离出语音信号,供语音识别使用(blind separation algorithm, the signal processing sound separation, the use of algorithms to isolate voice signal, for the use of speech recognition)
    2020-11-04 22:29:52下载
    积分:1
  • julia
    一个基础的CUDA例子,绘画出julia集合。(One based on CUDA example, draw julia set.)
    2012-07-13 11:37:45下载
    积分:1
  • _______matlab__.zip碰摩转子分岔图matlab程序
    说明:  转子 碰摩故障 分叉图 改一些参数可用(Bifurcation of rub-impact fault)
    2020-10-24 16:00:04下载
    积分:1
  • (强化学习入门)David Silver
    说明:  深度学习的中文版本,里面详细介绍了深度学习的各种算法,其中还有一些用到的基础内容,例如矩阵和向量的范数(Chinese version of the depth of learning, which detailed the depth of learning algorithms, some of which used the basics, such as vector and matrix norm)
    2019-06-20 21:48:45下载
    积分:1
  • OpenCl基础构架代码
    应用背景密码暴力计算,大型数据计算都会用到,并行计算,本例程为通用openCL并行计算,基于nvidia平台下,例程综合了openCL的常用函数,平台创建、设备选择、内存分配、任务队列、核函数生成,可用本文件代码作为运行基础构架模板。关键技术 OpenCL常用函数构成的技术构架,可以在本代码基础之上适当修改,既可以应用于其他场合,免去繁杂的,重复配置函数的调用,本例程具有自动检测运行平台,运行设备。
    2023-03-17 03:20:04下载
    积分:1
  • 新建文件夹
    提出了一种以目标函数变化量作为评价函数的改进禁忌搜索算法,并进行了理论分析,然后将其与有效禁忌搜索算法作了性能比较。通过比较三个公共测试数据集的计算结果,验证了本文提出的禁忌搜索算法的可行性和有效性。(Proposed a change in the objective function as the evaluation function of the improved tabu search algorithm, and has carried on the theoretical analysis, then made a performance comparison with tabu search algorithm is effective. By comparing the calculation results of three test data set, and verified the feasibility and effectiveness of the proposed tabu search algorithm.)
    2020-12-19 19:59:09下载
    积分:1
  • 在 win32 中的多线程应用程序
    在 win32 中的 Multithreadingapplications。C 编程在多线程环境中的 windows levelapplication 源代码。Multithreadin windows 系统很好的书。
    2022-10-17 09:15:15下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载