登录
首页 » Fortran » J.Fulleabouguer

J.Fulleabouguer

于 2010-07-22 发布 文件大小:8058KB
0 164
下载积分: 1 下载次数: 121

代码说明:

  一款很好用的卫星重力异常布格校正Fortran90程序。(A very useful bouguer correction Fortran 90 program。)

文件列表:

J. Fullea bouguer correction
............................\f
............................\.\bouguer.xyz,2298144,2010-04-18
............................\.\bouguer_slab.xyz,2298144,2010-04-18
............................\.\Debug
............................\.\.....\DF60.PDB,25600,2010-04-18
............................\.\.....\FA2Boug_CG.exe,565356,2010-04-18
............................\.\.....\FA2Boug_CG.ilk,415640,2010-04-18
............................\.\.....\FA2Boug_CG.obj,59890,2010-04-18
............................\.\.....\FA2Boug_CG.pdb,607232,2010-04-18
............................\.\.....\mod_expan.mod,837,2010-04-18
............................\.\.....\mod_near.mod,782,2010-04-18
............................\.\.....\mod_param.mod,620,2010-04-18
............................\.\f4.txt,4832,2010-04-18
............................\.\FA2Boug.bat~,8481,2010-04-19
............................\.\FA2Boug.job,8259,2010-04-19
............................\.\FA2Boug.job~,8259,2010-04-19
............................\.\FA2Boug_CG.dsp,3293,2010-04-18
............................\.\FA2Boug_CG.dsw,545,2010-04-18
............................\.\FA2Boug_CG.f,18983,2010-04-18
............................\.\FA2Boug_CG.opt,43520,2010-04-18
............................\.\FA2Boug_CG.plg,499,2010-04-18
............................\.\gravi_cart.xyz,4689380,2008-03-31
............................\.\lat_ex.dat,74,2010-04-18
............................\.\parameters.dat,45,2008-03-31
............................\.\topo_cart.xyz,4675280,2008-03-31
............................\fortran.pdf,3511412,2010-04-19

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

发表评论

0 个回复

  • PMV-VB
    PMV,的热舒适指标计算程序VB编码,可供参考(PMV, thermal comfort index calculation program VB code, for reference)
    2020-11-17 16:09:40下载
    积分:1
  • gcor
    说明:  分数低阶协方差谱的MATLAB程序,含4种计算分数低阶协方差谱的估计方法(Fractional lower order covariance spectrum MATLAB program, including four kinds of calculation of fractional lower order covariance spectral estimation method)
    2011-04-04 14:29:41下载
    积分:1
  • sspropcm
    利用分步傅立叶积分法,求解薛定谔方程,可以计算光纤中色散与SPM(This file solves the nonlinear Schrodinger equation for propagation in an optical fiber using the split-step Fourier method described )
    2009-05-19 22:26:49下载
    积分:1
  • lbmFlowAroundCylinder
    格子玻尔兹曼 圆柱绕流 Python编写(lattice boltzmann flow around a cylinder, using Python. very fast because of numpy library)
    2021-03-24 15:39:14下载
    积分:1
  • HeatTransfer_1D
    求解一维热传导方程,格式包括FTCS、BTCS、CNCS三种差分格式(solve one dimension heat transfer equation. )
    2021-04-17 16:48:53下载
    积分:1
  • 地震记录的据 record
    地震记录的数据,可以用来绘制地震记录,也可以作为地震反演的数据(Seismic wave inverse time migration program can realize the inversion of seismic wave)
    2017-09-23 11:04:28下载
    积分:1
  • 11087 统逆序对
    Description 设a[0…n-1]是一个包含n个数的数组,若在i<j的情况下,有a[i]>a[j],则称(i, j)为a数组的一个逆序对(inversion)。 比如 <2,3,8,6,1> 有5个逆序对。请采用类似“合并排序算法”的分治思路以O(nlogn)的效率来实现逆序对的统计。 一个n个元素序列的逆序对个数由三部分构成: (1)它的左半部分逆序对的个数,(2)加上右半部分逆序对的个数,(3)再加上左半部分元素大于右半部分元素的数量。 其中前两部分(1)和(2)由递归来实现。要保证算法最后效率O(nlogn),第三部分(3)应该如何实现? 此题请勿采用O(n^2)的简单枚举算法来实现。 并思考如下问题: (1)怎样的数组含有最多的逆序对?最多的又是多少个呢? (2)插入排序的运行时间和数组中逆序对的个数有关系吗?什么关系? 输入格式 第一行:n,表示接下来要输入n个元素,n不超过10000。 第二行:n个元素序列。 输出格式 逆序对的个数。 输入样例 5 2 3 8 6 1 输出样例 5(Set a[0... N-1] is a n array containing n numbers. If there is a [i] > a [j] i n the case of I < j, then (i, j) is a n inversion pair of a array. For example, <2,3,8,6,1> has five reverse pairs. Please use the idea of "merge sorting algorithm" to achieve the statistics of inverse pairs with O (nlogn) efficiency. The number of inverse pairs of a sequence of n elements consists of three parts: (1) The number of reverse pairs in the left half, (2) the number of reverse pairs in the right half, (3) the number of elements in the left half is greater than that in the right half. The first two parts (1) and (2) are implemented by recursion. To ensure the final efficiency of the algorithm O (nlogn), how should the third part (3) be implemented? Do not use O (n ^ 2) simple enumeration algorithm to solve this problem.)
    2019-01-07 23:52:06下载
    积分:1
  • wwws
    比Windows自带的高级一点的计算器,能将整个表达式输入,然后求值。 这个程序要求读者具备编译原理的一些知识。 (Advanced calculator than Windows built, the whole expression input can be then evaluated. This program requires the reader to have some knowledge of compiler theory.)
    2012-11-01 16:33:56下载
    积分:1
  • mywordcount
    用于测试hadoop的mapreduce功能,功能与自带的wordcount程序大相径庭。(Use to test the mapreduce function of hadoop,this program was seem to the origin program.)
    2020-06-30 02:40:02下载
    积分:1
  • bamu
    matlab语言写的计算八木天线的程序,可以改变单元的数量,给出各个阵子的电流分布和方向图 (matlab language computing Yagi antenna program, you can change the number of units each time around given the current distribution and orientation map)
    2020-11-30 18:59:27下载
    积分:1
  • 696518资源总数
  • 105714会员总数
  • 27今日下载