代码拉取完成,页面将自动刷新
同步操作将从 贰叁伍/求图中任意两点间的最短路径-QT 强制同步,此操作会覆盖自 Fork 仓库以来所做的任何修改,且无法恢复!!!
确定后同步将在后台操作,完成时将刷新页面,请耐心等待。
<?xml version="1.0" encoding="UTF-8"?>
<ui version="4.0">
<class>Class_Details</class>
<widget class="QMainWindow" name="Class_Details">
<property name="geometry">
<rect>
<x>0</x>
<y>0</y>
<width>610</width>
<height>507</height>
</rect>
</property>
<property name="windowTitle">
<string>课题内容</string>
</property>
<property name="styleSheet">
<string notr="true">background-image: url(:/sources/background-details.jpg);</string>
</property>
<widget class="QWidget" name="centralwidget">
<widget class="QLabel" name="label">
<property name="geometry">
<rect>
<x>90</x>
<y>58</y>
<width>121</width>
<height>41</height>
</rect>
</property>
<property name="styleSheet">
<string notr="true">background:transparent;</string>
</property>
<property name="text">
<string><html><head/><body><p align="center"><span style=" font-size:18pt; font-weight:600; color:#ffffff;">课题描述</span></p></body></html></string>
</property>
</widget>
<widget class="QLabel" name="label_2">
<property name="geometry">
<rect>
<x>50</x>
<y>110</y>
<width>501</width>
<height>111</height>
</rect>
</property>
<property name="font">
<font>
<family>微软雅黑</family>
<weight>75</weight>
<bold>true</bold>
</font>
</property>
<property name="styleSheet">
<string notr="true">background:transparent;</string>
</property>
<property name="text">
<string><html><head/><body><p><span style=" font-size:12pt; color:#ffffff;">最短路问题(short-path problem)是网络理论解决的典型问题之一,可用来解决管路铺设、线路安装、厂区布局和设备更新等实际问题。基本内容是:若网络中的每条边都有一个数值(长度、成本、时间等),则找出两节点(通常是源节点和阱节点)之间总权和最小的路径就是最短路问题</span></p></body></html></string>
</property>
<property name="wordWrap">
<bool>true</bool>
</property>
</widget>
<widget class="QLabel" name="label_3">
<property name="geometry">
<rect>
<x>50</x>
<y>310</y>
<width>501</width>
<height>61</height>
</rect>
</property>
<property name="font">
<font>
<family>微软雅黑</family>
<weight>75</weight>
<bold>true</bold>
</font>
</property>
<property name="styleSheet">
<string notr="true">background:transparent;</string>
</property>
<property name="text">
<string><html><head/><body><p><span style=" font-size:12pt; color:#ffffff;">已知起点和终点,求两结点之间的最短路径。利用Dijkstra算法和Floyd算法实现该问题的求解。</span></p></body></html></string>
</property>
<property name="wordWrap">
<bool>true</bool>
</property>
</widget>
<widget class="QLabel" name="label_4">
<property name="geometry">
<rect>
<x>90</x>
<y>260</y>
<width>121</width>
<height>41</height>
</rect>
</property>
<property name="styleSheet">
<string notr="true">background:transparent;</string>
</property>
<property name="text">
<string><html><head/><body><p align="center"><span style=" font-size:18pt; font-weight:600; color:#ffffff;">算法解决</span></p></body></html></string>
</property>
</widget>
<widget class="QPushButton" name="pushButton">
<property name="geometry">
<rect>
<x>240</x>
<y>390</y>
<width>101</width>
<height>41</height>
</rect>
</property>
<property name="font">
<font>
<family>黑体</family>
<pointsize>14</pointsize>
</font>
</property>
<property name="styleSheet">
<string notr="true">QPushButton{
background:transparent;
border:2px groove white;
border-radius:10px;
padding:2px 4px;
border-style: outset;
color:white;
}
QPushButton:hover{
color: red;
}</string>
</property>
<property name="text">
<string>了解</string>
</property>
</widget>
<widget class="QLabel" name="label_5">
<property name="geometry">
<rect>
<x>50</x>
<y>60</y>
<width>32</width>
<height>32</height>
</rect>
</property>
<property name="styleSheet">
<string notr="true">background:transparent;
border-image: url(:/sources/class_subject.png);</string>
</property>
<property name="text">
<string><html><head/><body><p><br/></p></body></html></string>
</property>
</widget>
<widget class="QLabel" name="label_6">
<property name="geometry">
<rect>
<x>50</x>
<y>260</y>
<width>32</width>
<height>32</height>
</rect>
</property>
<property name="styleSheet">
<string notr="true">background:transparent;
border-image: url(:/sources/algorithm.png);</string>
</property>
<property name="text">
<string><html><head/><body><p><br/></p></body></html></string>
</property>
</widget>
</widget>
</widget>
<resources/>
<connections>
<connection>
<sender>pushButton</sender>
<signal>clicked()</signal>
<receiver>Class_Details</receiver>
<slot>close()</slot>
<hints>
<hint type="sourcelabel">
<x>270</x>
<y>430</y>
</hint>
<hint type="destinationlabel">
<x>304</x>
<y>253</y>
</hint>
</hints>
</connection>
</connections>
</ui>
此处可能存在不合适展示的内容,页面不予展示。您可通过相关编辑功能自查并修改。
如您确认内容无涉及 不当用语 / 纯广告导流 / 暴力 / 低俗色情 / 侵权 / 盗版 / 虚假 / 无价值内容或违法国家有关法律法规的内容,可点击提交进行申诉,我们将尽快为您处理。