CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - depth first

搜索资源列表

  1. tubianli

    0下载:
  2. 图的广度优先和深度优先遍历,首先创建图,然后输出遍历序列-Figure of the breadth and depth of priority priority to traverse, first create figure, and then the output to traverse sequence
  3. 所属分类:Data structs

    • 发布日期:2017-03-30
    • 文件大小:468420
    • 提供者:霍国栋
  1. 1

    0下载:
  2. 管西京编著,2011,深入体验VC++项目开发,第一章飞机飞行游戏源代码。-Guan Xijing edited, 2011, in-depth the experience VC++ project development,the source code of the first chapter: the Airplane Flight Game.
  3. 所属分类:Other Games

    • 发布日期:2017-05-08
    • 文件大小:2046624
    • 提供者:雨勇
  1. _

    0下载:
  2. 图运算 在邻接矩阵存储结构上实现图的深度和广度优先遍历算法-Figure computing adjacency matrix storage structure diagram of the depth and breadth-first traversal algorithm
  3. 所属分类:Special Effects

    • 发布日期:2017-04-05
    • 文件大小:8999
    • 提供者:郭昊
  1. maze1

    0下载:
  2. 本程序上层算法采用深度搜索和广度搜索相结合的折中方法,能适合大部分迷宫的最优路径搜索。-This program algorithm using the upper search and breadth first search depth of the combination of this way, for most of the maze can the optimal path search.
  3. 所属分类:Data structs

    • 发布日期:2017-04-08
    • 文件大小:114112
    • 提供者:陈杰
  1. maze2

    0下载:
  2. 本程序上层算法采用深度搜索和广度搜索相结合的方法,能在大部分迷宫中快速搜索到最优路径。-This program algorithm using the upper search and breadth first search depth of the method of combining the most rapid in the maze in search to the optimal path.
  3. 所属分类:Data structs

    • 发布日期:2017-04-07
    • 文件大小:113233
    • 提供者:陈杰
  1. traveral

    0下载:
  2. 该文件为图的遍历的实验指导报告和代码,涉及的知识点:图的表示法、生成树的概念、图的深度优先、广度优先遍历算法-The file is experimental guidance report and the code of the graph traversal, the knowledge points: diagram notation, the concept of spanning tree, the depth of the graph priority, breadth-first
  3. 所属分类:Data structs

    • 发布日期:2017-04-16
    • 文件大小:48723
    • 提供者:黎明
  1. Lesson1

    0下载:
  2. vc++深入详解教学视频第一课,里面有源码、视频、ppt后续慢慢上传-vc++ Detailed instructional video first in-depth, inside source, video, ppt follow-up slowly upload
  3. 所属分类:Windows Develop

    • 发布日期:2017-06-22
    • 文件大小:39209208
    • 提供者:毕金亮
  1. Tree

    0下载:
  2. 对树的各种操作,包括二叉排序树,其中通过先序遍历和中序遍历构造二叉树,以及深度遍历,广度遍历,层度遍历,以及删除二叉排序树的某一个节点的操作。对学习数据结构有很大的帮助。-Various operations on the tree, including the binary sort tree, the first traversal and traversal construct a binary tree, as well as the depth of the traversal, br
  3. 所属分类:Data structs

    • 发布日期:2017-04-10
    • 文件大小:1149592
    • 提供者:wafer
  1. mazeproject

    1下载:
  2. 功能包括自动创建迷宫、显示迷宫路径,还有两种迷宫路径搜索方法:栈深度搜索和迷宫广度搜索两种方法。果断时间在研究下其他搜索方法。第一版本,之后优化下代码,添加其他的搜索方法.-Features include auto-create a maze, to show the maze path, there are two maze path search method: stack depth search and maze breadth of search are two ways. The
  3. 所属分类:Java Develop

    • 发布日期:2017-04-16
    • 文件大小:9496
    • 提供者:lfc7713
  1. Lesson1Code

    0下载:
  2. 孙鑫 深入详解C++源代码 总共二十课,这是第一课-Sun Xin in-depth Detailed C++ source code to a total of 20 lessons, this is the first lesson
  3. 所属分类:CSharp

    • 发布日期:2017-04-15
    • 文件大小:8638
    • 提供者:zhy29563
  1. bianli

    0下载:
  2. 图的深度及广度遍历 首先创建一个无向图,顶点用一个一维数组存储,弧用一个二维数组存储,不相邻顶点之间设置无限大。深度遍历时设置顶点的布尔函数,访问过的顶点布尔值为true,递归调用DFS函数。广度遍历时,结合队列的存储方式,进行遍历。-Figure traverse the depth and breadth of First create a non-directed graph, vertex with a one-dimensional array to store the arc w
  3. 所属分类:Document

    • 发布日期:2017-04-02
    • 文件大小:7880
    • 提供者:周天行
  1. Silverlight-4-in-Action

    0下载:
  2. The overall goal of this book is to inform and educate you about the exciting and powerful Silverlight 4 platform. Think of it as a guided tour through the Silverlight 4 plugin, runtime libraries, and SDK. After you’ve read this book, you should
  3. 所属分类:software engineering

    • 发布日期:2017-11-03
    • 文件大小:8022016
    • 提供者:danhnh
  1. linjiejuzhen

    0下载:
  2. 能够输入输出一个图的邻接矩阵,能够对相应的边和顶点进行插入删除操作,能够进行深度和广度优先搜索遍历-The adjacency matrix of a graph can be input and output, insertion and deletion operations to the corresponding edges and vertices, depth and breadth-first search traversal
  3. 所属分类:Data structs

    • 发布日期:2017-11-14
    • 文件大小:3278
    • 提供者:吴莹
  1. 062

    0下载:
  2. 有向图的邻接表存储表示,并进行深度和广度优先遍历-To the adjacency table storage, and the depth and breadth-first traversal
  3. 所属分类:Data structs

    • 发布日期:2017-11-26
    • 文件大小:1520
    • 提供者:yelan
  1. erchashu

    0下载:
  2. 先序扩展序列建立二叉树,二叉树的先序,中序,后序遍历的递归与非递归算法,层序遍历,以及求树的深度.-First order expansion preorder, inorder, postorder traversal sequence to establish binary tree, binary tree recursive and non-recursive algorithm, the depth of the layer preorder traversal, as well as
  3. 所属分类:Other systems

    • 发布日期:2017-11-20
    • 文件大小:1548
    • 提供者:
  1. sy

    0下载:
  2. 功能1:通过手动输入油管和油杆的长度按回车或添加按键到表格二中,表格中的第一列自动排序从1开始。在表格的第三列中累加每10的倍数序号长度。例如:每根油管或油杆的长度都是10 米则1-10累加一次为100,在序号10的第三列显示100, 1-20累加一次为200,在序号20的第三列显示200以此类推。在软件中有一个导出按键将这个表格导出成word或者excel中(最好是word)。 功能2:通过手动输入特殊工具的名称、长度以及入井深度(通过所有手动输入特殊工具的长度和所有手动输入加上油管或者油
  3. 所属分类:Delphi VCL

    • 发布日期:2017-11-12
    • 文件大小:498130
    • 提供者:龙重阳
  1. 22

    0下载:
  2. 上海购物网设计的购物系统是基于WEB开发的大型购物系统。它以构建电子商务网站为目标,由前台购物、后台管理、在线支付三大部分组成。各大部分完美结合,都有着最为完善和强大的功能,最大限度的满足客户在线购物和网管深入管理的需求。系统分为普通版和SQL版,满足各个级别用户购建电子商务平台的需要。ASP.NET版本即将上市,现在购买可以免费升级到ASP.NET版,并免费帮助升级!我们的购物系统和论坛系统已经完美结合, 两个系统一个入口,大大的简化了会员的注册步骤,节省时间, 提高工作效率。是构建各种大中小
  3. 所属分类:WEB(ASP,PHP,...)

    • 发布日期:2017-11-21
    • 文件大小:3670679
    • 提供者:FSDFAO
  1. MBSB

    1下载:
  2. 多波束测深数据具有海量存储的特点,而目前国内工程上较为常用的测量绘图软件难以实现对海量数据的绘图和计算,因此,对多波束测深数据进行抽稀具有重要的现实意义。 在抽取多波束水深数据时主要考虑到两点,首先要求抽取出的数据是真实的水深值,而不是插值后的结果,其次要求抽取后的水深点的空间位置分布均匀,因此我们选择等网格间距抽取。-Multibeam bathymetric data mass storage characteristics, more commonly used in domestic
  3. 所属分类:Other systems

    • 发布日期:2017-11-24
    • 文件大小:105912
    • 提供者:ms
  1. CPP99error

    0下载:
  2. 《C++ 99个常见错误》本书是C++大师Stephen C. Dewhurst在多年教授C++课程中所遇到的常见错误的心得笔记上编写而成的。本书所有章节都从一个众所周知的、在日常编码或设计实践经常遭遇的问题入手,先指出其不足,再对其背后思想中存在的合理与不合理之处深入剖析,最后取其精华弃其糟粕,给出一个简洁、通用、美轮美奂的方案,指出有关如何规避或纠正它们的建议,从而有助于C++软件工程师避免重蹈他们前辈的覆辙。-" C++ 99 Common Errors" This bo
  3. 所属分类:software engineering

    • 发布日期:2017-11-18
    • 文件大小:4736375
    • 提供者:hxc
  1. sjms

    0下载:
  2. 深入浅出设计模式(中文版),对设计模式的深入讲解-Head First Design Patterns (Chinese version), to explain the depth of the design patterns
  3. 所属分类:software engineering

    • 发布日期:2017-12-09
    • 文件大小:812323
    • 提供者:xzz
« 1 2 ... 34 35 36 37 38 3940 41 42 43 »
搜珍网 www.dssz.com