CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 Windows编程 控制台(字符窗口)编程 搜索资源 - 最短

搜索资源列表

  1. Bank_Simulation

    0下载:
  2. 银行业务情况模拟(银行有四个柜台。客户随机地进入银行办理业务,每个人办理业务需要的时间也是随机确定。客户进入银行后选择队列最短的队列排队,如果队列都一样长,则随机选择一个队列排队。客户进入队列后,如果是队列第一个,则接受银行服务,直到服务完成,然后离开银行。-banking business of simulation (4 bank counters. Random access to customer bank business, Everyone transacting business
  3. 所属分类:控制台(字符窗口)编程

    • 发布日期:2008-10-13
    • 文件大小:5.3kb
    • 提供者:王凯
  1. shorest

    0下载:
  2. dijistra最短路经算法的实现。根据以文件输入图中各个节点的距离关系,然后运用算法求出a点到b点的最短路径
  3. 所属分类:控制台(字符窗口)编程

    • 发布日期:2008-10-13
    • 文件大小:1.42kb
    • 提供者:signal
  1. Floyd_Warshall

    1下载:
  2. Floyd_Warshall algorithm 用来求解多源点最短路径问题
  3. 所属分类:控制台(字符窗口)编程

    • 发布日期:2008-10-13
    • 文件大小:7.29kb
    • 提供者:superhero122
  1. Bellman_Ford

    0下载:
  2. Bellman_Ford 算法,求解带有负权重的边的单源点最短路径问题
  3. 所属分类:控制台(字符窗口)编程

    • 发布日期:2008-10-13
    • 文件大小:10.25kb
    • 提供者:superhero122
  1. RailSystem

    0下载:
  2. SSD5课程实验中求欧洲旅行的乘车最短路径的实验答案
  3. 所属分类:控制台(字符窗口)编程

    • 发布日期:2008-10-13
    • 文件大小:128.59kb
    • 提供者:王鹏
  1. 城市信息及最短路径查询系统

    4下载:
  2. 用C语言写的《城市信息及最短路径查询系统》,图形界面,功能比较齐全。-C language book, "Cities and the shortest path query system", a graphical interface, functions more complete.
  3. 所属分类:控制台(字符窗口)编程

    • 发布日期:2008-10-13
    • 文件大小:171.92kb
    • 提供者:
  1. spfa

    0下载:
  2. 求单源点最短路径效率最高的算法,包括2个样例程序和测试数据。-For single-source shortest path algorithm for the highest efficiency, including two sample procedures and test data.
  3. 所属分类:Console

    • 发布日期:2017-04-01
    • 文件大小:60.17kb
    • 提供者:ly
  1. ass2_088766_wangxiaofeng_325

    0下载:
  2. 最短路径算法 几个城市之间的距离 输出的是一个城市到另一个城市的距离-Shortest path algorithm in several cities the distance between the output of a city to another city in the distance
  3. 所属分类:Console

    • 发布日期:2017-04-15
    • 文件大小:7.25kb
    • 提供者:王晓峰
  1. mazebestpath

    0下载:
  2. 迷宫最短路径问题,采用递归算法实现,C语言学习者的经典题目-Maze shortest path problem, the use of recursive algorithm
  3. 所属分类:Console

    • 发布日期:2017-04-08
    • 文件大小:1.03kb
    • 提供者:骆俊武
  1. vc6.0shorttestpathsearch

    0下载:
  2. 货郎担最短路径生成 最短路径生成的算法不计其数 其中很多用回溯法 回溯法不错 不过很多新手写哦时候掌握不好效率 上传一个效率高的版本-Traveling Salesman generate the shortest path shortest path algorithm to generate many of which used numerous retrospective law retrospective laws, however good a lot of time to maste
  3. 所属分类:Console

    • 发布日期:2017-04-04
    • 文件大小:7.77kb
    • 提供者:杨红尘
  1. ShortestTimeFirst

    0下载:
  2. 操作系统中CPU调度问题,采用最短剩余时间优先算法,但是仅是模拟,不涉及实体进程-Operating system, CPU scheduling problem, using the shortest remaining time first algorithm, but only a simulation, does not involve physical processes
  3. 所属分类:Console

    • 发布日期:2017-03-27
    • 文件大小:115.63kb
    • 提供者:billchuang
  1. God

    0下载:
  2. 用Windows控制台程序实现A*算法在交通网络中寻找最短路径的应用,并附有实际的测试数据,程序已经调过没有问题。-Windows Console Application with the realization of A* algorithm to find the shortest path transport network applications, along with the actual test data, the program has emphasized there is
  3. 所属分类:Console

    • 发布日期:2017-04-09
    • 文件大小:1.12mb
    • 提供者:丁小寻
  1. zuiduanlujing

    0下载:
  2. 说明:这是个在公园里各景点之间最短路径的控制台程序。非常好,使用dijkstra,floyd算法-Note: This is the various attractions in the park where the shortest path between the console program. Very good, using dijkstra, floyd algorithm
  3. 所属分类:Console

    • 发布日期:2017-03-28
    • 文件大小:209.48kb
    • 提供者:将军
  1. dijiesiktra

    0下载:
  2. 按路径长度递增次序产生最短路径算法:   把V分成两组:   (1)S:已求出最短路径的顶点的集合   (2)V-S=T:尚未确定最短路径的顶点集合   将T中顶点按最短路径递增的次序加入到S中,   保证:(1)从源点V0到S中各顶点的最短路径长度都不大于   从V0到T中任何顶点的最短路径长度   (2)每个顶点对应一个距离值   S中顶点:从V0到此顶点的最短路径长度   T中顶点:从V0到此顶点的只包括S中顶点作中间   顶点的最短路径长度 -
  3. 所属分类:Console

    • 发布日期:2017-04-06
    • 文件大小:853byte
    • 提供者:马值
  1. Dijkstra

    0下载:
  2. 1 将顶点集V分成 S(开始只包含源点, S包含的点都是已经计算出最短路径的点) 和 V-S 集合(V-S 包含那些未确定最短路径的点) 2. 从V-S中选取这样一个顶点w: 满足经过S集合中任意顶点 v到w 的路径最短, 即 满足( 源到v的路径 + v到w的路径) 最小的那个w. 其中v 属于S, w属于S-V。将w 加入S, 并从V-S中移除w. 3. 如此反复,直到V-S变空集为止-1 to the vertex set V into S (the beginni
  3. 所属分类:Console

    • 发布日期:2017-04-02
    • 文件大小:784.81kb
    • 提供者:bob
  1. shool

    0下载:
  2. 控制台程序,用c++写的,一个兰州交通大学,校园导游程序,能够寻找最短路径,能够以字符界面与用户进行交互-Console program, written using c++, a Lanzhou Jiaotong University, the campus tour program, to find the shortest path, able to interact with the user interface characters
  3. 所属分类:Console

    • 发布日期:2017-04-10
    • 文件大小:1.03mb
    • 提供者:aiqier—liu
  1. dijkstra

    0下载:
  2. 利用dijistra算法获取最短路径的控制台小程序,压缩包中含有设计报告。-Use dijistra algorithm to obtain the shortest path of the console applet package contains the design report.
  3. 所属分类:Console

    • 发布日期:2017-04-06
    • 文件大小:553.02kb
    • 提供者:
  1. Floyd

    0下载:
  2. 图的一个最短路径,用的Floyd实现,好型挺好用的-A shortest path in the graph, with the Floyd achieved, the good type good use aaaaaaaaa
  3. 所属分类:Console

    • 发布日期:2017-04-01
    • 文件大小:50.28kb
    • 提供者:madewei
  1. Floyd0

    0下载:
  2. 用Floyd实现图中最短路径的查找,可以重复使用,循环嵌套,实用的小程序-Floyd to achieve the shortest path to the search, can be reused, nested loop, and practical small procedures
  3. 所属分类:Console

    • 发布日期:2017-04-16
    • 文件大小:50.29kb
    • 提供者:madewei
  1. Dijkstra

    0下载:
  2. 迪杰斯特拉算法,利用贪心算法实现两点间最短路径的求解-Dijkstra Algorithm
  3. 所属分类:Console

    • 发布日期:2017-11-26
    • 文件大小:1.56kb
    • 提供者:于海洋
« 12 3 »
搜珍网 www.dssz.com