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

搜索资源列表

  1. 递归下降分析法(编译原理).tex

    0下载:
  2. 递归下降分析法 是编译原理课程设计的源代码 可用来研究递归下降算法-decline recursive analysis is to compile the curriculum design principle source code can be used to study decline recursive algorithm
  3. 所属分类:编译器/词法分析

    • 发布日期:2008-10-13
    • 文件大小:916
    • 提供者:刘飘
  1. RBFS_CODE

    0下载:
  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 learning A * search, with t
  3. 所属分类:界面编程

    • 发布日期:2008-10-13
    • 文件大小:19589
    • 提供者:陈名
  1. bnf

    0下载:
  2. BNF 递归下降语法分析器 文法: E->E+T|T T->T*F|F F->(E)|i-BNF recursive grammar decline parser : E -
  3. 所属分类:编译器/词法分析

    • 发布日期:2008-10-13
    • 文件大小:3503
    • 提供者:keke
  1. snowflake

    0下载:
  2. 关键字: KOCH, 分形, 雪花,递归,MFC,snowflake 这是我MFC下写的一个小程序, 实现分形递归雪花算法. 希望更多的人与我交流, QQ:270596846 E_MAIL:chmuggmwtg@163.com -keyword : KOCH, fractal, snowflakes, recursive, MFC, Snowflake This is my MFC write a small program achieving Fractal snowflakes
  3. 所属分类:绘图程序

    • 发布日期:2008-10-13
    • 文件大小:26290
    • 提供者:陈成
  1. mathBase

    0下载:
  2. 文件用于计算学分和先后的选修课 用于数据结构的递归思想!-documents used in the calculation of credit and has the optional for the recursive data structure thinking!
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:1720
    • 提供者:刘军利
  1. 9二叉树

    0下载:
  2. 几乎包括二叉树的所有编程算法,其中有二叉树的先中后序递归与非递归遍历算法,由先序与后序建立二叉树,层次遍历,求叶子结点数,总结点数,树的深度与宽度。-including binary tree almost all programming algorithm, these binary tree after the first sequence which recursive and non - recursive traversal algorithm, and by the first se
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:15743
    • 提供者:李扬
  1. 历年试题1

    0下载:
  2. 软件设计师历年真题,有C语言题目的答案,而且有回溯法,递归等方法-software designers simulated calendar year, the C language is the subject of the answer, but is retroactive law, recursive methods
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:2977895
    • 提供者:余磊
  1. 两种遍历图的方法

    0下载:
  2. 熟悉图的两种常用的存储结构,以及在这两种存储结构上的两种遍历图的方法,即深 度优先遍历和广度优先遍历。进一步掌握递归算法的设计方法。 -familiar with the plans of two commonly used storage structure, and the two storage structures on the two traverse map, that depth-first traversal and breadth priority traversal.
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:1629
    • 提供者:王茜
  1. 李森数据结构作业

    1下载:
  2. 文件夹中包括常用的数据结构的算法,包括二叉树的三种递归和非递归算法,染色问题,八皇后问题,深度广度遍历,约瑟夫环,数值转换,树的高度和叶子节点数,最小生成树 ,两点之间的所有路径-folder include common data structure of the algorithm, including the three binary tree recursive and non - recursive algorithm, Dyeing, 8 Queen, depth and bread
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:19992
    • 提供者:李森
  1. 传教士与野人问题

    1下载:
  2. 传教士和野人问题是人工智能中的经典问题。本程序采用递归算法求解。定义一个函数,该函数返回一个解路径,路径可以用规则序列表示,也可以用状态序列表示。比如,用规则序列表示,可以表示为:(1 1)(1 0)。。。 表示:过去1个传教士,一个野人,回来一个传教士,。。。如果用状态序列表示,可以表示为:(3 3 1)(2 2 0)(3 2 )。。。 路径用一个链表表示,该函数返回该链表。在main中调用该函数,并打印输出该路径。-missionaries and Savage is a classic A
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:34248
    • 提供者:罗鹏魁
  1. 编译课设

    0下载:
  2. 算术表达式词法和语法分析程序,递归下降法,四元式-arithmetic expression morphology and syntax analysis procedures, recursive method, four yuan -
  3. 所属分类:编译器/词法分析

    • 发布日期:2008-10-13
    • 文件大小:3199
    • 提供者:吧是否
  1. 102转换

    0下载:
  2. 用递归向下文法做的2到10进制转换,本学期编译原理的课程设计-using recursive grammar downward do 2-10 base for the conversion, the compiler semester course design principles
  3. 所属分类:编译器/词法分析

    • 发布日期:2008-10-13
    • 文件大小:328939
    • 提供者:小雨
  1. Batch SearchFile 递归搜索框架

    0下载:
  2. 封装好的递归搜索框架善,还不完善,希望有人帮忙改善改善!-Packaging good recursive search framework of good, not perfect, hoping that someone will help improve the improvement!
  3. 所属分类:系统编程

    • 发布日期:2008-10-13
    • 文件大小:451637
    • 提供者:zesfl
  1. 查找文件功能

    0下载:
  2. 在VB中要实现查找文件功能,我们可以利用VB的DIR函数进行递归来实现。-in VB to achieve document search function, we can use the DIR VB recursive function is to be achieved.
  3. 所属分类:搜索引擎

    • 发布日期:2008-10-13
    • 文件大小:1417
    • 提供者:黄桦
  1. CocoSourcesCS

    0下载:
  2. The Compiler Generator Coco/R Coco/R1 is a compiler generator, which takes an attributed grammar of a source language and generates a scanner and a parser for this language. The scanner works as a deterministic finite automaton. The parser u
  3. 所属分类:C#编程

    • 发布日期:2014-01-23
    • 文件大小:42373
    • 提供者:yy
  1. VB_hanoi

    0下载:
  2. 汉诺塔演示程序,VB书写,有一定的教学意义,可以作为递归算法的演示程序-HANOR demo program, VB writing, teaching a certain significance, recursive algorithm can be used as a demo program
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:15047
    • 提供者:杨洋
  1. 非递归遍历一

    0下载:
  2. 本文用C语言实现了双链表结构树的前中后序非递归遍历-Using C language of the Double Chain structure tree before, during and after non - recursive traversal sequence
  3. 所属分类:控制台(字符窗口)编程

    • 发布日期:2008-10-13
    • 文件大小:2386
    • 提供者:申辉
  1. BrowseDir8

    0下载:
  2. 递归法遍历磁盘目录,在vc++6.0环境下编译通过。-recursive directory traversal disk, vc 6.0 environment compile.
  3. 所属分类:界面编程

    • 发布日期:2008-10-13
    • 文件大小:26680
    • 提供者:李华磊
  1. PolyCompress

    0下载:
  2. Douglas-Peucker算法的递归实现,java版-Douglas-Peucker Compresing recursive algorithm to achieve, java version
  3. 所属分类:GIS编程

    • 发布日期:2008-10-13
    • 文件大小:4306
    • 提供者:谭宁生
  1. hanoi(Titan)

    0下载:
  2. 汉诺塔解答程序,通过递归实现,好多书上都有这个练习题吧-HANOR answer process, through recursive, many of the books have it Exercises
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:5439
    • 提供者:Titan
« 1 2 ... 6 7 8 9 10 1112 13 14 15 16 ... 50 »
搜珍网 www.dssz.com