登录
首页 » Others » segy1

segy1

于 2010-08-19 发布 文件大小:328KB
0 97
下载积分: 1 下载次数: 112

代码说明:

  地震波场数值模拟是研究复杂地区地震资料采集处理和解释的有效辅助手段,地震波场数值模拟的主要方法包括两大类,即几何射线法和波动方程法。有限差分法是波动方程法中非常重要的一种方法,它的主要优点是占用内存小,计算速度快。论文采用高阶交错网格差分技术对一阶速度-应力弹性波方程进行数值求解,并对差分方程稳定性条件、频散问题以及边界条件处理进行了讨论。(Numerical simulation of seismic wave is a effective auxiliary means for studying seismic data acquisition, processing and interpretation. The main methods of seismic wave numerical simulation include two major categories, namely, the geometric ray method and the wave equation. Finite difference method, which main advantages are the small memory and computing speed, is one of the very important way for wave equation simulation. Paper uses the high order staggered-grid difference method for numerical calculation of the first order elastic wave equation with velocity and stress. And the stability condition of difference equation, dispersion problems, as well as boundary condition are discussed. )

文件列表:

segy1
.....\4
.....\.\Add.dsp,2752,2009-03-07
.....\.\Add.f90,3885,2009-03-07
.....\.\Add.par,157,2004-03-31
.....\.\Add.plg,1065,2009-03-07
.....\.\Addrp.f90,787,2004-03-30
.....\.\Debug
.....\.\.....\Add.exe,369664,2009-03-07
.....\.\.....\Add.obj,20364,2009-03-07
.....\.\.....\Add.pdb,254976,2009-03-07
.....\.\.....\DF50.PDB,25600,2009-03-07
.....\.\jia.for,0,2009-03-07
.....\.\MULIN1.dat,146432,2004-03-31
.....\.\MULIN2.DAT,146432,2004-03-31
.....\.\mulinrr.dat,146432,2009-03-07
.....\.\Read.lis,95513,2009-03-07
.....\.\Read.list,381101,2009-03-07
.....\Add.dsp,2752,2009-03-08
.....\Add.dsw,529,2009-03-08
.....\Add.f90,3885,2009-03-07
.....\Add.opt,43520,2010-01-20
.....\Add.par,157,2004-03-31
.....\Add.plg,1077,2009-03-08
.....\Addrp.f90,787,2004-03-30
.....\Addrp.rar,418,2010-08-19
.....\Debug
.....\.....\Add.exe,375808,2009-03-08
.....\.....\Add.obj,20394,2009-03-08
.....\.....\Add.pdb,254976,2009-03-08
.....\.....\DF50.PDB,25600,2009-03-08
.....\MULIN1.DAT,146432,2004-03-31
.....\MULIN2.DAT,146432,2004-03-31
.....\mulinrr.dat,146432,2009-03-08
.....\Read.lis,95513,2009-03-08
.....\Read.list,381101,2009-03-07

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

发表评论

0 个回复

  • bctyzz
    bp网络实现认知无线电的检测和预测,从而达到了对频谱的分配()
    2017-12-09 08:41:11下载
    积分:1
  • HashTable
    Implementation of c++ hash table... Used to learn c++ grammar
    2017-10-20 21:49:53下载
    积分:1
  • DisplayBTree
    代码注重B树插入、删除的算法逻辑,适用于 学习者研究B树实现的核心思想。代码中无庞杂的无关操作(focus on B-tree code insertion, deletion algorithm logic applies to B-tree research learners to achieve the core idea. The code has nothing to do with the complex operation )
    2006-07-19 00:00:38下载
    积分:1
  • 本书讲解了常见而且实用的组合学算法 可以作为算法分析和设计的补充读物 非常不错的一本书!!!!!!!!!!!!!!!!!1...
    本书讲解了常见而且实用的组合数学算法 可以作为算法分析和设计的补充读物 非常不错的一本书!!!!!!!!!!!!!!!!!1-book on the common and practical portfolio mathematical algorithms can be used as algorithm analysis and design of supplementary reading materials is a good one book
    2022-05-08 10:43:59下载
    积分:1
  • QuickSort
    简单快速排序实现,采用Junit框架进行测试,保留了一些必要的注释(Utilize a unit testing framework of your choice to test your code. Submit a copy of the code to test, the test cases generated and an output report (screen shot from the tool).)
    2012-09-27 12:26:32下载
    积分:1
  • jisuanchurudu
    数据结构,c语言 计算数组的出度和入度。(Data structures, arrays calculate the degree and in-degree.)
    2016-05-16 17:22:30下载
    积分:1
  • Yan Wei Min, Xiulan WU Weimin version of the tree data structure to achieve the...
    严慰敏,吴伟民版数据结构树上算法的具体实现c++版本-Yan Wei Min, Xiulan WU Weimin version of the tree data structure to achieve the specific algorithm c version
    2022-02-03 13:27:38下载
    积分:1
  • 无穷大的两个相加或相乘
    无穷大的两个数相加或相乘,利用堆栈,是数据结构中重要的一部分,代码注释清晰,利用初学者使用
    2022-11-11 13:20:04下载
    积分:1
  • B_Tree
    用控制台实现了经典的数据结构B树,可以通过测试文件.txt加载已有的B树,有插入,删除,查找的功能,加深对数据结构的理解。(Using the console to achieve the classic B tree data structure, you can pass the test document. Txt already loaded B-tree, there are insert, delete, search functions, to deepen understanding of the data structure.)
    2020-10-18 17:47:26下载
    积分:1
  • 如何分离一个顺序表里的0元素和非0元素?本程序展示了三种高效算法并比较他们之间的性能...
    如何分离一个顺序表里的0元素和非0元素?本程序展示了三种高效算法并比较他们之间的性能-How to separate 0 and non-0 element in a squencial list? The program shows three effective algorithm and compare their performances.
    2022-03-12 05:02:42下载
    积分:1
  • 696518资源总数
  • 104297会员总数
  • 29今日下载