CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 Windows编程 搜索资源 - queue struct

搜索资源列表

  1. tu

    0下载:
  2. [输入] 图的顶点个数N,图中顶点之间的关系及起点A和终点B [输出] 若A到B无路径,则输出“There is no path” 否则输出A到B路径上个顶点 [存储结构] 图采用邻接矩阵的方式存储。 [算法的基本思想] 采用广度优先搜索的方法,从顶点A开始,依次访问与A邻接的顶点VA1,VA2,...,VAK, 访问遍之后,若没有访问B,则继续访问与VA1邻接的顶点VA11,VA12,...,VA1M,再访问与VA2邻接顶点...,如此下去,直至找到B,最先到达
  3. 所属分类:其它

    • 发布日期:2014-01-15
    • 文件大小:9954
    • 提供者:Demonic
  1. QueueTest

    0下载:
  2. VC++ 封装了队列类 /// /// /// ///// //this a example for using Queue ///////////////////////////////////////// #include \"Queue.h\" //define queue data struct struct QueueData { char data[20] int nId } //define queue typedef TQueue<QueueData> TMyQu
  3. 所属分类:通讯编程

    • 发布日期:2008-10-13
    • 文件大小:34517
    • 提供者:zj
  1. samlple

    0下载:
  2. 简单路径,#include "stdafx.h" #include <iostream> #include <fstream> #include <queue> #include <stack> using namespace std struct ArcNode { int adjvex ArcNode *nextarc } typedef char VertexType
  3. 所属分类:Windows Develop

    • 发布日期:2017-03-31
    • 文件大小:11840
    • 提供者:张宏
  1. queue

    0下载:
  2. queue struct Learning to use the example of data structure Create, add, remove pointer ,malloc ,free for windows xp dev c.
  3. 所属分类:Other systems

    • 发布日期:2017-04-10
    • 文件大小:533
    • 提供者:方仁
搜珍网 www.dssz.com