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

搜索资源列表

  1. DelVcTmpFiles

    0下载:
  2. 删除vc生成的临时文件,包括debug,release中的obj等临时文件,最大线路压缩你的硬盘空间,支持递归路径,多级目录自动清除临时文件等功能-vc generated delete temporary files, including debug, release of obj temporary document, the largest line compression your disk space, support recursive path, automatic multi-l
  3. 所属分类:文件操作

    • 发布日期:2008-10-13
    • 文件大小:18018
    • 提供者:checkyvc6
  1. PackageProblem

    2下载:
  2. 实现背包问题 package problem 1. 问题描述 假设有一个能装入总体积为T的背包和n件体积分别为w1 , w2 , … , wn 的物品,能否从n件物品中挑选若干件恰好装满背包,即使w1 +w2 + … + wn=T,要求找出所有满足上述条件的解。例如:当T=10,各件物品的体积{1,8,4,3,5,2}时,可找到下列4组解: (1,4,3,2)、(1,4,5)、(8,2)、(3,5,2)。 2. 基本要求 读入T、n、w1 , w2 , … , wn
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:9296
    • 提供者:李昭明
  1. ACKFunction

    1下载:
  2. 实现阿克曼函数并统计递归调用次数 Counting times of recursion calling 1. 问题描述 定义阿克曼递归函数: ACK(0,n)=n+1 n>=0 ACK(m,0)=ACK(m-1,1) m>=1 ACK(m,n)=ACK(m-1,ACK(m,n-1)) m,n>0 2. 基本要求 读入m、n,输出ACK(m,n)的值,并统计递归调用次数。-Ackermann achieve statistical a
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:8753
    • 提供者:李昭明
  1. erchashubianlisuanfa

    0下载:
  2. 遍历二叉树的非递归算法,其中有先序遍历,中序遍历和后序遍历。-traversal of a binary tree non - recursive algorithm, which preorder, preorder and after preorder.
  3. 所属分类:界面编程

    • 发布日期:2008-10-13
    • 文件大小:4019
    • 提供者:热浪
  1. 999999

    0下载:
  2. 数据结构试验中一个有关于非递归算法的源程序,很适合于初学者参考。-test data structure on a non - recursive algorithm of the source is well-suited to beginners reference.
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:1189
    • 提供者:jayjiang
  1. FileSearchClass

    0下载:
  2. 一个可重用的文件搜索类,采用了递归算法。-a reusable type of document search, using a recursive algorithm.
  3. 所属分类:文件操作

    • 发布日期:2008-10-13
    • 文件大小:3227
    • 提供者:liming
  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, the final analysis of foreca
  3. 所属分类:编译器/词法分析

    • 发布日期:2008-10-13
    • 文件大小:52570
    • 提供者:swb
  1. diguixiajiang

    0下载:
  2. 编译原理中的语法分析---递归下降算法实现-compiler theory of syntax analysis --- recursive algorithm decline
  3. 所属分类:

    • 发布日期:2008-10-13
    • 文件大小:1499
    • 提供者:chenlan
  1. dtdt

    0下载:
  2. 用递推的极大似然法对系统辨识(递推的极大似然法辨识程序)希望通过站长审核-recursive use of the maximum likelihood method of system identification (recursive maximum likelihood method identification procedures) through head of audit
  3. 所属分类:matlab例程

    • 发布日期:2008-10-13
    • 文件大小:1282
    • 提供者:刘甲
  1. digui_flower

    0下载:
  2. 一个分形几何中最常用的递归算法所画的鸡冠花,仅几行代码。可以改变中间的宏定义以实现不同的图形,笔者还画出了树。-a fractal geometry of the most commonly used recursive algorithm painting cockscomb, just a few lines of code. The middle can be changed to achieve Acer different definition graphics, the author
  3. 所属分类:分形几何

    • 发布日期:2008-10-13
    • 文件大小:27910
    • 提供者:杨光
  1. piaoliang

    0下载:
  2. 在二叉搜索树上删除一个有两个子女的结点时,可以采用以下三种方法: (1) 用左子树TL上具有最大关键码的结点X顶替,再递归地删除X。 (2) 交替地用左子树TL上具有最大关键码的结点和右子树TR上具有最小关键码的结点顶替,再递归地删除适当的结点。 (3) 用左子树TL上具有最大关键码的结点或者用右子树TR上具有最小关键码的结点顶替,再递归地删除适当的结点。可随机选择其中一个方案。 -two forks in search of a tree to delete two chi
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:1097
    • 提供者:dfssd
  1. duiliedeyingyong

    0下载:
  2. 数据结构里队列的应用,以及栈的递归实现方法,对于函数的循环来实现函数的递归调用-queue data structure, the application stack and the recursive method, Functions for the cycle to achieve the recursive function call
  3. 所属分类:多媒体

    • 发布日期:2008-10-13
    • 文件大小:10291
    • 提供者:许见
  1. infix_prefix

    0下载:
  2. lisp编的算术表达式中缀转后缀程序,递归。-lisp series of the arithmetic expressions grade switch suffix procedures, recursive.
  3. 所属分类:控制台(字符窗口)编程

    • 发布日期:2008-10-13
    • 文件大小:1079
    • 提供者:leaing
  1. sudoku_lisp

    0下载:
  2. lisp编的解数独游戏的程序,用递归实现。-lisp series of the game alone entertaining program that will achieve recursive.
  3. 所属分类:控制台(字符窗口)编程

    • 发布日期:2008-10-13
    • 文件大小:2119
    • 提供者:leaing
  1. CP_DESIGN

    0下载:
  2. 编译原理全套实验源代码。包括词法分析,递归下降语法分析,LL(1)语法分析,简单优先语法分析和算符优先语法分析-compile a full set of experimental principle source code. Including lexical analysis, recursive grammar decline, LL (1) syntax analysis, priority simple syntax analysis and operator precedence s
  3. 所属分类:编译器/词法分析

    • 发布日期:2008-10-13
    • 文件大小:51842
    • 提供者:chuchao
  1. METHED_OF_STEEPEST_DESENT

    0下载:
  2. 通过最速下降算法研究基于梯度的自适应方法,最速下降是递归的,滤波器计算是一步步迭代进行-through the steepest descent gradient algorithm based on the adaptive method, the steepest decline is recursive, Filter is an iterative step by step
  3. 所属分类:matlab例程

    • 发布日期:2008-10-13
    • 文件大小:4079
    • 提供者:谢晓丹
  1. 8queenc

    0下载:
  2. 1) 【八皇后问题】设在初始状态下在国际象棋棋盘上没有任何棋子(皇后)。然后顺序在第1行,第2行,…。第8行上布放棋子。在每一行中有8个可选择位置,但在任一时刻,棋盘的合法布局都必须满足3个限制条件,即任何两个棋子不得放在棋盘上的同一行、或者同一列、或者同一斜线上。试编写一个递归算法,求解并输出此问题的所有合法布局。-1) [8 Queen's problems -- in the initial state in the international chess pieces on no
  3. 所属分类:C#编程

    • 发布日期:2008-10-13
    • 文件大小:1390
    • 提供者:ts
  1. cirdgysf

    0下载:
  2. 递归圆算法,画出以一个圆为圆心的小圆,再围绕小圆画其他小圆-round recursive algorithm to draw a circle to the center of knolls, and the other paintings hanging around knolls
  3. 所属分类:2D图形编程

    • 发布日期:2008-10-13
    • 文件大小:24328
    • 提供者:liucong
  1. involution

    0下载:
  2. C语言。 用递归法求输入数据的乘方。-C language. Using recursive method for importing data involution.
  3. 所属分类:Windows编程

    • 发布日期:2008-10-13
    • 文件大小:6032
    • 提供者:dwh
  1. compile_1

    0下载:
  2. 根据某文法,构造一基本递归下降语法分析程序。给出分析过程中所用的产生式序列。 -grammar, a basic structural decline recursive grammar analysis procedures. Analysis is the process used in the production sequence.
  3. 所属分类:

    • 发布日期:2008-10-13
    • 文件大小:1882
    • 提供者:聂仁博
« 1 2 ... 10 11 12 13 14 1516 17 18 19 20 ... 50 »
搜珍网 www.dssz.com