教学文库网 - 权威文档分享云平台
您的当前位置:首页 > 精品文档 > 实用模板 >

07年B题最优公交线路问题(14)

来源:网络收集 时间:2026-04-01
导读: h = 0; flag = 0; } else if (a[i] == 'S') { city[j].direct = 'S'; k = 0; h = 0; city[j].stop[k, h] = Convert.ToInt32(a.Substring(i + 1, 4)); h++; flag = 0; } break; } } } for (int x = 0; x for (int x

h = 0; flag = 0; }

else if (a[i] == 'S') {

city[j].direct = 'S'; k = 0; h = 0;

city[j].stop[k, h] = Convert.ToInt32(a.Substring(i + 1, 4));

h++; flag = 0; }

break; } } }

for (int x = 0; x < 3958; x++) for (int y = 0; y < 3958; y++) dis[x, y] = 9999;

for (int x = 0; x < 3958; x++) for (int y = 0; y < 3958; y++) rec[x, y] = 0;

for (int j = 1; j <= 520; j++) {

for (int x = 0; city[j].stop[0, x] > 0; x++) for (int y = x; city[j].stop[0, y] > 0; y++) {

if (dis[city[j].stop[0, x], city[j].stop[0, y]] > (y - x) * 3) {

dis[city[j].stop[0, x], city[j].stop[0, y]] = (y - x) * 3;

rec[city[j].stop[0, x], city[j].stop[0, y]] = j; } }

for (int x = 0; city[j].stop[1, x] > 0; x++) for (int y = x; city[j].stop[1, y] > 0; y++) {

if (dis[city[j].stop[1, x], city[j].stop[1, y]] > (y - x) * 3) {

41

dis[city[j].stop[1, x], city[j].stop[1, y]] = (y - x) * 3;

rec[city[j].stop[1, x], city[j].stop[1, y]] = j; } } }

for (int x = 1; x < 3958; x++) {

output[0] = string.Empty; outputs[0] = string.Empty; for (int y = 1; y < 3958; y++) {

output[0] = output[0] + dis[x, y].ToString() + \ outputs[0] = outputs[0] + rec[x, y].ToString() + \ }

sw[0].WriteLine(output[0]); rsw[0].WriteLine(outputs[0]); }

for (int x = 0; x < 3958; x++) for (int y = 0; y < 3958; y++) tmp_dis[x, y] = dis[x, y];

flag = 1;

for (int n = 1; n < 7; n++) {

if (flag == 0) {

textBox1.Text = \ return; } else

flag = 0;

for (int x = 0; x < 3958; x++) for (int y = 0; y < 3958; y++) rec[x, y] = 0;

for (int x = 1; x < 3958; x++) for (int y = 1; y < 3958; y++) for (int i = 1; i < 3958; i++)

42

{

if (dis[x, i] + dis[i, y] + 5 < tmp_dis[x, y]) {

tmp_dis[x, y] = dis[x, i] + dis[i, y] + 5; rec[x, y] = i; flag = 1; } }

} } }

for (int x = 1; x < 3958; x++) for (int y = 1; y < 3958; y++) {

dis[x, y] = tmp_dis[x, y]; } for (int x = 1; x < 3958; x++) {

output[n] = string.Empty; outputs[n] = string.Empty; for (int y = 1; y < 3958; y++) {

output[n] = output[n] + dis[x, y].ToString() + \ outputs[n] = outputs[n] + rec[x, y].ToString() + \ }

sw[n].WriteLine(output[n]); rsw[n].WriteLine(outputs[n]); } sw[n].Close(); rsw[n].Close(); 43

} 程序三(第一题Floyd算法费用最优程序): using System; using System.IO;

using System.Collections.Generic; using System.ComponentModel; using System.Data; using System.Drawing; using System.Text;

using System.Windows.Forms; using System.Globalization; using System.Collections;

using System.Windows.Forms.Design;

namespace model {

public partial class Form1 : Form {

public Form1() {

InitializeComponent(); }

public struct line {

public char price; public char direct; public int[,] stop; }

private void button1_Click(object sender, EventArgs e) {

OpenFileDialog fileDialog1 = new OpenFileDialog(); fileDialog1.InitialDirectory = \

fileDialog1.Filter = \ fileDialog1.FilterIndex = 1;

fileDialog1.RestoreDirectory = true;

if (fileDialog1.ShowDialog() == DialogResult.OK) {

textBox1.Text = fileDialog1.FileName; } else {

44

textBox1.Text = \ return; }

FileStream doc = new FileStream(textBox1.Text, FileMode.Open, FileAccess.ReadWrite),

abc = FileMode.Op …… 此处隐藏:1751字,全部文档内容请下载后查看。喜欢就下载吧 ……

07年B题最优公交线路问题(14).doc 将本文的Word文档下载到电脑,方便复制、编辑、收藏和打印
本文链接:https://www.jiaowen.net/wendang/521113.html(转载请注明文章来源)
Copyright © 2020-2025 教文网 版权所有
声明 :本网站尊重并保护知识产权,根据《信息网络传播权保护条例》,如果我们转载的作品侵犯了您的权利,请在一个月内通知我们,我们会及时删除。
客服QQ:78024566 邮箱:78024566@qq.com
苏ICP备19068818号-2
Top
× 游客快捷下载通道(下载后可以自由复制和排版)
VIP包月下载
特价:29 元/月 原价:99元
低至 0.3 元/份 每月下载150
全站内容免费自由复制
VIP包月下载
特价:29 元/月 原价:99元
低至 0.3 元/份 每月下载150
全站内容免费自由复制
注:下载文档有可能出现无法下载或内容有问题,请联系客服协助您处理。
× 常见问题(客服时间:周一到周五 9:30-18:00)