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

搜索资源列表

  1. Link_Graph

    0下载:
  2. 数据结构雨算法中 关于图的线行链表表示 基于C语言实现-the describition of graph
  3. 所属分类:Console

    • 发布日期:2017-04-29
    • 文件大小:175517
    • 提供者:刘军
  1. TU-BIANLI

    0下载:
  2. 图的遍历演示,无编译错误,数据结构经典练习题-data structure
  3. 所属分类:Data structs

    • 发布日期:2017-04-13
    • 文件大小:1574
    • 提供者:wtq
  1. The-maze-problem

    0下载:
  2. C++源码,控制台实现数据结构中的迷宫问题,可给出所有路径的路径图,路径总数和最短路径图-Using VC++ to realize the maze problem.It can figure out all paths and the shortest path.
  3. 所属分类:Console

    • 发布日期:2017-05-16
    • 文件大小:4312198
    • 提供者:苗航
  1. picture

    0下载:
  2. (数据结构)图有关的代码,方便学习参考。-Code-related (data structure) Figure facilitate learning reference.
  3. 所属分类:Other systems

    • 发布日期:2017-05-07
    • 文件大小:1058085
    • 提供者:JM羹
  1. Graph

    0下载:
  2. 这是高一凡大神的数据结构书中的其中的第七章 图中的源代码-This is a high one where the god of the data structure of the book in which Chapter VII- Figure source code
  3. 所属分类:source in ebook

    • 发布日期:2017-04-28
    • 文件大小:34208
    • 提供者:yh
  1. DFSBFS

    0下载:
  2. 数据结构图的遍历算法,DFS(深度优先便利)和BFS(广度优先遍历)-DFS and BFS DATA STRUCT
  3. 所属分类:Other systems

    • 发布日期:2017-04-13
    • 文件大小:2117
    • 提供者:liyun
  1. mygraph

    0下载:
  2. 图的增加,删除,查询操作,遍历图等功能,对于初学数据结构者有些帮助。-it is useful for new learner to learn struct data
  3. 所属分类:Other systems

    • 发布日期:2017-05-03
    • 文件大小:746194
    • 提供者:江军祥
  1. Graph.tar

    0下载:
  2. 数据结构 图结构的模板 以及 遍历接口方法-The template of the structure of data structure and the method of traversing the interface
  3. 所属分类:Other systems

    • 发布日期:2017-04-14
    • 文件大小:4007
    • 提供者:赵昊
  1. Six-degree-space

    0下载:
  2. 中国大学MOOC-陈越、何钦铭-数据结构 解题报告—06-图3 六度空间 -Chinese University MOOC- Chen Yue, He Qinming- data structure Solving the problem report- 06-3 Six degrees space
  3. 所属分类:Console

    • 发布日期:2017-04-11
    • 文件大小:808
    • 提供者:hlj
  1. Gragh

    0下载:
  2. 图的数据结构,打包cpp,1.创建图 创建图 G(任选邻接矩阵或表) 2. 显示图 3. 深度优先搜索遍历图 4. 广度优先搜索遍历图 5. 在图中插入顶点 6. 在图中插入边- Graph data structure, packaging cpp, 1. Create a map creation graph G (optional adjacency matrix or table) 2. Display Figure 3. depth-first se
  3. 所属分类:Data structs

    • 发布日期:2017-04-14
    • 文件大小:2714
    • 提供者:guyuqian
  1. shujujiegou-shangji

    0下载:
  2. 数据结构上机实验代码,可运行,包括图的遍历,二叉树,邻接矩阵,链表队列等,用于初学者,希望能够帮到你。-Code, data structure, computer experiment can be run, including graph traversal, binary tree, the adjacency matrix, and list the queue, etc., for beginners, the hope can help you.
  3. 所属分类:source in ebook

    • 发布日期:2017-04-30
    • 文件大小:24601
    • 提供者:艾达
  1. include

    0下载:
  2. 1)编程递归实现0-1背包问题并回溯求出问题的解向量(即X[N]的值)和多段图的最短路经问题的动态规划算法。 2)图的数据结构采用邻接表。 3) 要求用文件装入5个多段图数据,编写从文件到邻接表的函数。 4)验证算法的时间复杂性。 5)0-1背包问题的实验数据见实验二的背包问题数据。 -1) programming recursive implementation of the 0-1 knapsack problem and backtracking to solve th
  3. 所属分类:CSharp

    • 发布日期:2017-04-30
    • 文件大小:12471
    • 提供者:陈倩
  1. hw12---CreateAdjDWGraph

    1下载:
  2. 数据结构图实现,图的遍历,构建,广搜深搜,邻接顶点,入度和出度,代码可以直接运行-graph achieve
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-30
    • 文件大小:9120
    • 提供者:李倩
  1. Maze

    0下载:
  2. 数据结构课程设计迷宫问题完整报告,里面附有源代码和实验结果截图。-Curriculum design maze full report, which is attached to the source code and experimental results screenshots.
  3. 所属分类:software engineering

    • 发布日期:2017-05-01
    • 文件大小:32956
    • 提供者:炮灰
  1. power-system

    2下载:
  2. c++实现电网建设造价模拟系统,使用了kruskal和prim两种算法,学习数据结构图的好练习-using kruskal and prim algorithm to develop a system to simulate power network
  3. 所属分类:Data structs

    • 发布日期:2016-01-08
    • 文件大小:39936
    • 提供者:JOSEPH
  1. Weighted_directed_graph

    0下载:
  2. 常用数据结构,加权有向图(邻接链表描述)。-Common data structure, weighted (adjacency list descr iption) to FIG.
  3. 所属分类:Data structs

    • 发布日期:2017-04-30
    • 文件大小:20225
    • 提供者:yuli
  1. BinaryTree

    0下载:
  2. 数据结构,关于树和图的代码,全部验证过,可运行-BinaryTree CommonTree LinkQueue
  3. 所属分类:source in ebook

    • 发布日期:2017-04-14
    • 文件大小:4139
    • 提供者:
  1. Element--replacement

    0下载:
  2. 对于点阵式的图,在程序中可以用二维数组来表示。图中一片连续的具有相同颜色的点称为“图元”。这个程序可以对图中指定的图元用另一种颜色来替换。实现时使用了队列这一数据结构。-For dot-matrix diagram, in the program can be used to represent the two-dimensional array. Point figure a contiguous same color as primitive. This program can be s
  3. 所属分类:Development Research

    • 发布日期:2017-05-03
    • 文件大小:707930
    • 提供者:ZHF
  1. guide

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

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

    0下载:
  2. 图像数据操作(内存分配与释放,图像复制、设定和转换) 图像/视频的输入输出(支持文件或摄像头的输入,图像/视频文件的输出) 矩阵/向量数据操作及线性代数运算(矩阵乘积、矩阵方程求解、特征值、奇异值分解) 支持多种动态数据结构(链表、队列、数据集、树、图) 基本图像处理(去噪、边缘检测、角点检测、采样与插值、色彩变换、形态学处理、直方图、图像金字塔结构) 结构分析(连通域/分支、轮廓处理、距离转换、图像矩、模板匹配、霍夫变换、多项式逼近、曲线拟合、椭圆拟合、狄劳尼三角化)
  3. 所属分类:software engineering

    • 发布日期:2017-05-16
    • 文件大小:3722793
    • 提供者:korbon
« 1 2 ... 43 44 45 46 47 4849 50 »
搜珍网 www.dssz.com