-
n_wo
可控源音频大地电磁一维occam反演程序(Controlled source audio magnetotelluric inversion program of one-dimensional occam)
- 2020-12-02 16:19:25下载
- 积分:1
-
数值分析__(第七版__翻译版)_11467103.pdf
说明: 本書介紹現代的數值近似方法,解釋這些方法如何、為何,以及何時有用,以作為進一步研讀數值分析與科學計算的基礎。修習本書,學生將學會辨別須使用數值方法求解之問題的種類,及使用這些方法時,誤差傳遞的實例;對無法求得確解的問題,應能求得精確的近似解,並學會估計此近似解誤差界限的方法。書中介紹的數值方法,由數學分析、計算法則到實例,皆有系統的說明。本書對於任何要使用數值方法的學系,均可作為良好的基礎教材,同時也是一本內容完備的參考書籍。(This book introduces modern numerical approximations, explaining how, why, and when they are useful as a basis for further study of readings and scientific calculations. In this book, students will learn to identify the types of problems that must be solved using numerical methods, and examples of error propagation when using these methods; for problems that cannot be solved, an accurate approximate solution should be obtained and learn to estimate this. The numerical methods introduced in the method of approximating the error bounds are systematically explained by mathematical analysis, calculation rules and examples. This book can be used as a good basic textbook for any department that wants to use numerical methods. It is also a complete reference book.)
- 2019-06-04 09:17:15下载
- 积分:1
-
period_mean_fft
利用这个方法计算混沌时间序列的平均轨道周期p(Use this method to calculate the average orbital period of chaotic time series p)
- 2012-08-29 11:32:43下载
- 积分:1
-
seidel
求解非线性不动点方程组x=G(x)的非线性塞德尔迭代方法,初值x0(For solving nonlinear fixed point equation x = G (x) the nonlinear Seidel iterative method, initial value x0)
- 2008-08-02 11:20:58下载
- 积分:1
-
fitqr
说明: 基于矩阵QR分解的最小二乘拟合MATLAB源程序(based on QR decomposition of the matrix least squares fitting MATLAB source )
- 2006-05-12 21:57:50下载
- 积分:1
-
PM-DOAandL-2-DOA
传播算子DOA估计算法和基于增广矩阵束的L型阵列的二维DOA估计MATLAB程序(Propagator DOA estimation algorithm based on the L-shaped array augmented matrix beam D DOA estimation MATLAB program)
- 2013-05-01 21:56:26下载
- 积分:1
-
SolidSAP
说明: berkeley加州大学SAP系列软件之SolidSAP,由Edward L.Wilson教授开发的三维结构源程序,功能强大,代码清晰,含学习手册。(SolidSAP, a three-dimensional structure source program developed by Professor Edward L. Wilson, is a software of the SAP series at the University of California, Berkeley. It has powerful functions, clear code and learning manual.)
- 2020-06-16 05:40:02下载
- 积分:1
-
gcmjjs
这是考虑了高程的面积计算公式,VB编的程序,运行即可(This is the old area of the elevation calculation formula, the program can be run VB series)
- 2012-05-06 14:53:06下载
- 积分:1
-
fang-ku06
多目标跟踪的粒子滤波器,各种kalman滤波器的设计,采用加权网络中节点强度和权重都是幂率分布的模型。( Multi-target tracking particle filter, Various kalman filter design, Using weighted model nodes in the network strength and weight are power law distribution.)
- 2017-04-04 18:32:25下载
- 积分:1
-
5
说明:
★问题描述:
给出平面上的N 个二维点,求出距离最小的2 个点对。本题中距离定义为他们的直
线距离。例如(0,0) (3,4)的距离为5.
★数据输入:
有多组数据,对于每组数据,第一行是一个数字N 表示点的个数。N=0 的时候说明
输入结束。之后N 行,每行有2 个浮点数x_i,y_i 表示第i 个点的坐标。(1<=N<=10000
0,0<=|x_i|,|y_i|<=10^9)
★结果输出:
输出一个浮点数,表示最近点对的距离除以2,保留2 位小数(四舍五入)。
- 2013-12-03 14:57:02下载
- 积分:1