-
wg12154615345
说明: matlab改进的网格算法,work3为主程序(Matlab improve grid algorithm, based procedures work3)
- 2006-01-06 14:55:18下载
- 积分:1
-
应用fluent进行两相流的仿真
说明: 应用fluent进行两相流的仿真,内容充实具体,简易使用,是进行两相流仿真的一个很好的算例。pdf文件。(Using fluent to simulate two-phase flow, the content is rich and specific, easy to use, is a good example of two-phase flow simulation)
- 2020-05-11 18:26:30下载
- 积分:1
-
zhuangcuo
糊涂先生给他的五个朋友写信,他写了五封信,但是当他的朋友收到信后,都告诉他:“你的信寄错了”。那么请你计算一下:出现这种情况的概率有多少?(假设糊涂先生是随机地往信封里装信的),你能不能把所有的情况都列出来呢(Mr. foolish to write him five friends, he wrote five letters, but when his friend received a letter, told him: )
- 2007-07-12 00:48:29下载
- 积分:1
-
CS_OMP_my_final
CS算法OMP该进算法,对傅里叶与 的信号进行稀疏采样(Compressive Sensing OMP)
- 2013-10-22 18:36:26下载
- 积分:1
-
polynomial_multiplication
实现多项式相乘求模运算,并且模多项式是可以改变的,方便,简单(To achieve polynomial multiplication modulo operation, and polynomial model can be changed, convenient and simple)
- 2010-06-25 21:11:57下载
- 积分:1
-
FDTD_computational_electromagnetics
很有用的一篇国外关于FDTD算法的学术论文,相信对初学者有很大帮助(Useful in a foreign academic papers on the FDTD method, I believe very helpful for beginners)
- 2010-05-24 23:50:03下载
- 积分:1
-
Programming_the_Finite_Element_Method
说明: 《有限元方法编程(第三版)》随书源码。
采用 Fortran 90 编制,近 400 个计算子程序。在 64 位机器上编译通过,并运行正确。( Finite Element Method Programming (Third Edition) With the book source. The preparation of the use of Fortran 90, nearly 400 calculation subroutine. 64 machines in the compiler is passed, and run correctly.)
- 2008-09-11 13:02:13下载
- 积分:1
-
ghuif
交错网格PML弹性波模拟地震波形的c语言程序(Staggered grid PML elastic wave seismic waveform simulation)
- 2014-11-28 20:32:23下载
- 积分:1
-
P-svWaveFieldSimulationConversion
二层地质模型波场模拟,用有限差分进行波场的模拟,充分利用多波多分量地震记录,以及各向异性方面的独特信息,可有效地减少
纵波勘探的多解性,定量地描述裂缝储层,改善某些纵波资料成像不好地区的构造
成像。这样可获得比纵波分辨率高的多波剖面,从而有利于研究小幅度构造、断层、
裂缝裂隙等复杂地质现象,对油气勘探与开发具有现实意义和实用价值(Two-layer geological model wave field simulation, using finite difference wave field simulation to make full use of multi-wave multi-component seismic records, and the anisotropy of the unique information can be effective in reducing the P-wave exploration, multi-solution and quantitatively describe the crack reservoir to improve the poor image of some P-wave data area structure imaging. This availability of higher resolution than the longitudinal wave of multi-wave profile, thus contributing to the small amplitude structures, faults, cracks, fissures and other complex geological phenomena, for oil and gas exploration and development of practical significance and practical value)
- 2009-11-06 15:56:59下载
- 积分:1
-
121
1. 牛顿迭代法
function [x,i]=newtonmethod(x0,f,ep,Nmax)
牛顿法求非线性方程根
x0是输入初始值, f是输入函数, 精度要求ep, Nmax为最大迭代次数
x是输出迭代序列,i是迭代次数
2. 二分法
function [x,k]=bisection(a,b,f,ep)
二分法解非线性方程
输入区间[a,b],函数f和误差ep, Nmax为最大二分次数
x为输出近似根, k为二分次数
( Newton s law and the dichotomy)
- 2020-10-12 22:57:32下载
- 积分:1