-
算法实现题2
算法实现题2-3 邮局选址问题
« 问题描述:
在一个按照东西和南北方向划分成规整街区的城市里,n个居民点散乱地分布在不同的
街区中。用x 坐标表示东西向,用y坐标表示南北向。各居民点的位置可以由坐标(x,y)表示。
街区中任意2 点(x1,y1)和(x2,y2)之间的距离可以用数值|x1-x2|+|y1-y2|度量。
居民们希望在城市中选择建立邮局的最佳位置,使n个居民点到邮局的距离总和最小。
« 编程任务:
给定n 个居民点的位置,编程计算n 个居民点到邮局的距离总和的最小值。
« 数据输入:
由文件input.txt 提供输入数据。文件的第1 行是居民点数n,1£ n£ 10000。接下来n 行
是居民点的位置,每行2 个整数x 和y,-10000£ x,y£ 10000。
« 结果输出:
程序运行结束时,将计算结果输出到文件output.txt 中。文件的第1 行中的数是n 个居
民点到邮局的距离总和的最小值。
输入文件示例 输出文件示例
input.txt output.txt
5
1 2
2 2
1 3
3 -2
3 3
10
- 2022-08-26 13:24:17下载
- 积分:1
-
Multi
采用多线程,系统事件来哦实现系统延时挂,是学习线程同步的好例子-Multi-threaded, system events for system delay Oh, hang, is to learn a good example of thread synchronization
- 2022-07-26 01:23:51下载
- 积分:1
-
关于数控控制的非常完整的c++程序,包括了直线插补以及圆弧插补的程序...
关于数控控制的非常完整的c++程序,包括了直线插补以及圆弧插补的程序-CNC control on the very integrity of c++ Procedures, including linear interpolation and circular interpolation procedures
- 2022-03-24 14:00:51下载
- 积分:1
-
cocos2dx游戏源码
cocos2dx游戏源码《忍者飞镖打幽灵》
简单的一个小demo,初次接触cocos2dx的一个demo
文档:http://blog.csdn.net/iamlazybone/article/details/16891891
请点击左侧文件开始预览 !预览只提供20%的代码片段,完整代码需下载后查看 加载中 侵权举报
- 2022-02-13 13:55:40下载
- 积分:1
-
开通或关闭ppc手机数据线充电功能的源代码
开通或关闭ppc手机数据线充电功能的源代码-Opened or closed ppc phone data line charging function source code
- 2023-02-27 20:45:03下载
- 积分:1
-
VC++ Serial MSComm
VC++串行命令
- 2022-01-26 17:42:01下载
- 积分:1
-
本文详细的介绍了windows环境下驱动程序的开发方法。
本文详细的介绍了windows环境下驱动程序的开发方法。-this detailed account of the windows environment drive the development method.
- 2022-02-05 03:51:06下载
- 积分:1
-
This is the third part of the game is the use of a transparent manner the backgr...
这是游戏的第三部分,是利用透明背景的方式去掉人物外面的白框-This is the third part of the game is the use of a transparent manner the background to remove the white figure outside the box
- 2023-04-25 03:50:02下载
- 积分:1
-
Labyrinth documentation.simple website mirrored and bundled at one place. so tha...
Labyrinth documentation.simple website mirrored and bundled at one place. so that all the process is easy to understand
- 2022-08-25 01:56:18下载
- 积分:1
-
COM+编程指南源代码.zip
COM+编程指南源代码.zip-COM programming guide source code. Zip
- 2022-03-01 09:13:44下载
- 积分:1