登录
首页 » 数据结构 » 最短路径的具体实现,使用了dikstra算法

最短路径的具体实现,使用了dikstra算法

于 2022-05-30 发布 文件大小:116.48 kB
0 160
下载积分: 2 下载次数: 1

代码说明:

最短路径的具体实现,使用了dikstra算法-Concrete realization of the shortest path, using the algorithm dikstra

下载说明:请别用迅雷下载,失败请重下,重下不扣分!

发表评论

0 个回复

  • cyber_cafe管理
    应用背景景区简介网络咖啡馆é管理是在网络咖啡馆é系统管理一个完整的软件包。这个项目的目的是用于在网络咖啡馆é。所有的网吧有一些基本的需要可能控制被租给客户,及时充电系统。网络咖啡馆é通常有一些PC的客户将一定量的时间。现在,它可能还需要保存一些细节的客户的安全原因。当客户进入网络咖啡馆é他分PC和开始时间记。在任何时候,网络管理员应该能够看到任何个人电脑的状态,当客户要做一些其他的活动,如采取打印出来或扫描一个副本等,它应该记录。最后,所有的细节将提供给网络管理员。他可以提交表单上生成账单。这应该是所有交易在CAFé发生显示。关键技术项目的未来范围:&;&;&;&;&;&;&;我们的项目的目的是取代纸质作品&;工作手工完成,在网咖é自动化现有的趋势。它是用户的创建,管理和账单生成,一切都是由电脑控制的。由于行政工作的同时,客户可以享受完全的浏览时间做他毫不费力,因此用户和业主在缓解。我们将服务器和客户端限制为一个单一的系统。对于实时的目的,我们可以通过将服务器组件安装到一个单一的系统,并拥有多个客户,通过安装到许多系统中的客户端组件的软件。在这里,多个客户端可以与服务器同时发送多个请求同时。如今网络犯罪已大大增加。因此,为了避免在任何有关网络犯罪的丑闻,我们可以实现在网络中的客户或客户的网络认证的指纹识别的风险。信用的接受为支付和借记卡可以使软件更具通用性。允许在 销售观点;网络咖啡馆é可以软件的另一个吸引人的特点。
    2022-03-16 13:36:23下载
    积分:1
  • in learning the application stack, it is a very typical example is the train com...
    在学习堆栈的应用时,有一个很典型的例子,就是火车车厢的重排问题,该程序就是针对这个做了一个简单的MFC模拟程序-in learning the application stack, it is a very typical example is the train compartments, the rearrangement, The procedure is to address this and make a simple MFC simulation program
    2022-12-09 16:45:03下载
    积分:1
  • Transfert tables or sheet EXCEL to ACCESS
    查看transfert表或EXCEL工作表以访问和检索
    2022-11-16 03:05:04下载
    积分:1
  • jdbc驱动程序
    jdbc driver
    2022-05-23 08:58:46下载
    积分:1
  • 基于MATLAB的工程是一个很好的初学者和# 39;指南,介绍了…
    Matlab基础篇是Matlab初学者的一个很好的向导,它介绍了Matlab的安装及初等的使用方法-Matlab Matlab for the project is a good beginner"s guide, it introduced the Matlab the installation and use of primary
    2022-04-22 12:12:11下载
    积分:1
  • Algorithm for four
    四色算法代码,已经在OMNETPP平台上编译成功!-Algorithm for four-color code has been compiled successfully OMNETPP platform!
    2023-06-11 13:20:03下载
    积分:1
  • use of the C language Part 24 small game, in the C language can be run directly.
    利用C语言编的二十四点小游戏,在C语言下可直接运行。-use of the C language Part 24 small game, in the C language can be run directly.
    2022-08-26 06:01:06下载
    积分:1
  • 操作系统中的文件是通过文件目录项来管理的,为了管理和查找的方便,按层次把文件目录项组织起来,同一层上的目录成该层上的目录,第一层为根目录,一下为各层子目录。...
    操作系统中的文件是通过文件目录项来管理的,为了管理和查找的方便,按层次把文件目录项组织起来,同一层上的目录构成该层上的目录,第一层为根目录,一下为各层子目录。 假设以一串字符代表一个文件,每个字符表示一个记录。 在建立上述目录结构的基础上,建立相应的管理系统并要求完成以下各项操作: 1. 一次建立各个文件 2. 查访两个用户的所有文件 3. 查访用户sun 是否有文件AB 4. 删除用户sun的文件AC,然后在分别查访两个用户的全部文件,检查是否已经删除文件AC 5. 撤销用户sun,并检查是否被删除 6. 删除用户sun的全部文件,然后在撤销sun用户,在查访用户sun, 检查其是否已被撤销。 在建立一个新用户及新用户的两个文件,然后查该两个用户的所有文件-operating system, the paper is to document catalog items to the management, in order to manage and facilitate the search, according to the document level directory entries organizations, the same floor on which constitute the directory contents on the floor, the first layer of the root directory to look for levels of subdirectories. Assuming that the representative of a string of characters, each character expressed a record. In establishing the directory structure on the basis of the establishment of a corresponding system of management and asked to accomplish the following : 1. Once established two separate files. Visits to the two users of all three docum
    2022-01-26 01:47:05下载
    积分:1
  • 这是一个生成全排列的程序,采用最小变化算法,相邻两个序列之间只有两个的次序不同,每交换两个,便形成一个新的序列,速度非常快....
    这是一个生成全排列的程序,采用最小变化算法,相邻两个序列之间只有两个数的次序不同,每交换两个数,便形成一个新的序列,速度非常快.-This is a whole generation with a procedure using the smallest change algorithm sequence between two adjacent only two of several different order every two exchanged a few, it will lead to a new series, very fast.
    2022-12-18 06:35:03下载
    积分:1
  • 小型库源代码较多,请耐心审阅勿用于商业交易,一经发现后果自负...
    小型数据库源代码较多,请耐心审阅勿用于商业交易,一经发现后果自负-small database source code more, not patience scrutiny for commercial transactions, the one found responsible for any consequences! !
    2022-06-12 22:29:41下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载