登录
首页 » Windows开发 » 算法实现题2

算法实现题2

于 2022-11-12 发布 文件大小:65.09 kB
0 67
下载积分: 2 下载次数: 1

代码说明:

算法实现题2-1 输油管道问题 « 问题描述: 某石油公司计划建造一条由东向西的主输油管道。该管道要穿过一个有n 口油井的油 田。从每口油井都要有一条输油管道沿最短路经(或南或北)与主管道相连。如果给定n口油 井的位置,即它们的x 坐标(东西向)和y 坐标(南北向),应如何确定主管道的最优位置, 即使各油井到主管道之间的输油管道长度总和最小的位置?证明可在线性时间内确定主管道 的最优位置。 « 编程任务: 给定n 口油井的位置,编程计算各油井到主管道之间的输油管道最小长度总和。 « 数据输入: 由文件input.txt 提供输入数据。文件的第1 行是油井数n,1£ n£ 10000。接下来n 行是 油井的位置,每行2个整数x和y,-10000£ x,y£ 10000。 « 结果输出: 程序运行结束时,将计算结果输出到文件output.txt 中。文件的第1 行中的数是油井到 主管道之间的输油管道最小长度总和。 输入文件示例 输出文件示例 input.txt output.txt 5 1 2 2 2 1 3 3 -2 3 3 6

下载说明:请别用迅雷下载,失败请重下,重下不扣分!

发表评论

0 个回复

  • This an updated new edition of the popular elementary introduction to probabilit...
    This an updated new edition of the popular elementary introduction to probability theory and information theory, now containing additional material on Markov chains and their entropy. Suitable as a textbook for beginning students in mathematics, statistics, computer science or economics, the only prerequisite is some knowledge of basic calculus.-This is an updated new edition of the popular elementary introduction to probability theory and information theory, now containing additional material on Markov chains and their entropy. Suitable as a textbook for beginning students in mathematics, statistics, computer science or economics, the only prerequisite is some knowledge of basic calculus.
    2022-03-12 10:44:21下载
    积分:1
  • 实现贪吃蛇游戏的源码,不是很理想,望别人能改进
    实现贪吃蛇游戏的源码,不是很理想,望别人能改进-The realization of Snake game source code, not very ideal, hope someone else can improve
    2022-05-20 17:47:23下载
    积分:1
  • 一本书上提供的一个线性表的类,感觉不错,我再VC上调试通过了,希望可以有帮助...
    一本书上提供的一个线性表的类,感觉不错,我再VC上调试通过了,希望可以有帮助 -First book to provide a linear form of the class, I feel good, I would like to debug through the VC, and hope to have help
    2023-01-17 10:00:03下载
    积分:1
  • OFDM 仿真使用 MATLAB
    本文讨论的设计与实现 在无线通信中使用 OFDM 调制解调器。的 使用 OFDM 作为其协议的文本和二进制文件的传输 以及系统参数已详细解释。这 技术具有高传输速率超过钢丝线和无线 从多径衰落,可以转出到保护与渠道 在第四代 (4g) 手机是一种预测的技术。它 一种理想的带宽技术独占像视频的应用程序吗 会议、 民建联、 DVB 等。多用户容量可能使用 MC-CDMA。在多数情况下,正交频分 多路复用 (OFDM) 是在整个正在使用的标准 世界实现必要的数据密集型的高数据率 应用程序必须变得司空见惯。误码率和 多径环境中传统技术如 ISI QAM 是非常高,可以通过实施减少
    2022-01-25 19:36:16下载
    积分:1
  • AESDemo应用例程 AES(The Advanced Encryption Standard)是美国国家标准与技术研究所用于加密电子数据的规范。它被预期能成...
    AESDemo应用例程 AES(The Advanced Encryption Standard)是美国国家标准与技术研究所用于加密电子数据的规范。它被预期能成为人们公认的加密包括金融、电信和政府数字信息的方法。本文展示了AES的概貌并解析了它使用的算法。包括一个完整的C#实现和加密.NET数据的举例。在读完本文后你将能用AES加密、测试 基于AES的软件并能在你的系统中使用AES加密。-The AESDemo application a distance AES( The Advanced Encryption Standard) is a norm that ASCII used for with technique graduate school to encrypt the electronics data.It were expected and can become people encrypt to include the finance, telecommunication generally acceptedly with the method of the government arithmetic figure information.This text displayed the AES all the combines resolution the calculate way that it use.Include a complete C# realizes with encrypt.The data of NET for instance.Use in a reading book over text empress you will can with the AES encrypt, test base on AES software combine can in your system the AES encrypt
    2022-08-12 12:23:26下载
    积分:1
  • h264 rtp mux demux
    测试RTP的工具,里面有很多的工具可以查看、分析rtp发送码流里面的数据,对于查找RTP出错的原因有很好的帮助,用了就知道。
    2022-08-12 12:04:47下载
    积分:1
  • Capture Screen By GDI Beginers
    2022-07-07 23:29:39下载
    积分:1
  • 谁说windows的ASM不可以生成COM文件,用了这个库你就可以生成COM文件...
    谁说windows的ASM不可以生成COM文件,用了这个库你就可以生成COM文件-who said that the asm in windows can not generate a com file ? You can generate a com file use this lib.
    2022-01-28 18:46:23下载
    积分:1
  • Multilingual Editor v1.2 English version, will be held code conversion and editi...
    多语言编辑器v1.2简体中文版,能进行内码转换和编辑-Multilingual Editor v1.2 English version, will be held code conversion and editing
    2023-03-21 04:00:04下载
    积分:1
  • Dll 编写的例子,vc++写的,主要讲述导出函数,希望对大家有所帮助...
    Dll 编写的例子,vc++写的,主要讲述导出函数,希望对大家有所帮助-Dll prepared examples, vc++ Write mainly about the export function, and they hope to help everyone
    2022-11-24 21:40:03下载
    积分:1
  • 696518资源总数
  • 104349会员总数
  • 32今日下载