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

搜索资源列表

  1. 017

    0下载:
  2. tc实现的广度优先搜索算法和深度优先搜索算法,对学算法很有帮组-tc realize the breadth-first search algorithm and the depth-first search algorithm, algorithm is useful for school groups to help
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-08
    • 文件大小:1692
    • 提供者:xiaochang
  1. tuyouxianbianli

    0下载:
  2. C语言版的数据结构,利用遍历二叉树算法实现C语言的编程,即实现图的深度优先遍历。-C language version of the data structure, binary tree traversal algorithm using C programming language, namely, the achievement graph depth-first traversal.
  3. 所属分类:Data structs

    • 发布日期:2017-03-27
    • 文件大小:10172
    • 提供者:李飞跃
  1. cpp1

    0下载:
  2. 深度优先搜索-Depth-first search! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! !
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-11
    • 文件大小:736
    • 提供者:zln
  1. c.resourse

    0下载:
  2. 包含五个C源码,分别是:IP地址解析、二叉树算法集、广度优先搜索及深度优先搜索、华氏温度和摄氏温度的相互转换、用for循环模拟自由落体运动。-Contains five C source code, namely: IP address resolution, binary tree algorithm set, breadth-first search and depth-first search, Fahrenheit and Celsius temperature of one anoth
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-01
    • 文件大小:5534
    • 提供者:毕卫松
  1. 8_num(shendu)

    0下载:
  2. 8数码问题(深度优先) 就是优先用深度搜索解决-8 digital issues (depth first) is the first solution with the depth of search ... ...
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-06
    • 文件大小:7812
    • 提供者:林浊
  1. DFs

    0下载:
  2. 深度优先搜索求格雷码,可以实现多组数据的输入-Gray code depth first search request
  3. 所属分类:Data structs

    • 发布日期:2017-04-16
    • 文件大小:28357
    • 提供者:whuihuai
  1. DFS

    0下载:
  2. DFS算法的非递归函数。DFS是求树的深度的深度优先算法-DFS algorithm of non-recursive function. DFS is seeking the depth of the tree depth-first algorithm
  3. 所属分类:CSharp

    • 发布日期:2017-03-29
    • 文件大小:336518
    • 提供者:crystalever
  1. XMLparserforc

    0下载:
  2. 将树形数据结构用于最小化DOM 模型XML 编解码器的开发。在解析XML 文本时,基于Expat 解释器将XML 字符串构造成树 状结构;编码时构造DOM 树结构,采用非递归深度优先法遍历树,将其串行化成XML 串。本编解码器解决了国际化语言关键问题,是 一个通用、高效的工业级XML 应用支撑模块。-This paper designs a DOM liked tree data structure for developing a minimal DOM based eXtended
  3. 所属分类:Compiler program

    • 发布日期:2017-04-06
    • 文件大小:66650
    • 提供者:czhui2000
  1. tu

    0下载:
  2. 用C语言编程一个有向图如下,功能要求如下:输入并生成该图;深度优先遍历;广度优先遍历; -With the C programming language as a directed graph, functional requirements are as follows: input and generate the map depth-first traversal breadth-first traversal
  3. 所属分类:CSharp

    • 发布日期:2017-04-06
    • 文件大小:2109
    • 提供者:收到回复
  1. ChnChess

    0下载:
  2. 本程序在Windows98下用VC6.0编译通过,所使用位图来源于“象棋大师”教学软件, 设计和改进时参考了BorlandC++3.1的国际象棋程序和陈成涛所写的“中国象棋程序”。 在算法上采用有界深度优先Alpha-Beta剪枝递归搜索技术-The program under Windows98 using VC6.0 to compile, the use of bitmap from " Chess Master" teaching software design and
  3. 所属分类:Chess Poker games

    • 发布日期:2017-04-05
    • 文件大小:456175
    • 提供者:guanmj
  1. mazeproblems

    0下载:
  2. 以一個m*n的長方形表示迷宮,0和1分別表示迷宮中的通路和障礙。設計一個程序,對任意設定的迷宮,求出一條從入口到出口的通路,或得出沒有通路的結論。 1.以深度优先的搜索方法进行路径的搜索 2.迷宮數據從文件中讀取-A rectangle that m* n maze, 0 and 1, respectively, the maze of pathways and barriers. Design a program, for any set of the maze, find a pat
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-06
    • 文件大小:2309
    • 提供者:chenjin
  1. GraphTraversal

    0下载:
  2. 使用c语言,利用数据结构思想建立图的邻接表的存储结构,实现无向图的深度优先遍历和广度优先遍历。以用户指定的顶点为起点,分别输出每种遍历下的顶点访问序列。 设图的顶点不超过30个,每个顶点用一个编号表示(如果一个图有N个顶点,则它们的编号分别为1,2,…,N)。通过输入图的全部边输入一个图,每条边是两个顶点编号对,可以对边依附顶点编号的输入顺序作出限制(例如从小到大)。 -Using c language data structure used to establish the adjac
  3. 所属分类:assembly language

    • 发布日期:2017-04-17
    • 文件大小:200480
    • 提供者:赵胜楠
  1. 2362

    0下载:
  2. poj上的第2362题,用深度优先算法加上强剪枝实现组成正方形的算法,语言是C-poj the first 2362 title, with depth-first algorithm to achieve the composition of a square with strong pruning algorithm, the language is C++
  3. 所属分类:Data structs

    • 发布日期:2017-04-16
    • 文件大小:11547
    • 提供者:chenchencehn
  1. ACM-reoprt

    0下载:
  2. ACM解题报告 第一题…… …… …… HDOJ 1011 (动态规划+路径拓扑) 第二题………………………… POJ 1007 (排序算法) 第三题………………………… HDOJ 1018 (大数运算) 第四题………………………… POJ 1011 (深度优先搜索) 第五题………………………… POJ 1032 (数学题) -Report of the First ACM solving problems ... ... ... ... ... ... ... .
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-03-24
    • 文件大小:70478
    • 提供者:upwinder
  1. 0506

    0下载:
  2. 绝对能用的!深度优先求解迷宫问题。基于VC++下的源程序。-Absolutely usable! Depth-first maze to solve the problem. VC++ based source code under the.
  3. 所属分类:Data structs

    • 发布日期:2017-03-31
    • 文件大小:440004
    • 提供者:lanling
  1. sr

    0下载:
  2. 商人过河问题是数学建模中的一个经典问题,程序利用链表存储渡河状态,使用穷举的算法实现。该算法会找出N个商人/随从渡河的一个可行方案,但并不保证是最佳方案。写完这个程序后让我想到的居然是图的深度优先搜索,二者在查找的思想上是类似的。3gpp的文件-Merchants across the river in the mathematical modeling problem is a classic problem, the program list storage to cross the riv
  3. 所属分类:Multimedia Develop

    • 发布日期:2017-04-13
    • 文件大小:1711
    • 提供者:nani
  1. graph

    0下载:
  2. 输入节点数和变数,生成图的深度优先遍历序列和广度优先遍历序列。-Enter the number of nodes and variables, depth-first traversal graph generated sequence and the breadth-first traversal sequence.
  3. 所属分类:GDI-Bitmap

    • 发布日期:2017-03-28
    • 文件大小:615808
    • 提供者:周小波
  1. nodelayer

    2下载:
  2. 在简单的支路始末端节点数据输入的基础上确定配电网拓扑结构表,经过遍历深度优先搜索形成层次结构和节点队列以决定潮流计算的节点顺序。-Whole story in a simple slip end nodes determined on the basis of data input distribution network topology table, after traversing depth-first search form hierarchy and node queue to de
  3. 所属分类:Other systems

    • 发布日期:2017-04-03
    • 文件大小:1134
    • 提供者:海燕
  1. shenduyouxiansuanfa

    0下载:
  2. 用于树目录或图层的深度优先算法,用C #编写-Directory for the tree depth-first algorithm, written using C#
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-04-08
    • 文件大小:19882
    • 提供者:樱花树下
  1. MapCreation

    1下载:
  2. 图的创建,深度优先和广度优先搜索,有实验报告-Map creation, depth-first and breadth-first search, there are experimental reports
  3. 所属分类:Data structs

    • 发布日期:2017-04-06
    • 文件大小:30171
    • 提供者:xiafan
« 1 2 ... 6 7 8 9 10 1112 13 14 15 16 ... 43 »
搜珍网 www.dssz.com