登录
首页 » matlab » wave_forward

wave_forward

于 2020-11-11 发布 文件大小:2314KB
0 383
下载积分: 1 下载次数: 733

代码说明:

  弹性波动方程正演程序,广泛应用于地震勘探开发阶段的正演模拟(Elastic wave equation forward procedure, widely used in seismic exploration and development phase of the forward modeling)

文件列表:

弹性波动方程正演
................\Burridge_lectures.pdf
................\comp.log
................\comp.pdf
................\comp.ux
................\comp.uz
................\comp2.ux
................\comp2.uz
................\density.dat
................\dxm2d.f
................\dxm2d.obj
................\dxm2d_12.f
................\dxm2d_a.f
................\dxm2d_a.obj
................\dxm2d_a_12.f
................\dxp2d.f
................\dxp2d.obj
................\dxp2d_a.f
................\dxp2d_a.obj
................\dxp2d_a_12.f
................\dzm2d.f
................\dzm2d.obj
................\dzm2d_12.f
................\dzp2d.f
................\dzp2d.obj
................\dzp2d_12.f
................\ea199714891492.pdf
................\ela2d.exe
................\ela2d.f
................\ela2d.ilk
................\ela2d.in
................\ela2d.in.bak
................\ela2d.mak
................\ela2d.mdp
................\ela2d.obj
................\ela2d.out
................\ela2d.pdb
................\fort.7
................\grid.param
................\higdon2d.f
................\higdon2d.obj
................\make.ela2d
................\oneplotwavefiled.asv
................\oneplotwavefiled.m
................\PaperInfo.aspx
................\param.f
................\physics_lecture_notes_13-20.pdf
................\plot.seis
................\plot.snap
................\plotmodel.m
................\plotseis.m
................\plotwavelet.m
................\pratt_modelling1990.pdf
................\README.analyt
................\seg00p1a.pdf
................\seismic.H
................\seismicPR.H@
................\seismicZ.H@
................\snapshot.H
................\split.ps
................\........\split.log
................\........\split.pdf
................\........\split.ps
................\split.ps.gz
................\The Elastic Wave Equation The Elastic Wave Equation.pdf
................\tools.f
................\tools.obj
................\vel_P.dat
................\vel_S.dat
................\wavelet.H

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

发表评论

0 个回复

  • 视频游戏的流体模拟,第 3 部分
    涡粒子流体模拟 这篇文章,第三个在一系列,介绍了在 c + + 中使用谦虚,通常可用计算机硬件实时运行中实现流体模拟。第一篇文章总结了流体动力学 ;第二个调查流体模拟技术。 仿真这里介绍用途涡粒子,称为vortons由诺维科夫 (1983),来代表的流场和每一次的速度解决了。这种战术的使用 vortons 保留涡度无明显来源的扩散,可以模拟保留细鳞的详细信息。相比之下,其他流体模拟技术,使用原始变量 (速度和压力) 或网格数值弥漫性涡度,所以流动往往看起来厚和糖浆。当你看到这种模拟的结果时,你会惊讶于它保留了,多少议案详细考虑它跑得多快。 这种模拟也利用令人尴尬的并行算法的性质,并使用英特尔 ® 线程构建模块(英特尔 ® TBB) 跨越多个线程的工作。 在努力实现实时的流体运动,一些其他流体模拟利用图形处理单元 (GPGPU) 通用计算。
    2022-04-29 19:04:05下载
    积分:1
  • MPI.NET-1.0.0
    MPI.net tool for MPI setup for all applications that using MPI
    2013-08-21 17:32:28下载
    积分:1
  • cuda memory management
    cuda内存管理 很有用的一个教程 希望有帮助(cuda memory management)
    2017-06-28 07:39:46下载
    积分:1
  • Mutilayer
    通过传递矩阵理论计算多层膜结构的反射及透射率(Calculation of reflection and transmittance of multilayer structures by transfer matrix theory)
    2017-11-08 09:24:02下载
    积分:1
  • weixingtianxian--zitaijiaojisuan
    卫星天线的俯仰角航向角滚动角的快速计算小程序,输入初始计算条件即可简单得出结果,有助于开发者算法快速验证及实际测试结果验证。(Satellite antenna direction of the pitch angle of the fast calculation of the rolling angle applet, enter the initial conditions can be a simple calculation of the outcome of the rapid method will help developers to verify and validate the actual test results.)
    2009-06-10 22:52:45下载
    积分:1
  • xLink
    实现环氧树脂交联,设定交联度,并统计不同交联度的结构,密度,能量等(Achieve the epoxy resin crosslinking, set the crosslinking degree, and count the structure, density and energy of different crosslinking degree)
    2021-04-23 14:28:47下载
    积分:1
  • mpi
    一个用c写的机遇MPI的并行程序,程序实现了求积分的功能(with a c MPI the opportunity to write parallel programs, procedures for the realization of the functional integration)
    2005-07-14 13:51:47下载
    积分:1
  • 基于Hadoop的文本分类(1)-文本预处理&文本表示
    资源描述一、环境环境:Ubuntu14、Hadoop2.6,Eclipse、NLPIR/ICTCLAS2015等; 二、算法简介: 1、此项目是基于Hadoop2.6进行MapReduce并行开发; 2、此项目是文本分类的文本预处理和文本表示部分,包括分词,去停用词,特征选择和文本表示等(分类算法采用的是随机森林算法,暂时未开放,读者可自行采用Mahout或Weka进行验证); 3、分词采用的是NLPIR/ICTCLAS2015;文本表示采用的是VSM模型,权重计算采用TFIDF进行文本表示;特征选择采用CHI算法(卡方统计); 4、关于并行分词环境搭建,可参考我的博客http://www.cnblogs.com/merru/p/4917665.html 5、关于Hadoop环境搭建,可参考我的博客http://www.cnblogs.com/merru/p/4901528.html和http://www.cnblogs.com/merru/p/4905118.html。
    2022-03-01 12:43:10下载
    积分:1
  • H2
    说明:  Hinf use in robust control(robust control)
    2012-02-14 00:28:48下载
    积分:1
  • openmp+cuda 加速视频中彩色图像转换为灰度图像,提取视频图像中的边缘
    目的:加速视频中彩色图像转换为灰度图像,提取视频图像中的边缘。 开发环境:windows 8.1 x64操作系统  vs2012 cuda5.5  opencv2.4.8 硬件环境:NVIDIA  GeForce GT 740M ,4G内存,Intel(R) Core(TM) i5-4200MCPU @2.50GHz 请点击左侧文件开始预览 !预览只提供20%的代码片段,完整代码需下载后查看 加载中 侵权举报
    2022-08-18 21:36:49下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载