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

搜索资源列表

  1. 最大团问题2

    0下载:
  2. 定义一个类,调用构造函数,递归函数,输出函数-definition of a category, called Constructors, recursive function, output function
  3. 所属分类:组合框控件

    • 发布日期:2008-10-13
    • 文件大小:2118
    • 提供者:刘二
  1. K1

    0下载:
  2. hanoi塔经典问题,采用递归算法,值得研究研究-Hanoi tower classic, using recursive algorithm, it is worth studies
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:792
    • 提供者:吴伟
  1. 层次非递归遍历

    0下载:
  2. 数据结构中的常见算法,树的层次非递归遍历序算法,简单易懂-data structure of the common algorithm, the level of tree traversal sequence non - recursive algorithm, simple
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:9624
    • 提供者:emma
  1. 画Bezier曲线

    0下载:
  2. 利用Bezier曲线的基本公式与de Castlejau递推公式画出来Bezier曲线,编辑时需要BusinessSkinForm的支持。-use Bezier curves with the basic formula de Castlejau recursive formula drawn Bezier curves, editors need BusinessSkinForm support.
  3. 所属分类:GDI/图象编程

    • 发布日期:2008-10-13
    • 文件大小:650663
    • 提供者:陈勋
  1. inter

    0下载:
  2. 用VC实现的简单大数的划分,采用递归算法实现-with VC simple majority of the division, using recursive algorithm
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:5852
    • 提供者:yxg
  1. 背包问题的两种算法实现

    0下载:
  2. 本例编程实现背包问题的递归和非递归算法,让你彻底了解这种算法-the cases Programming knapsack problem of recursive and non - recursive algorithm, so you thoroughly understand this algorithm
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:13767
    • 提供者:朱南辉
  1. JAVA递归

    0下载:
  2. 这是一个递归结构求斐波那契数列中的数列中的前10个数。-This is a recursive structure for Fibonacci series, the series of 10 numbers.
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:1409
    • 提供者:易杜平
  1. 三种遍历

    0下载:
  2. 本程序实现了层序遍历非递归、后续遍历非递归和中序遍历非递归三种算法-the program sequence traverse non - recursive and non - recursive traversal follow-up and the preorder three non - recursive algorithm
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:2755
    • 提供者:yue
  1. 背包问题递归算法

    0下载:
  2. 背包问题的递归算法,以C语言原代码给出,有需要的朋友 可以下载,不许要帐号,自由下载。-knapsack problem recursive algorithm to the original C language code is given, a friend in need can be downloaded allowed to account, free download.
  3. 所属分类:Windows编程

    • 发布日期:2008-10-13
    • 文件大小:1022
    • 提供者:王少石
  1. 汉诺塔游戏代码 v1.0

    0下载:
  2. 一个不用多说的游戏,是用递归算法思想的游戏,汉诺塔游戏,鼠标就拖动就可以玩。-one of the game is the use of recursive algorithm thinking of the game, HANOR games, a mouse drag it on and play.
  3. 所属分类:游戏

    • 发布日期:2008-10-13
    • 文件大小:266855
    • 提供者:小生
  1. 迷宫求解(wjluo)

    0下载:
  2. 三种算法实现的迷宫出路求解,枚举、递归、还有栈。-three Algorithm way to solve the maze, enumeration, recursive, there are stacks.
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2008-10-13
    • 文件大小:220312
    • 提供者:刘源
  1. 系统辨识

    3下载:
  2. 系统辨识中的各种辨识算法:如最小二乘法、递推最小二乘法、广义最小二乘、变遗忘因子递推算法等。-System Identification of identification algorithm : if the least-squares method, recursive least squares method, generalized least squares, changing the forgotten factor algorithm.
  3. 所属分类:matlab例程

    • 发布日期:2008-10-13
    • 文件大小:7023
    • 提供者:陈镇静
  1. 递归下降法整数运算

    0下载:
  2. 该程序使用了递归下降算法进行算术表达式的计算-The program uses recursive descent algorithm arithmetic expressions for the calculation
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:3271
    • 提供者:陈如山
  1. 一个递归删除指定目录和文件的例子

    0下载:
  2. 使用Visual C++编程久了,编写的工程多了,如果我们没有及时删除工作目录下的Debug或者Release目录,就会有大量的垃圾的中间文件存留在我们的系统中。占用我们大量的硬盘空间。但是,如果我们每次编译完一个工程就手动去删除这些多余的文件,是比较麻烦的一件事情。为了解决这个不便,我花了一点时间写了递归删除指定目录和文件的小工具。 -use Visual C Programming long, the preparation of the works and more, and if w
  3. 所属分类:文件操作

    • 发布日期:2008-10-13
    • 文件大小:15827
    • 提供者:涂飞
  1. 折半查找

    0下载:
  2. 数据结构二分查找,演示了使用递归函数或者循环语句实现的二分查找算法,两种方法都使用了称为二分搜索的算法-data structure search for two hours to demonstrate the use of recursive function or loop is the realization of two searching algorithm, both methods are used as a two-Search Algorithm
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:263052
    • 提供者:李顺
  1. 各种二叉树的数据结构

    0下载:
  2. 按先序扩展序列建立二叉树,先序、中序、后序遍历的递归算法,二叉树遍历的非递归算法,层次的非递归算法,求二叉树的深度。-sequence extended by the first sequence established binary tree, first sequence, sequence, after the preorder the recursive algorithm, the binary tree traversal non - recursive algorithm, the
  3. 所属分类:Windows编程

    • 发布日期:2008-10-13
    • 文件大小:3470
    • 提供者:贾德
  1. DFS※Prim

    0下载:
  2. 用普里姆(Prim)算法构造最小生成树;图的DFS算法的非递归遍历函数。-with Primbetov (PRIM), the minimum spanning tree algorithm constructs; Map of the DFS non - recursive algorithm traversal function.
  3. 所属分类:Windows编程

    • 发布日期:2008-10-13
    • 文件大小:3916
    • 提供者:贾德
  1. 二叉树jian

    0下载:
  2. 这个程序采用先序建立二叉树,并分别使用递归和非递归算法实现了对该二叉树的先中后序的遍历输出,并给出了一定的使用说明-this procedure was used in order to establish a binary tree respectively, and the use of recursive and non - recursive algorithm of this binary tree after the first sequence which Ergodic outp
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:14742
    • 提供者:杨正朋
  1. VC.NET2003实现的递归法实现一键清空

    0下载:
  2. 递归法实现一键清空,可以清空浏览记录,查找痕迹,网址等,在VC.NET,WINXP下调试通过.-recursive method to achieve a key blank can be emptied View records search marks, websites, in VC.NET. WINXP under debugging through.
  3. 所属分类:磁盘编程

    • 发布日期:2008-10-13
    • 文件大小:75104
    • 提供者:冷泠
  1. 骑士遍历问题

    0下载:
  2. 骑士遍历问题源代码,利用递归算法编程,我倒,这个还要说多详细?-Cleveland traverse the problem source code, the use of recursive algorithm programming, I do, we still have more details?
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:1183
    • 提供者:方立强
« 1 2 ... 5 6 7 8 9 1011 12 13 14 15 ... 50 »
搜珍网 www.dssz.com