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

搜索资源列表

  1. FileSearchClass

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

    • 发布日期:2008-10-13
    • 文件大小:3227
    • 提供者:liming
  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. 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. TurboTree

    0下载:
  2. 很多人都使用“父—子结构+递归算法”来显示树型的层次结构,这里给介绍一种简单方便的数据结构和算法,快速显示树型的层次结构-many people use a "parent-child structure + recursive algorithm" to show the level of tree structure, here introduced to a simple data structure and algorithm, shows the hierarchi
  3. 所属分类:数据库编程

    • 发布日期:2008-10-13
    • 文件大小:276733
    • 提供者:vvyang
  1. btree1

    0下载:
  2. 假设二叉树采用链表方式存储,编写一个二叉树先序遍历的非递归算法-assumptions binary tree using Listless way to store, prepare a binary tree preorder non - recursive algorithm
  3. 所属分类:Windows编程

    • 发布日期:2008-10-13
    • 文件大小:1387
    • 提供者:赵志勇
  1. 6.44

    0下载:
  2. 哈夫曼树,二叉树列表,的多元递归算法gfdgfdgd-Huffman tree, binary tree list, the multi - recursive algorithm gfdgfdgd
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:1161
    • 提供者:du
  1. 实用的算法

    0下载:
  2. C++Example实用的算法:包括枚举,递归,回溯,矩阵运算等-C Example practical algorithm include : Enumeration, recursive, back, matrix operations, etc.
  3. 所属分类:数学计算/工程计算

    • 发布日期:2008-10-13
    • 文件大小:91790
    • 提供者:宋敦江
  1. findfiles001

    0下载:
  2. 使用递归算法在指定目录下查找文件-use recursive algorithm in designated directories search for documents
  3. 所属分类:文件操作

    • 发布日期:2008-10-13
    • 文件大小:2255
    • 提供者:老狼
  1. chenglieguan

    0下载:
  2. 算法与分析设计习题中,陈列馆机器人设置问题,迭代递归算法实现。-algorithm design and analysis of the questions, robot exhibition hall set up, recursive iterative algorithm.
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:3450
    • 提供者:
  1. neweight

    0下载:
  2. 我的作业,TC2.0下实现图形编辑,用堆栈实现的,还有递归算法,如果需要请留言。-my operation, under WITH TC 2.0 graphics editing, using the stack to achieve, recursive algorithm, please leave if necessary.
  3. 所属分类:其他智力游戏

    • 发布日期:2008-10-13
    • 文件大小:2089
    • 提供者:zsword
  1. hanoisea

    0下载:
  2. 该程序用非递归的方法实现了汉诺塔问题的求解。当源盘的数目较少时该算法的执行速度比递归算法快,但当源盘块数较多时递归算法执行速度块-the program with non - recursive method of the Tower of Hanoi problem solving. When the source of the relatively small number of sites at the time of the algorithm implementation rate f
  3. 所属分类:数值算法/人工智能

    • 发布日期:2008-10-13
    • 文件大小:2177
    • 提供者:john
  1. Hanoissf

    0下载:
  2. 汉诺(hanoi)问题采用递归算法解决,并编制了手动及演示界面-Hanne (Hanoi) problem using recursive algorithm, and prepared a manual and demonstrate interface
  3. 所属分类:数学计算/工程计算

    • 发布日期:2008-10-13
    • 文件大小:21144
    • 提供者:宋淑芳
  1. fudfs

    0下载:
  2. 用dfs非递归算法遍历图。创 建图是用链表来实现。 -with scores of non - recursive algorithm traverse map. Map is created using chain is to be achieved.
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:1136
    • 提供者:傅蓉蓉
  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. 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. CPPBrowseDir

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

    • 发布日期:2008-10-13
    • 文件大小:3451
    • 提供者:iunion
  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. 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 3 4 5 6 78 9 10 11 12 ... 50 »
搜珍网 www.dssz.com