CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 系统编程 搜索资源 - 数据结构 图

搜索资源列表

  1. boost_source_code

    0下载:
  2. 正则表达式,可以与POSIX API和Perl语言处理正则表达式的功能相媲美,而且还能支持各种字符类型(如char、wchar_t,甚至还可以是自定义字符类型); 多线程,想了很久的跨平台多线程库了; 数据结构“图”,再加上即将加入标准的hash_set、hash_map、hash_multiset、hash_multimap等等(事实上不少STL实作,如SGI STL,已经支持以上数据结构),C++对数据结构的支持已近完备; python,没错,对Python语言的支持;
  3. 所属分类:系统编程

    • 发布日期:2008-10-13
    • 文件大小:3491458
    • 提供者:hnycmx
  1. tubianli

    1下载:
  2. 图的遍历的演示(c 语言 数据结构课程设计题) /*定义图*/ typedef struct{ int V[M] int R[M][M] int vexnum }Graph /*创建图*/ void creatgraph(Graph *g,int n) { int i,j,r1,r2 g->vexnum=n /*顶点用i表示*/ for(i=1 i<=n i++) { g->V[i]=
  3. 所属分类:系统编程

    • 发布日期:2014-01-15
    • 文件大小:1405
    • 提供者:吉庆
  1. FileSystem

    1下载:
  2. 我编写的文件系统模拟程序。 运行程序后,在左端控制面板可以进行格式化,打开已有目录文件和保存目录文件功能,在中间的树形目录中,可以选中文件或文件夹,进行重命名,新建,删除等等工作,双击选中项可以直接打开文件。 整个磁盘空间被划分为了三个部分:索引,FAT,和数据块Block。 对于空闲数据块的管理,使用的是位图的方法,每个Block对应一个FAT结构,FAT中存放了该Block的信息和下一个关联Block号。 文件目录采用了多级目录结构,并建立了索引。 -I prepared
  3. 所属分类:Windows Kernel

    • 发布日期:2017-04-07
    • 文件大小:282910
    • 提供者:陈忻
  1. Graphs_code

    0下载:
  2. 图的算法代码,数据结构中有关图的算法及各功能实现-Map algorithm code
  3. 所属分类:Windows Kernel

    • 发布日期:2017-04-05
    • 文件大小:657428
    • 提供者:李雪
  1. tree

    0下载:
  2. 图的遍历,一个关于在数据结构中的问题,包括前序,后序,中序。-Graph traversal, a data structure on the problem, including the former sequence, after the sequence, in the order.
  3. 所属分类:Network Security

    • 发布日期:2017-04-15
    • 文件大小:6661
    • 提供者:彭旭东
  1. 7777

    0下载:
  2. 在内存中创建一个图,主要用到了数据结构中连接链表的知识,最后能够遍历整张图的节点-Create a map in memory, the main data structure used to connect the knowledge of the list, the last to traverse the entire graph node
  3. 所属分类:Windows Kernel

    • 发布日期:2017-04-08
    • 文件大小:175751
    • 提供者:zhigang
  1. graph

    0下载:
  2. 关于数据结构中图的一些算法,包括Dijkstra、Floyd-Warshall等-About some algorithms about graph, including Dijkstra, Floyd-Warshall
  3. 所属分类:Windows Kernel

    • 发布日期:2017-11-20
    • 文件大小:3349
    • 提供者:niezan
  1. CriticalPath

    0下载:
  2. 关键路径算法,进阶数据结构与算法就全靠它了,图中强有力的算法-Critical path algorithm, advanced data structures and algorithms depends on it, a powerful figure in the algorithm
  3. 所属分类:Windows Kernel

    • 发布日期:2017-04-13
    • 文件大小:2323
    • 提供者:xhjcehust
  1. a

    2下载:
  2. 进程死锁.资源分配图的绘制 建立所需数据结构;  使用题目21存成的资源分配图的文件作为输入;  编写资源分配图化简算法;  每化简一步,在屏幕上显示化简的当前结果;  最后给出结论,是否死锁,如思索给出死锁的进程及资源; -Process deadlock. Resource allocation mapping  establish the required data stru
  3. 所属分类:Windows Kernel

    • 发布日期:2017-05-23
    • 文件大小:7237006
    • 提供者:莫四
  1. jiaotongzixun

    0下载:
  2. 数据结构的课程设计,做的是一个交通查询,主要用到图的算法,和大家共享,欢迎指正!-Data structure curriculum design, do a query traffic, mainly used graph algorithms, and share, please correct me!
  3. 所属分类:Windows Kernel

    • 发布日期:2017-04-15
    • 文件大小:5812
    • 提供者:xiechong
  1. graph

    0下载:
  2. 数据结构-图,关于无向图的一点基本知识,mfc可视化+图形界面-Data structure- Figure
  3. 所属分类:Windows Kernel

    • 发布日期:2017-05-14
    • 文件大小:3382654
    • 提供者:谢鸣元
  1. tudebianli

    0下载:
  2. 图的遍历,用邻接矩阵实现无向图,数据结构算法,C实现-Graph traversal, adjacency matrix to achieve an undirected graph data structure algorithms, C to achieve
  3. 所属分类:Windows Kernel

    • 发布日期:2017-04-11
    • 文件大小:1284
    • 提供者:yanghongkai
  1. construction-process-map

    0下载:
  2. 此文档详细介绍了图的构造过程,适合刚学数据结构的学者,本文档的中程序能在vc6.0上运行-This document details the construction process diagram, data structure suitable for just learning academics, this document programs can run on vc6.0
  3. 所属分类:Windows Kernel

    • 发布日期:2017-04-15
    • 文件大小:5270
    • 提供者:ofjrkso
  1. code_03

    0下载:
  2. 数据结构中与图有关的一些经典算法在社交网络中的完美应用,与前面传的几个没有重复-Several data structures of some classical algorithm perfect application and map-related social networks, do not repeat the previous pass
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-25
    • 文件大小:267364
    • 提供者:youzong
  1. guide

    0下载:
  2. c语言实现校园导游图系统 数据结构实验 -c language campus guide map system data structures experiments
  3. 所属分类:Windows Kernel

    • 发布日期:2017-04-30
    • 文件大小:9339
    • 提供者:李金玲
  1. Data-Struction--

    0下载:
  2. 《数据结构》图论部分的代码,主要关于交通图的代码撰写。-《Data Struction》
  3. 所属分类:Windows Kernel

    • 发布日期:2017-03-22
    • 文件大小:120796
    • 提供者:许旭
搜珍网 www.dssz.com