CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 数值算法/人工智能 数据结构常用算法 搜索资源 - 简单优先

搜索资源列表

  1. 简单的表达式求值

    0下载:
  2. 语法分析正确后就可以求值了,求值时用到一个操作数堆栈和操作符堆栈,以及一个算符优先表(存储了运算符之间的优先关系),具体细节可以阅读源码。-syntax analysis is correct after it evaluates the value used for a number of operations and the operator stacks stack, and an operator priority list (stored Operators relations bet
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:1972193
    • 提供者:李平
  1. Simulate_Process_Scheduling_Implement_by_C

    0下载:
  2. 模拟进程调度的C语言实现 一、 实验目的 体会UNIX 系统的进程调度方法,并通过一个简单的进程调度模拟程序的实现,加深对进程调度算法,进程切换的理解。 二、 实验内容 采用静态优先数的方法,编写一进程调度程序模拟程序。模拟程序只对你所设置的“虚拟PCB”进行相应的调度模拟操作,即每发生“调度”时,显示出当前运行的“PCB名字”、优先数、运行时间等,而不需要对系统中真正的PCB等数据进行修改。-C UNIX Two experimental use of static
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:1824
    • 提供者:丘方
  1. Depth_First_Search_Graph

    0下载:
  2. 这是一个在数据结构当中深度优先遍历程序,程序输入输出提示简单明了。
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:8822
    • 提供者:刘柳
  1. NIBOLAN

    0下载:
  2. 利用简单优先法输出逆波兰式 将中缀式转化成逆波兰式-priority method using simple inverse Polish exports of Chinese-grade into reverse Polish
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:1238
    • 提供者:黄金
  1. STL_quene

    0下载:
  2. 用c++的STL实现大根堆和小根堆,实现相当方便简单,优先队列效率好-Large root heap and small root heap, quite simple priority queue efficiency c++ the STL
  3. 所属分类:Data structs

    • 发布日期:2017-11-03
    • 文件大小:750
    • 提供者:朱铖恺
  1. 8_num

    0下载:
  2. 深度优先搜索八数码问题[VC++] 简单实用-Eight digital depth-first search problem [VC++] simple and practical
  3. 所属分类:Data structs

    • 发布日期:2017-04-08
    • 文件大小:13554
    • 提供者:mingming
  1. DFSBFS

    0下载:
  2. 关于数据结构搜索方法中的深度优先搜索及广度优先搜索的算法及比较,c语言描述,简单易懂.-Search method on the data structure in the depth-first search and breadth-first search algorithm and comparison, c language to describe, easy to understand.
  3. 所属分类:Data structs

    • 发布日期:2017-04-01
    • 文件大小:4338
    • 提供者:sara
  1. aaa

    0下载:
  2. 对任意给定的图(顶点数不小于20,边数不少于30,图的类型可以是有向图、无向图、有向网、无向网),能够输入图的顶点和边(或弧)的信息,并存储到相应存储结构(邻接矩阵、邻接表、十字链表、邻接多重表,任选其中两种类型),对自己所创建的图完成以下操作: 对无向图求每个顶点的度,或对有向图求每个顶点的入度和出度(5分) 完成插入顶点和边(或弧)的功能(5分) 完成删除顶点和边(或弧)的功能(5分) 两种存储结构的转换(5分),如果其中一种存储结构为十字链表或邻接多重表则增加5分。
  3. 所属分类:Data structs

    • 发布日期:2017-04-03
    • 文件大小:7099
    • 提供者:狂孙
  1. DFS

    0下载:
  2. 深度优先搜索算法,代码简单易懂,对于初学者很容易理解-Depth-first search algorithm, the code easy to understand, easy to understand for beginners
  3. 所属分类:Data structs

    • 发布日期:2017-04-15
    • 文件大小:8613
    • 提供者:张威
  1. EightNumber

    0下载:
  2. 采用有界深度优先搜索算法求解八数码难题,代码简单易懂-Using bounded depth-first search algorithm for Eight puzzle, the code easy to understand
  3. 所属分类:Data structs

    • 发布日期:2017-03-26
    • 文件大小:57931
    • 提供者:张威
  1. erchashu

    0下载:
  2. 本文利用C语言实现了简单的二叉树,每个结点只保存一个整数,并且,由于非常简单,树的根结点是确定的,而不是输入的。确定根结点以后,用户输入的每一个数都被insert到树中(-999表示停止),利用深度优先的方法。建立好二 叉 树以后,分别利用深度优先(DFS)和广度优先(BFS)进行了遍历, -In this paper, a simple C language binary tree, each node only stores an integer, and, due to the very
  3. 所属分类:Data structs

    • 发布日期:2017-04-13
    • 文件大小:2529
    • 提供者:wangmingmin
  1. wide-search

    0下载:
  2. 广度优先搜索重排九宫格实例,一个简单的对算法的实现-Breadth first search rearrangement of JiuGongGe examples, a simple to the realization of the algorithm
  3. 所属分类:Data structs

    • 发布日期:2017-05-28
    • 文件大小:11592606
    • 提供者:汪鹏
  1. Sudoku-dengqiong

    0下载:
  2. 数独~~1、嵌套循环(最简单的行代码就解出来一个解) 2、深度优先搜索(将数独作为树节点,建立深度优先搜索树,也是只解一个解) 还有关于这个的设计~~~ -Sudoku- ~ 1, nested loops (the most simple lines of code out a solution on the solution) 2, depth-first search (to Sudoku as a tree node, to establish the depth-fi
  3. 所属分类:Data structs

    • 发布日期:2017-05-14
    • 文件大小:3509709
    • 提供者:Dairy Queen
  1. database-Graph

    0下载:
  2. 一:实验目的: (1)掌握图的存储思想及其存储实现。 (2)掌握图的深度、广度优先遍历算法思想及其程序实现。 (3)掌握图的常见应用算法的思想及其程序实现。 (4)理解有向无环图、最短路径等算法 二:实验内容: 以下实验内容,1和2为必做内容,3为选做内容。 1.有向图 (1)键盘输入数据,建立一个有向图的邻接表,并输出该邻接表。 (2)在有向图的邻接表的基础上计算各顶点的度,并输出。 (3)以有向图的邻接表为基础实现并输出它的拓扑排序序
  3. 所属分类:Data structs

    • 发布日期:2017-03-29
    • 文件大小:121148
    • 提供者:oky
  1. 12.7

    2下载:
  2. 设计一个算法,按照深度优先遍历的思想找出从指定结点出发,长度为M的所有简单路径。并将此算法用于邻接表类,在邻接表类中定义一个共有成员函数find(start, m)。-In adjlink to class with negative right value realization monosource shortest path function. Design an algorithm, according to traverse the depth first thoughts from
  3. 所属分类:Data structs

    • 发布日期:2017-04-06
    • 文件大小:38224
    • 提供者:朱惠康
  1. test.cpp

    0下载:
  2. 考虑右边的无向网,设计算法输出从顶点a到顶点i的一条带权路径长度最短的简单路径.采用递归或非递归的深度优先或广度优先遍历算法扩展实现-Consider the right to the network design algorithm output realization of recursive and non recursive depth-first or breadth-first traversal algorithm extensions from the vertex a to v
  3. 所属分类:Data structs

    • 发布日期:2017-03-30
    • 文件大小:1661
    • 提供者:叶金鑫
  1. Graphtraversalexperimentreport

    0下载:
  2. 以邻接多重表为存储结构; 2、实现连通和非连通的无向图的深度优先和广度优先遍历; 3、要求利用队列实现无向图的深度优先遍历; 4、以用户指定的结点为起点,分别输出每种遍历下的结点访问序列; 5、求出从一个结点到另外一个结点,但不经过另外一个指定结点的所有简单路径; 6、测试数据: 输入:顶点数,边数:8,10 各边:1,2 1,3 2,4 2,5 3,6 3,8 4,7 5,6 5,7 7,8 输出:深度
  3. 所属分类:Data structs

    • 发布日期:2017-04-23
    • 文件大小:59783
    • 提供者:lting
  1. 1979

    0下载:
  2. 深度优先搜索(DFS),此代码为自己写的POJ1979题的源代码。使用dfs算法简单水过。-Depth-first search (DFS), this code is to write their own POJ1979 title of the source code. Dfs algorithm is simple to use water too.
  3. 所属分类:Data structs

    • 发布日期:2017-04-10
    • 文件大小:540
    • 提供者:胤明枫
  1. depth-first-traversal

    0下载:
  2. 这是一个数据结构中二叉树的邻接链表的建立以及广度优先遍历和深度优先遍历的算法,对于初学者来说,这样的算法简单易懂,非常容易上手-This is to establish and breadth of a binary tree data structure adjacency list first traversal and depth-first traversal algorithm, for starters, this algorithm is simple to understand
  3. 所属分类:Data structs

    • 发布日期:2017-03-26
    • 文件大小:2369
    • 提供者:陈新
  1. findM

    0下载:
  2. 利用深度优先遍历的思想从指定节点出发,寻找长度为M的所有简单路径(Using the idea of depth first traversal, starting from the specified nodes, we look for all simple paths of length M.)
  3. 所属分类:数据结构

    • 发布日期:2018-05-06
    • 文件大小:248832
    • 提供者:不到终站
搜珍网 www.dssz.com