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

搜索资源列表

  1. fei333

    0下载:
  2. 这是一个利用扩展先序二叉树建立二叉树,且利用非递归算法进行中序遍历的算法!-This is the first expansion of the use of a binary tree order to establish binary tree, and the use of non - recursive algorithm which preorder algorithm!
  3. 所属分类:系统编程

    • 发布日期:2008-10-13
    • 文件大小:1417
    • 提供者:刘六龙
  1. filecOperation

    0下载:
  2. 文件操作类: 1.带动画的文件复制 2.递归创建多层文件目录 3.显示系统目录结构-file manipulation categories : 1. Animation with two copies of the documents. Recursive directory creation of a multi-storey three. Display System directory structure
  3. 所属分类:文件操作

    • 发布日期:2008-10-13
    • 文件大小:158312
    • 提供者:saintwang
  1. OpenNineRing

    0下载:
  2. 解九连环:玩过九连环吗?知道九连环也是应用递归原理吗?该程序演示了利用递归算法解九连环的过程。-chain solutions 9 : played nine chain? Know that the chain is nine recursive application of the principle? Demonstration of the procedure used recursive algorithms for nine chain process.
  3. 所属分类:其他智力游戏

    • 发布日期:2008-10-13
    • 文件大小:190906
    • 提供者:谭俊哲
  1. DrawDiguiTrees

    0下载:
  2. 该程序能够利用基本图元和递归算法,生成各种各样的树。可以是静态的,也可以是动态的。继续扩展,可以生成一片森林。-the procedure to use basic map and recursive algorithm to produce a wide variety of trees. Can be static or dynamic. Continue to expand, generating a forest.
  3. 所属分类:2D图形编程

    • 发布日期:2008-10-13
    • 文件大小:209745
    • 提供者:谭俊哲
  1. test4_

    0下载:
  2. 利用递归实现的计算器编译器,很诡异的思路。-the use of recursive calculators compiler, a strange way of thinking.
  3. 所属分类:Linux/Unix编程

    • 发布日期:2008-10-13
    • 文件大小:1276
    • 提供者:liyangth
  1. Hanoi_2

    0下载:
  2. 汉诺塔的双递归调用,一样的原理,新的思路,新的算法。-HANOR double recursive call, the same principle, the new ideas and new algorithms.
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:6315
    • 提供者:味精
  1. BITTREE

    0下载:
  2. 这是关于二叉树的建立,各种遍历方法,和输出的算法,包括递归和非递归的-This is the binary tree on the establishment of various traversal methods, algorithms and output, including recursive and non - recursive
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:12543
    • 提供者:许广伟
  1. ssbds_dgxj

    0下载:
  2. 一个改进的递归下降分析程序,实现算术表示式的翻译,形成三地址的中间代码,非常有参考价值.-a decline improved recursive analysis procedures, arithmetic expressions translation, formed three addresses of the intermediate code, very useful.
  3. 所属分类:编译器/词法分析

    • 发布日期:2008-10-13
    • 文件大小:17413
    • 提供者:xym
  1. ssbdxqz

    0下载:
  2. 一个利用递归下降分析方法,实现算术表达式的值,是一个非常值得参考的程序,是学习编译原理的首选.-a decline in the use of recursive analysis method, the value of arithmetic expressions is a very worthwhile reference to the procedures, compiler theory is the study of choice.
  3. 所属分类:编译器/词法分析

    • 发布日期:2008-10-13
    • 文件大小:6688
    • 提供者:xym
  1. ljbds_dg

    0下载:
  2. 一个本人修改的实现逻辑表达式的分析的编译程序,采用递归下降分析法,生成三地址代码,是学习编译原理的好帮手.-a revised Logical Expressions of the compiler, using recursive drop analysis, Generation 3 addresses code, compiler theory is the study of good helper.
  3. 所属分类:编译器/词法分析

    • 发布日期:2008-10-13
    • 文件大小:9281
    • 提供者:xym
  1. pl0.ok1

    1下载:
  2. 经过修改的PL0编译程序源码,对于编译原理初学者来说,是一个不错的参考程序,有利于递归下降方法的理解,包括词法分析,语法分析和语义生成,并可以在虚拟机上执行。-revised PL0 compiler source code, compiler theory beginners, is a good reference procedures, it dropped recursive method to the understanding, including lexical analysis,
  3. 所属分类:编译器/词法分析

    • 发布日期:2008-10-13
    • 文件大小:252093
    • 提供者:xym
  1. HANUOTA

    0下载:
  2. 本人编写的一个比较经典的C语言递归程序,古老的经典益智游戏。-I prepared a classic comparison of C language recursive procedure, the ancient classical educational games.
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:1854
    • 提供者:方芳
  1. maopaosuanfa

    0下载:
  2. 通过保存已经计算出来的结果,此方法的时间复杂度仅为O(m^2).如果采用递归编程(大多数人都会首先想到递归方法),则时间复杂度将高达O(k^m). 1.18 -through the depositary has calculated the results, This method of time complexity is O (m ^ 2). If using recursive programming (most people would first think of recurs
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:2330
    • 提供者:周伯通
  1. csharpcleanBomb

    0下载:
  2. 扫雷游戏源码我自己写的扫雷代码本人已经调试过没有错误利用递归实现的-mine FOSS game I wrote it myself, I have mine code debugging it is not wrong to achieve the use of recursive
  3. 所属分类:C#编程

    • 发布日期:2008-10-13
    • 文件大小:734621
    • 提供者:刘虎
  1. CPPBrowseDir

    0下载:
  2. C++目录文件的遍历的通用类采用递归算法-C directory traversal documents generic category used recursive algorithm
  3. 所属分类:文件操作

    • 发布日期:2008-10-13
    • 文件大小:3451
    • 提供者:iunion
  1. 5478

    0下载:
  2. 编写查找程序search,功能如下:给定任意有序数列,然后输入任意一数,用折半查找法找出该数在数列中的位置,若数列中有此数,则返回该数在数列中所在的位置,若数列中无此数,则返回-1 把给定值y插入到有序数组a(由大到小)中,插入后,数组中的数仍然有序 用递推法求解:一串字符以问号“?”结尾,顺序读入后反向输出,且统计其中字符的个数-prepare you search procedures, functions as follows : Given a series of arbitrary o
  3. 所属分类:Web服务器

    • 发布日期:2008-10-13
    • 文件大小:13461
    • 提供者:李小飞
  1. mgqj

    0下载:
  2. 这小程序可以巩固数据结构中栈的知识,以及用到的递归算法。-procedures can consolidate data structure Stack knowledge, and use the recursive algorithm.
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:1254
    • 提供者:陈朝熙
  1. AlgOfBezier

    0下载:
  2. 此程序实现了bezier曲线的生成算法,分别利用了递归算法和中点插算法。开发环境为VS2003-this program achieved a bezier curve generation algorithm, namely the use of recursive algorithm and the midpoint interpolation algorithm. Development Environment for VS2003
  3. 所属分类:OpenGL

    • 发布日期:2008-10-13
    • 文件大小:181605
    • 提供者:雷恩
  1. JFtp

    2下载:
  2. JFtp是一个用 Java编写的图形化的FTP客户端程序。它支持所有基本的FTP操作,有一些改善的性能,如递归式目录上传,漂亮的swing UI,能够自动断点续传,能识别不完整的目录名。API从GUI中分离,可以用于第三方应用程序或命令行模式。-JFtp is a Java prepared by the graphic FTP client. It supports all basic FTP operation, the performance of some improvements, s
  3. 所属分类:JSP源码/Java

    • 发布日期:2008-10-13
    • 文件大小:93943
    • 提供者:liaosp_11
  1. doublelink

    0下载:
  2. 我写的二维链表程序(采用非递归算法实现了二维链表程序),大家可以自由使用!如果有更好的算法请给我回复.-I wrote the two-dimensional chain (non - recursive algorithm to achieve a two-dimensional chain procedures), We can freely use! If there is a better algorithm please give me a reply.
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:377859
    • 提供者:lllld
« 1 2 ... 14 15 16 17 18 1920 21 22 23 24 ... 50 »
搜珍网 www.dssz.com