文件名称:OilingCar

  • 所属分类:
  • 其他小程序
  • 资源属性:
  • [Windows] [Visual C] [源码]
  • 上传时间:
  • 2012-11-26
  • 文件大小:
  • 193kb
  • 下载次数:
  • 0次
  • 提 供 者:
  • 张*
  • 相关连接:
  • 下载说明:
  • 别用迅雷下载,失败请重下,重下不扣分!

介绍说明--下载内容均来自于网络,请自行研究使用

acm算法设计

描述:

一辆汽车加满油后可行驶n公里。旅途中有若干个加油站。设计一个有效算法,指出应在哪些加油站停靠加油,使沿途加油次数最少。

对于给定的n和k个加油站位置,编程计算最少加油次数。

输入:

第一行有2 个正整数n和k,表示汽车加满油后可行驶n公里,且旅途中有k个加油站。接下来的1 行中,有k+1 个整数,表示第k个加油站与第

k-1 个加油站之间的距离。第0 个加油站表示出发地,汽车已加满油。第k+1 个加油站表示目的地。

输出:

的最少加油次数。如果无法到达目的地,则输出”No Solution!”。

例输入:

7 7

1 2 3 4 5 1 6 6

例输出:

4-acm algorithm design

Descr iption:

Top up after a car traveling n km. The road there are a number of gas stations. Design an effective algorithm, which should be pointed out that the gas station refueling stop to refuel along the least number.

For a given n and k the location of gas stations, refueling at least the number of computing programming.

Input:

The first line has two positive integers n and k, that the auto top up can be closed n-km journey in k and gas stations. 1 the next line, there are integers k+1, k that the first gas stations with the first

k-1 the distance between gas stations. 0 stations, said first point, the vehicles have top up. Filling the first k+1 that destination.

Output:

At least the number of refueling. If you can not reach their destinations, then output "No Solution!".

Cases of type:

7 7

1 2 3 4 5 1 6 6

Cases the output:

4
(系统自动生成,下载前可以参看下载内容)

下载文件列表

Oiling Car

..........\Debug

..........\.....\Oiling Car.exe

..........\.....\Oiling Car.ilk

..........\.....\Oiling Car.obj

..........\.....\Oiling Car.pch

..........\.....\Oiling Car.pdb

..........\.....\StdAfx.obj

..........\.....\vc60.idb

..........\.....\vc60.pdb

..........\Oiling Car.cpp

..........\Oiling Car.dsp

..........\Oiling Car.dsw

..........\Oiling Car.ncb

..........\Oiling Car.opt

..........\Oiling Car.plg

..........\ReadMe.txt

..........\StdAfx.cpp

..........\StdAfx.h

相关说明

  • 本站资源为会员上传分享交流与学习,如有侵犯您的权益,请联系我们删除.
  • 本站是交换下载平台,提供交流渠道,下载内容来自于网络,除下载问题外,其它问题请自行百度更多...
  • 请直接用浏览器下载本站内容,不要使用迅雷之类的下载软件,用WinRAR最新版进行解压.
  • 如果您发现内容无法下载,请稍后再次尝试;或者到消费记录里找到下载记录反馈给我们.
  • 下载后发现下载的内容跟说明不相乎,请到消费记录里找到下载记录反馈给我们,经确认后退回积分.
  • 如下载前有疑问,可以通过点击"提供者"的名字,查看对方的联系方式,联系对方咨询.

相关评论

暂无评论内容.

发表评论

*主  题:
*内  容:
*验 证 码:

源码中国 www.ymcn.org