首页 > 其他分享 >4.24

4.24

时间:2024-06-13 16:11:21浏览次数:21  
标签:String int shortestPathLength terminusStation user 4.24 startingStation

public static String shortest(User user) {

Connection connection = JDBCUtils.getConn();
String startingStation = user.getStarting_Station();
String terminusStation = user.getTerminus_Station();

// 1. 构建站点名称到ID的映射
Map<String, Integer> stationIdMap = buildStationIdMap();

// 2. 构建邻接矩阵
int[][] adjacencyMatrix = adjacency();

// 3. 计算最短路径长度
int shortestPathLength = calculateShortestPath(adjacencyMatrix, startingStation, terminusStation, stationIdMap);

System.out.println(shortestPathLength+startingStation+"erhjhgfdshjhgfds");

// 返回结果,这里可以根据需要将结果转换为字符串
return "Shortest path length from " + startingStation + " to " + terminusStation + " is: " + shortestPathLength;



}

标签:String,int,shortestPathLength,terminusStation,user,4.24,startingStation
From: https://www.cnblogs.com/kongxiangzeng/p/18246121

相关文章

  • 4.24团队开发第5天
    学习时间2h代码行数155行博客量1篇学习内容对个人页面进行了制作<template><viewclass="my"><cu-custombgColor="bg-black":isBack="false"><blockslot="backText">返回</block>......
  • 2024.4.24
    /*==================初始化====================*/body{ background-color:#f1f1f1; font-size:28upx; color:#333333; font-family:HelveticaNeue,Helvetica,sans-serif;}view,scroll-view,swiper,button,input,textarea,label,navigator,image{ box-sizi......
  • 腾讯公益赛个人冲刺博客2(2024.4.24)
    登录注册页面,问题暂无,明天做帮扶的第一个界面<?xmlversion="1.0"encoding="utf-8"?><androidx.constraintlayout.widget.ConstraintLayoutxmlns:android="http://schemas.android.com/apk/res/android"xmlns:tools="http://schemas.andro......
  • 腾讯公益赛冲刺团队博客2(2024.4.24)
    未完成sos、帮扶、社交、在线医生四个功能进行中百度地图权限申请和登录注册后的主界面已完成登录注册基本内容 ......
  • 4.24
    已经往数据库插入图片了,现在可以去除图片了,这里我用的是游标package你的包名;importandroidx.appcompat.app.AppCompatActivity;importandroid.content.Intent;importandroid.database.Cursor;importandroid.database.sqlite.SQLiteDatabase;importandroid.database.sqlit......
  • 4.24
    今天完成了快递代取部分的全部接口文档,因为快递和购餐方面类似,所以做完一个其实就是全部做完了,对于数据库表中设计餐食保存的元素为json格式我想了想可以在前端中优化成一个字符串,这样既可以省时间也可以避免不必要的错误,这方面我需要跟我的前端逻辑实现的队友商量一下,商量下是否......
  • 2024.04.24 完成的任务
    今天在菜鸟教程学了这些内容。。。具体内容如下:<!DOCTYPEhtml><htmllang="en"><head><metacharset="UTF-8"><title>我的联通</title><head></head></head><body><......
  • 4.24
    今天Miqa闲来无事对教授说:“你是原。”教授说:“我不是原。”经过了很长时间的激烈的辩论之后事情发展到了这样:Miqa:“你不能证明你不是原,所以你是原。”教授:“你也不能证明,你也是原。”Miqa沉思片刻Miqa:“我能证明我不是原。”证明过程:由基本事实得,咱俩当中有且仅有一......
  • 2015.4.24.17.36_pencil_2015.4.24_Pencil教程=自定义组件安装_0.01
    在前面《原型工具Pencil使用介绍》中有说到Pencil支持自定义组件安装,也简易的介绍了安装使用方法,这里再详细的介绍一下如何安装自定义组件。在最新版本的Pencil1.3中,自带的组件库是比较少的,只有三个,但在Pencil1.2版本中自带的组件库有七个,而且1.3个人感觉只是界面布局上的更新,操......
  • 2015.4.24.17.23_界面_2015.4.24__Android界面设计工具_0.01
    iOS,Android原型图设计软件–>AxureRP,UIDesigner,Pencil,iPhoneMockup,Justinmind<–#AxureRPAxureRP-快速原型制作软件–线框图,原型,规格文档,由美国AxureSoftwareSolutions,Inc.公司开发。AxureRP也分商业版和免费版,英文官方:http://www.axure.com/download中文网站:h......