-
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
-
WaterPress
对于水轮机阀门开启、关闭的一瞬间,对于钢管有比较大的水击。该程序计算出了相对最大的水击压力。(For turbine valves opened, the closure of the moment, for a relatively large pipe water hammer. The program calculated the maximum relative pressure of water hammer.)
- 2008-03-15 16:37:05下载
- 积分:1
-
最优化作业C++源代码
用C++编的一些最优化作业中的程序,有Newton法,DFP法,共轭梯度法,单纯形法,内点法,外点法,内外点法,都能使用,我已经全部调试过了(C compile some of the most optimized operating procedures, Newton, DFP, conjugate gradient method, the simplex method, interior point method, the points outside the law, outside point method can use, I have all over Debugging)
- 2021-03-29 10:49:11下载
- 积分:1
-
KMP-string-match
编写一个使用KMP算法的字符串匹配程序。
使用方法:字符串匹配.exe -f xxx.txt -s xxx
-f 指定要查找的文件
-s 指定要查找的字符串(Writing a string matching algorithm using KMP program. How to use: string matching exe-f xxx.txt-s xxx-f to specify the file you want to find-s to specify the search string)
- 2013-12-08 01:12:46下载
- 积分:1
-
二阶循环,去同频,不去相干
说明: 利用二阶循环统计量去除同频带干扰的影响,同时,当信号为相干信号时,也可以去相关,得到较好的结果,(Using second-order cyclic statistics to remove the influence of interference in the same frequency band)
- 2019-11-22 10:02:16下载
- 积分:1
-
LM算法
一个简单的LM算法程序,可以帮助你理解LM算法,还包括LM的解释(The neural network control method is used to control the unit step input of the controlled object)
- 2017-07-04 16:57:19下载
- 积分:1
-
tiaohe
最小二乘法回报潮汐水位,根据dooson数回报潮汐,并计算调和常数,余水位,高潮和低潮的数值。(Least squares method returns tide level, tidal according dooson return number, and calculate the harmonic constants, values more than the water level, high tide and low tide.)
- 2014-04-19 18:32:18下载
- 积分:1
-
matrix_transpose.c
适用于大型稀疏矩阵 矩阵转置 c语言 来自于有限元方法编程(From the finite element method suitable for large-scale sparse matrix matrix transpose c language programming)
- 2013-05-20 10:43:20下载
- 积分:1
-
FVM-Couette
说明: 采用有限体积算法一阶迎风型离散格式对二维 Couette流动进行数值求解.(The first-order upwind discrete scheme of the finite volume algorithm is used to solve the two-dimensional gouette flow)
- 2020-04-20 17:19:04下载
- 积分:1
-
spline513
这是一个三次样条插值函数实现的C代码。如果插值点需要改变,可以在程序中改定。(This is a cubic spline interpolation function of the realization of the C code. If interpolation points need to change, the procedures will change.)
- 2020-12-10 16:19:18下载
- 积分:1