搜索资源列表

  1. DFS_BFS

    0下载:
  2. java的DFS(Depth-first search )和BFS(Breadth-first search)的实现-the DFS (Depth-first search) and BFS (Breadth-first search) Implementation
  3. 所属分类:JSP源码/Java

    • 发布日期:2024-05-09
    • 文件大小:6144
    • 提供者:Rachel
  1. Your First Cup of Java (for Win32)

    0下载:
  2. Your First Cup of Java,初学者的第一杯咖啡。-Your First Cup of Java, beginners the first cups of coffee.
  3. 所属分类:文档资料

    • 发布日期:2024-05-09
    • 文件大小:63488
    • 提供者:胡振宇
  1. 深度优先搜索

    0下载:
  2. 深度优先搜索二叉树-depth-first search Binary Tree
  3. 所属分类:数据结构常用算法

    • 发布日期:2024-05-09
    • 文件大小:144384
    • 提供者:张小成
  1. FIRST

    0下载:
  2. 我的课程设计 一个选课系统 需要sql数据库支持 在vc6.0 和sql sever2000下编译运行通过 数据库表信息为 学生表.sql, 登陆用户名密码均为s a-my Elective courses designed a system needs sql database support in vc6.0 and sql sever2000 compiler running under the table of informat
  3. 所属分类:对话框与窗口

    • 发布日期:2024-05-09
    • 文件大小:224256
    • 提供者:檀超
  1. AI_maze

    0下载:
  2. 载入txt文件迷宫,含几种搜索方法,例如depth first search, breadth first search等-maze included txt file containing several search methods, such as depth first search, breadth first search, etc.
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2024-05-09
    • 文件大小:14336
    • 提供者:黄丽雯
  1. 数据结构的一些较难题答案

    0下载:
  2. 有许多是考研要用的!三路归并算法,快速排序的非递归算法,无向连通图的非递归的深度优先遍历等,,希望大家用得着-many are taking tests to use! Three road merging algorithm, rapid sequencing of non- recursive algorithm, undirected graph of the non- recursive depth-first traversa
  3. 所属分类:数据结构常用算法

    • 发布日期:2024-05-09
    • 文件大小:6144
    • 提供者:马号
  1. CFF1.5

    0下载:
  2. 编译原理中的First集与 Follow集生成程序,这是我用C++语言写的,希望对大家有点用处。-Compiler Principle of First Set and Follow procedures set generation, which is my C++ languages, we hope to somewhat useful.
  3. 所属分类:编译器/词法分析

    • 发布日期:2024-05-09
    • 文件大小:141312
    • 提供者:吕进华
  1. 基于AI的问题求解

    0下载:
  2. 提供了深度优先搜索,广度优先搜索,添加启发信息的最小代价搜索,查找多个解,查找最优解的范例程序.-a depth-first search, breadth- first search, add the information inspired the minimum price for a search of solutions to search, find out the optimal solution sample progr
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2024-05-09
    • 文件大小:12288
    • 提供者:陈宁
  1. 实验二:ll1语法判断

    0下载:
  2. 实验二:LL1语法判断 自定义一个文法集,输入文法产生式,计算文法的FIRST,FOLLOW和SELECT集合, 利用SELECT集合构造预测分析表,接着用预测分析程序,栈 和预测分析表对输入串进行分析,给出分析过程-Lab two: The LL1 grammar judgment from defines a grammar collection, the input grammar production pattern, co
  3. 所属分类:Windows编程

    • 发布日期:2024-05-09
    • 文件大小:134144
    • 提供者:罗文
  1. 判断是否为ll(1)文法程序

    0下载:
  2. 一个程序,用于判定给定的文法是否为LL(1)文法。 实现了:1.文法的机内表示;2. FIRST集和FOLLOW集的计算; 3. LL(1)预测分析表的构造。-a procedure for the determination of grammar to whether LL (1) grammar. Realized : 1. Grammar said the machines; 2. FIRST FOLLOW sets and se
  3. 所属分类:编译器/词法分析

    • 发布日期:2024-05-09
    • 文件大小:23552
    • 提供者:luo
  1. BDFS

    0下载:
  2. 用邻接表表示无向图的深度优先搜索遍历 有助于大家理解图的优先遍历问题-adjoining table with no plans to the depth-first search traverse help you understand the plans of the priority issues Traversing
  3. 所属分类:数据结构常用算法

    • 发布日期:2024-05-09
    • 文件大小:1024
    • 提供者:
  1. 深度优先搜索、广度优先搜索

    0下载:
  2. 图的深度优先搜索和广度优先搜索。值得一看。-map the depth-first search and breadth- first search. An eye-catcher.
  3. 所属分类:其他小程序

    • 发布日期:2024-05-09
    • 文件大小:175104
    • 提供者:乐天
  1. 8连通

    0下载:
  2. 计算8连通区数量 利用深度优先遍历,并对同一8连通区进行标记,当遇到不属于同一连通区且灰度符合要求的则计数加1,分别考察一个点周围的八个点。-8 COMPONENTS calculated using the number of depth-first traversal, and the same eight areas marked connectivity, when they do not belong to the sam
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2024-05-09
    • 文件大小:137216
    • 提供者:陈新
  1. hsdfhjshdj

    0下载:
  2. 对深度优先(Depth first) 、宽度优先(Breath first) 、爬山法(Hill Climbing) 、 最佳优先(Best first) 以及A*搜索算法进行分析比较,要求: 给出这几种算法的描述; 根据SearchDemonstration程序中给出的示例,给出各算法的执行过程-priority right depth (Depth first), the width of priority (Breath
  3. 所属分类:C#编程

    • 发布日期:2024-05-09
    • 文件大小:1748992
    • 提供者:yao
  1. predictAnalysis

    0下载:
  2. 本程序主要实现预测分析表的构造,并求first和follow集-the procedure main table Forecast and Analysis, and the construction and follow for first set
  3. 所属分类:编译器/词法分析

    • 发布日期:2024-05-09
    • 文件大小:3072
    • 提供者:魏平
  1. RBFS_CODE

    1下载:
  2. RBFS算法(递归最佳优先搜索:A*家族)和LRTA*算法(联机局部搜索,又名实时学习A*搜索,同为A*家族)实现图的单源最短路径。其中RBFS和LRTA*算法均比狄杰算法效率高! -RBFS algorithm (recursive best first search :* A family) and the LRTA* algorithm (online local search, also known as real-time
  3. 所属分类:界面编程

    • 发布日期:2024-05-09
    • 文件大小:19456
    • 提供者:陈名
  1. Judge_LL(1)

    0下载:
  2. 本设计使用C语言实现了对简单方法描述的LL(1)文法的判定。该设计程序实现了:⑴分别求出每一产生式的右部的FIRST 集、每一个非终结符的FOLLOW集和每一产生式的SELECT集;⑵判定是否是LL(1)文法;⑶画出预测分析表;⑷对给定的符号串判定是否是文法中的句子,分析过程在屏幕上打印出来。 欢迎大家给程序提出富贵意见!-the design of the C language to describe a simple metho
  3. 所属分类:编译器/词法分析

    • 发布日期:2024-05-09
    • 文件大小:147456
    • 提供者:张玉峰
  1. FPS

    0下载:
  2. 用OpenGL实现的第一人称射击First Person Shooter(FPS)游戏demo-use OpenGL the first-person shooter First Person Shooter (FPS) game demo
  3. 所属分类:OpenGL

    • 发布日期:2024-05-09
    • 文件大小:1032192
    • 提供者:熊有益
  1. LL1ForXp

    0下载:
  2. LL(1)文法,消除隐藏左递归,提取共因子,然后求First,Follow,Select集,以及预测分析表,最后进行预测分析-LL (1) grammar, the elimination of hidden left recursive, extracting a total factor, and then seek First, Follow, Select set, and the forecast analysis table
  3. 所属分类:编译器/词法分析

    • 发布日期:2024-05-09
    • 文件大小:52224
    • 提供者:swb
  1. fifoexe

    0下载:
  2. 本程序包括求First集和Follow集的VC++原程序,已经编译过可以直接使用。-including procedures for the First Set and Follow Set VC program, it has been compiled using direct.
  3. 所属分类:界面编程

    • 发布日期:2024-05-09
    • 文件大小:30720
    • 提供者:fly
« 1 2 34 5 6 7 8 9 10 ... 50 »

源码中国 www.ymcn.org