• 大小: 20KB
    文件类型: .zip
    金币: 1
    下载: 0 次
    发布日期: 2021-06-15
  • 语言: 其他
  • 标签: 欧拉回路  Qt  

资源简介

这是一款基于QT实现的一笔画软件,该项目的背景起源于中国邮递员问题,本程序用来模拟邮递员选择最短路径送完所有快递再回到出发点。具体来说,用户可以通过的工具栏在画板区域进行画点并连线,最后形成的图如果能够一笔画完,本程序将以动画的形式在画板上描绘出一笔画的路径,此即邮递员派送快递的最短路径。

资源截图

代码片段和文件信息

#include “distance.h“

Distance::Distance()
{

}

Distance::~Distance()
{

}

//bool judge(QPoint movePointQPoint point)
//{
//    double distance = qSqrt(qPow((movePoint.x()-point.x())2)+
//                            qPow((movePoint.y()-point.y())2));
//    if(distance<=4) return true;
//    else return false;
//}


 属性            大小     日期    时间   名称
----------- ---------  ---------- -----  ----
     目录           0  2016-02-23 23:26  EulerPath\
     文件         583  2015-04-08 01:12  EulerPath\EulerPath.pro
     文件       18455  2016-02-23 23:26  EulerPath\EulerPath.pro.user
     文件       18445  2016-01-26 17:36  EulerPath\EulerPath.pro.user.2a8d8e8
     文件       18445  2015-03-29 16:48  EulerPath\EulerPath.pro.user.5c2ed7b
     文件       18445  2016-01-28 13:21  EulerPath\EulerPath.pro.user.a352576
     文件         342  2015-03-22 17:12  EulerPath\distance.cpp
     文件         221  2015-03-22 16:24  EulerPath\distance.h
     文件         473  2015-03-26 16:23  EulerPath\drawline.cpp
     文件         229  2015-05-07 01:20  EulerPath\drawline.h
     文件         271  2015-03-27 03:18  EulerPath\drawpoint.cpp
     文件         215  2015-03-26 13:59  EulerPath\drawpoint.h
     文件         237  2015-03-21 14:51  EulerPath\line.png
     文件         258  2015-09-16 23:34  EulerPath\main.cpp
     文件        2980  2016-01-15 01:14  EulerPath\mainwindow.cpp
     文件         436  2015-03-22 01:55  EulerPath\mainwindow.h
     文件        7261  2015-05-28 22:40  EulerPath\paintwidget.cpp
     文件        2132  2016-02-22 18:05  EulerPath\paintwidget.h
     文件         170  2015-03-21 14:51  EulerPath\point.png
     文件         187  2015-03-21 15:25  EulerPath\res.qrc
     文件         409  2015-04-27 21:43  EulerPath\run.cpp
     文件         187  2015-03-26 13:48  EulerPath\run.h
     文件        1094  2015-03-21 14:52  EulerPath\run.png
     文件         274  2015-05-05 00:41  EulerPath\select.cpp
     文件         193  2015-03-26 13:56  EulerPath\select.h
     文件         230  2015-03-21 14:50  EulerPath\select.png
     文件         187  2015-09-16 23:57  EulerPath\tools.h

评论

共有 条评论