英语翻译 将下面的文字翻译成英文,请相关专业认识帮忙翻译一下,很急,谢谢~~~~~~~~拜托啦~~~~~~~~~

设图G有n个结点,以下算法产生的是最小生成树:a)选取最小权边e1,置边数i=1,b)i=n-1结束,否则转c),c)设已选择边为e1,e2,...ei,在G中选取不同与... 设图G有n个结点,以下算法产生的是最小生成树:
a) 选取最小权边e1,置边数i=1,
b) i=n-1结束,否则转c),
c) 设已选择边为e1,e2,...ei,在G中选取不同与e1,e2,...ei的边ei+1,使{e1,e2,...ei,ei+1}中无回路且ei+1是满足此条件的最小边,
d) i=i+1,转b) .
利用Kruskal算法的原理,将各省的省会看作结点;直辖市也看作结点,以城市间的距离为边的权,将调度问题化为图论中类似与最小树的问题。
我们边的选择做以下约定:
城市之间的边(两个城市相连接):两个城市之中,必须要有一个是缺水城市。若缺水城市和供水城市之间相连,这表示该缺水城市由该供水城市供水,若缺水城市和缺水城市相连接,这表示这两个城市可以看作一个城市,当一个城市获得供水的时候,另一个城市也能获得供水。
基于Kruskal算法,我们现在水调度的算法:
a) 记录缺水城市数为n;
b) 选取最小权边e1,置边数i=1,(权为城市见的距离)
c) 缺i=n-1,结束,否则转d);
d) 设已选择边为e1,e2,...ei,在调度图中选取不同于e1,e2,...ei的边ei+1,使{e1,e2,...ei,ei+1}中无回路且ei+1是满足此条件的最小边,
e) i=i+1,转c)
供水城市的选择:
供水城市的选择主要就两方面,一是在富水地区选择,保证对缺水城市的供水,二是就近原则,供水城市应靠近缺水地区,可以多选几个作为备选,但明显远的供水城市应该舍弃。
选择的供水城市有:青海、陕西、安徽、浙江、辽宁
展开
 我来答
牡丹梅
2013-02-04 · TA获得超过1033个赞
知道小有建树答主
回答量:543
采纳率:0%
帮助的人:301万
展开全部
A graph G has n nodes, the following algorithm produces is the minimum spanning tree: a) select the minimum right side e1, buy edge number I = 1, b) I = n - 1 end, or turn c), c) have already selected edges for e1 and e2,... Ei, select the different in G and e1 and e2,... Ei edge ei + 1, {e1 and e2,... Ei, ei + 1} no loop and ei + 1 is to meet the conditions of the minimum edge, d) I = I + 1, turn b). Use Kruskal algorithm principle, the capital of the provinces as node; Municipalities also as node, with the distance between the cities for side of the right, the scheduling problem into a graph theory and similar minimum spanning tree problem. We choose to do the edge of the following agreement: the city between edge (two cities connected) : two cities in, must have a water shortage city. If the city water shortage and water supply between city linked together, this means that the water shortage city water supply by the urban water supply, water shortage and water shortage city city if connected, which means that the two cities can be viewed as a city, as a city for water supply, another city can also get water supply. Based on the Kruskal algorithm, we now water scheduling algorithm: a) record number of city water shortage for n; B) select the minimum right side e1, buy edge number I = 1, (right for city seen distance) c) lack of I = n - 1, close, or turn d); D) a selected edge for e1 and e2,... Ei, select the operation chart in different from e1 and e2,... Ei edge ei + 1, {e1 and e2,... Ei, ei + 1} no loop and ei + 1 is to meet the conditions of the minimum edge, e) I = I + 1, turn c) water city choice: the choice of city water supply mainly two aspects, one is rich in water area selection, to ensure that the water shortage city water supply, and the second is principle nearby, the water supply should be close to the city water area, can choose a few as alternative, but obviously far water city should give up. Choice of city water supply, qinghai, shaanxi, anhui, zhejiang, liaoning
纯手打,我打了半个小时。求求你了 !选为满意回答吧!
谢谢!望采纳!祝你学习快乐!
Vilstar
2013-02-04 · TA获得超过235个赞
知道答主
回答量:133
采纳率:0%
帮助的人:88.7万
展开全部
A graph G with n nodes, the algorithm generates a minimum spanning tree:
a ) select the minimum weight edges E1, i=1 number of the edge,
b ) end of the i=n-1, or C ),
c ). Selected edge of E1, E2, EI, selecting different ... And E1, in G E2, EI edge ei+1, ... That {E1, E2, EI, ei+1} ... No loop and ei+1 is a minimum edge meet this condition,
d ) i=i+1, b ) .
By using the theory of Kruskal algorithm, the provincial capital as node; municipalities as node in city, the distance between the edge on the right, the scheduling problem into a graph problem and the most similar tree.
We choose to do the following:
city agreed between edge ( two city connected ): two city, must have a water shortage city. If the water supply is connected between city and city, indicating that the water shortage city by the water supply of city water supply, water shortage and water shortage city if the city is connected, this means that these two city can be seen as a city, when a city water, another city can also obtain water supply.
Based on the Kruskal algorithm, we now water scheduling algorithms:
a ) recording water shortage city number n;
b ) select the minimum weight edges E1, i=1 number of the side ( right, see the distance to city )
C ) i=n-1 deficiency, the end, or D );
d ). Selected side for E1, E2, ... EI, in scheduling graph selected is different from E1, E2, ... EI ei+1, so that {E1, E2, EI, ei+1} ... No loop and ei+1 is a minimum edge meet this condition,
e ) i=i+1, c )
water city :
choice of city water supply mainly on two aspects one is, in rich water area, to ensure water shortage city water supply, two is the principle of proximity, the city water supply should be close to the water shortage area, can choose a few as the alternative, but obviously far water city should abandon.
Selection of water supply in the city are: Qinghai, Shaanxi, Anhui, Zhejiang, Liaoning
望采纳,谢谢。
望采纳
已赞过 已踩过<
你对这个回答的评价是?
评论 收起
推荐律师服务: 若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询

为你推荐:

下载百度知道APP,抢鲜体验
使用百度知道APP,立即抢鲜体验。你的手机镜头里或许有别人想知道的答案。
扫描二维码下载
×

类别

我们会通过消息、邮箱等方式尽快将举报结果通知您。

说明

0/200

提交
取消

辅 助

模 式