-
ISO_VOR
求解二维平面等熵涡的matlab程序,计算流体力学,MacCormack格式,均匀网格(Solving two-dimensional plane isentropic vortex matlab program, computational fluid dynamics, MacCormack format, uniform grid)
- 2020-12-08 18:59:20下载
- 积分:1
-
11087 统计逆序对
说明: Description
设a[0…n-1]是一个包含n个数的数组,若在ia[j],则称(i, j)为a数组的一个逆序对(inversion)。
比如 有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, 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
-
1111
通过对钢轨和车轮的ansys有限元建模,分析在钢轨的接头处的动力学特性。(Rail and wheel ansys finite element modeling, analysis of the dynamics of the rail joints.)
- 2012-08-16 08:56:38下载
- 积分:1
-
Split-Step-Fourier
这个Matlab的m代码解决了薛定谔方程,沿着带宽频率和相位偏移,显示三维图像。(The Matlab m-code to solve the Schrodinger equation along the bandwidth of the frequency and phase offset, showing three-dimensional image.)
- 2008-07-23 00:11:43下载
- 积分:1
-
bycgste
共轭梯度法(Conjugate Gradient)是介于最速下降法与牛顿法之间的一个方法,它仅需利用一阶导数信息,但克服了最速下降法收敛慢的缺点,又避免了牛顿法需要存储和计算Hesse矩阵并求逆的缺点,共轭梯度法不仅是解决大型线性方程组最有用的方法之一,也是解大型非线性最优化最有效的算法之一(Conjugate gradient method (Conjugate Gradient) is between the steepest descent method and Newton' s method between a method that takes only a first derivative information, but to overcome the slow convergence of the steepest descent method shortcomings, but also avoid the need to store Newton and computing the inverse Hesse matrix and disadvantages, conjugate gradient method is not only to solve large linear equations of the most useful methods, large-scale nonlinear optimization solution is the most efficient algorithms)
- 2013-09-13 16:33:21下载
- 积分:1
-
fnn-up
假临近点法计算最佳嵌入维数的程序,可以根据自己需要适当修改调整(False approaching point method to calculate the optimal embedding dimension of the program can be adjusted according to their needs with appropriate modifications)
- 2012-09-05 07:36:27下载
- 积分:1
-
usercreep
编制了theta映射法的ansys蠕变子程序(a creep subroutine of ansys that considered the theta-projection method)
- 2018-06-19 14:19:39下载
- 积分:1
-
feature parameters extracting_amplitude domain
说明: 同时求取不同信号的多个时域特征参数,可以随意更换待分析信号(Multiple time domain characteristic parameters of different signals are obtained at the same time.)
- 2021-02-06 00:28:02下载
- 积分:1
-
EFG
这是一个有关解二维弹性板的无网格EFG程序matlab源代码,是学习无网格法入门的必学程序!(This is a solution of two-dimensional elastic plate meshless EFG process matlab source code, is a meshless method to study entry procedures must!)
- 2008-03-19 15:56:00下载
- 积分:1
-
simplex
说明: 使用C++写的一个可以自动(在运筹学领域)计算单纯形表,并打印每一步的运算结果(a simple code to compute simplex table in operating research and print out the result of each step.)
- 2020-05-25 10:49:15下载
- 积分:1