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

搜索资源列表

  1. Subd

    0下载:
  2. 用递归算法实现的球体的程序,我曲面建模的作业!希望对大家能有帮助-using recursive algorithm of the ball, and I surface modeling operations! We can hope for help
  3. 所属分类:OpenGL

    • 发布日期:2008-10-13
    • 文件大小:41596
    • 提供者:伯曰
  1. zzx

    0下载:
  2. 这是一道大学生信息学奥林匹克竞赛的试题的解答,里面应用了特殊的控制手段来限制递归算法的递归深度,这种手段在利用递归结决问题时非常有借鉴意义。-students Informatics Olympiad answer the questions, inside a special application of the control measures to limit the recursive algorithm recursive depth, this means the use of re
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:40851
    • 提供者:孙叔敖
  1. canto

    0下载:
  2. 利用分形递归算法实现Cantor三分集,实现有限次迭代!-use fractal recursive algorithm Cantor third set and achieve limited iterations!
  3. 所属分类:分形几何

    • 发布日期:2008-10-13
    • 文件大小:40931
    • 提供者:王凯
  1. Sierpinski_1

    0下载:
  2. 本程序利用迭代递归算法实现,可以画出正三角形构成的Sierpinski垫片,输入条件为正三角形的中心坐标和边长。-the iterative procedure recursive algorithm, sense regular triangle constitutes the Sierpinski gasket, import conditions for the regular triangle coordinates of the center and side length.
  3. 所属分类:分形几何

    • 发布日期:2008-10-13
    • 文件大小:27115
    • 提供者:王凯
  1. seripinski_2

    0下载:
  2. 本程序利用迭代递归算法可以绘制任意三角形的Sierpinski垫片,包括不是正三角形的,输入条件为三角形三个顶点的坐标。-the iterative procedure recursive algorithm can draw arbitrary triangular Sierpinski gasket, not including the regular triangle, the conditions for the importation of three vertices of the
  3. 所属分类:分形几何

    • 发布日期:2008-10-13
    • 文件大小:41809
    • 提供者:王凯
  1. sierpinski_dt

    0下载:
  2. 利用分形中的迭代和递归算法实现Sierpinski地毯,程序简单易懂,改动程序中的n值即可控制递归次数。-use fractal iterative and recursive algorithm Sierpinski gasket, procedures simplified, changes to the procedures used for the control of n number of recursive.
  3. 所属分类:分形几何

    • 发布日期:2008-10-13
    • 文件大小:27743
    • 提供者:王凯
  1. 2_C

    0下载:
  2. 利用90度角支撑迭代递归算法绘制C曲线,简单易懂!-use of 90 degree angle support recursive iterative algorithm mapping C curve, simple!
  3. 所属分类:分形几何

    • 发布日期:2008-10-13
    • 文件大小:12375
    • 提供者:王凯
  1. TRANSPORTATION

    0下载:
  2. 这是一道ACM的关于交通运输的题目!主要用到了递归算法!有参考价值!-ACM on the subject of transport! Main uses recursive algorithm! Reference value!
  3. 所属分类:按钮控件

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