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

搜索资源列表

  1. Test

    0下载:
  2. Koch雪花的构图方法,递归模型的实现算法,建立平面二维坐标系,原点位于屏幕客户区中心,x轴水平向右为正,y轴铅直向上为正。 以原点为圆心绘制半径为r的圆,与y轴交于P0点。从P0点开始,顺时针方向将圆三等分,得到P1和P2点。P0P1P2构成等边三角形。 沿着等边三角形的三条边外侧分别绘制三段递归深度为4,夹角为60°的Koch曲线,形成Koch雪花。 -Koch snowflake patterning method, recursive algorithm model, the
  3. 所属分类:Windows Kernel

    • 发布日期:2017-11-12
    • 文件大小:1932765
    • 提供者:邱毛毛
  1. LL1

    0下载:
  2. 编译原理中的LL1语法分析程序 包括消除左递归, First集和Follow集自动生成, 预测表自动生成, 对输入的句型进行分析。-Compiler theory LL1 syntax analysis procedures, including the elimination of left recursion, First Set and Follow automatically generated prediction table is generated automatically an
  3. 所属分类:Compiler program

    • 发布日期:2017-04-10
    • 文件大小:1462022
    • 提供者:gan
  1. zhishu

    0下载:
  2. 改进的递归算法,输出100以内的质数,VB.NET程序。通过已经得到的质数,算出下一个质数。-output the prime number within 100 Using improved recursion algorithm, the programe is coded with vb.net. Through got prime, calculate the next prime Numbers.
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-17
    • 文件大小:44671
    • 提供者:rnabou
  1. cpfolder

    0下载:
  2. A recursive copy file function, can copy the folder file recursion.
  3. 所属分类:Embeded Linux

    • 发布日期:2017-04-13
    • 文件大小:1617
    • 提供者:小米
  1. GenCom

    0下载:
  2. 字符串组合高效算法竞彩项目中,对选择的多组比赛进行组合过关和赛果组合拆分。 这是一个对字符串组合算法的示例,使用选号标记移位算法和笛卡尔积进行计算,避免使用递归,效率极高。-String combination efficient algorithm SMG project, the selection of multiple race combinations clearance and Results combination splits. This is an example of
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-13
    • 文件大小:1565
    • 提供者:王曼
  1. recursion

    0下载:
  2. 用vc2008创建的一个递归模型,程序里面注释的部分去掉就是一个赛平斯基垫片程序。-Created using a recursive model vc2008, procedures which remove the comment part of the gasket is a race Lipinski program.
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-04-08
    • 文件大小:1040
    • 提供者:PPIfe
  1. test

    0下载:
  2. 用C语言实现对迭代法,二分法查找和两者的递归形式的时间复杂度的测试-in c language,test the time complexity of binary and iteration search and their recursion.
  3. 所属分类:Other systems

    • 发布日期:2017-04-17
    • 文件大小:9615
    • 提供者:shawee
  1. fibonacci-recursion

    0下载:
  2. 斐波那契数列的递归算法实现的源代码,计算机算法设计与分析作业1-Fibonacci series recursive algorithm source code, design and analysis of computer algorithms operating 1
  3. 所属分类:Console

    • 发布日期:2017-04-01
    • 文件大小:318102
    • 提供者:刘洋
  1. main

    0下载:
  2. 复制一个广义表的程序,主要是在自己定义了一个广义表以后,用程序的形式将它复制,没有递归-Copy a generalized form of the program, mainly in their definition of a generalized form after application form, copy it, no recursion
  3. 所属分类:source in ebook

    • 发布日期:2017-04-10
    • 文件大小:911
    • 提供者:唐雨柔
  1. introduction-of-adp

    0下载:
  2. 自适应动态规划介绍。一种求解动态规划方法HJB方程的自学习控制算法,称其为自适应动态规划算法。所提的算法可以用来解决未知离散时间非线性系统的最优控制问题,同时给出了该控制算法的收敛性证明。算法的实现用到了三个神经网络,在递推的每一步分别用来近似性能指标函数、最优控制律和未知非线性系统。-Adaptive Dynamic Programming introduction. Dynamic programming method for solving the HJB equation self-le
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-05
    • 文件大小:973239
    • 提供者:chenyi
  1. left-crusion

    0下载:
  2. 消除左递归,包括自上而下的非递归分析和自上而下的分析-Eliminate left recursion, including non-recursive top-down analysis and top-down analysis
  3. 所属分类:Compiler program

    • 发布日期:2017-04-03
    • 文件大小:651196
    • 提供者:fuxi
  1. p3

    0下载:
  2. 写递归函数的递归定义的数据结构和数学抽象。 用递归来实现链表和树。(含链表和树的各种操作)-writing recursive functions that operate on recursively‐defined data structures and mathematical abstractions. Use recursion to realize lists and trees.
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-17
    • 文件大小:141123
    • 提供者:XUE
  1. calcu

    0下载:
  2. 一个使用递归算法和堆栈结构实现的计算器。将中缀表达式转化为后缀表达式后再使用递归和堆栈实现。-A stack structure using a recursive algorithm and implementation of the calculator. The infix expression into postfix expression before using recursion and stack implementation
  3. 所属分类:Data structs

    • 发布日期:2017-04-13
    • 文件大小:1921
    • 提供者:张旭
  1. recursion

    0下载:
  2. 自然数据筛选,运用递归可以进行无遗漏筛选。-Natural data filtering, using recursive filtering can be performed without omission.
  3. 所属分类:Other systems

    • 发布日期:2017-04-13
    • 文件大小:2436
    • 提供者:shuchang
  1. Generate-Permutation

    0下载:
  2. 算法设计,递归方法设计生成,1,2.。。。n的所有排列-Algorithm design, recursion method is designed to generate, 1,2. . . all permutations of n
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-16
    • 文件大小:317516
    • 提供者:微微
  1. TimeComplex

    0下载:
  2. 递归、迭代时间复杂度分析,可结合Excel绘制图像-Recursion, iteration time complexity analysis can be combined with Excel rendering image
  3. 所属分类:Other systems

    • 发布日期:2017-04-11
    • 文件大小:1253
    • 提供者:朱金梦
  1. maxfieldsum

    0下载:
  2. 用分治法解决最大子段和问题,利用了递归和合并,使问题能够简易求解-Solve the problem with the largest sub-segment and divide and conquer method, the use of recursion and merge so that the problem can be solved simple
  3. 所属分类:Data structs

    • 发布日期:2017-04-17
    • 文件大小:148130
    • 提供者:wen
  1. algorithm

    0下载:
  2. 关于常用的几种算法介绍1、单源最短路径;2、递归与分治;3、贪心算法;4、动态规划;5、回溯法;6、分支限界法-On several commonly used algorithm introduced a single-source shortest path 2, recursion and divide and conquer 3, the greedy algorithm 4, dynamic programming 5, backtracking 6, branch and
  3. 所属分类:Data structs

    • 发布日期:2017-05-28
    • 文件大小:11165880
    • 提供者:jiang
  1. Maze

    0下载:
  2. 使用递归方法与非递归方法求解迷宫问题。内容涉及递归的消去、属于数据与算法课程。-Use recursive and non-recursive method for solving approach maze. Covering recursion elimination, part of the data and algorithms course.
  3. 所属分类:Data structs

    • 发布日期:2017-04-06
    • 文件大小:4981
    • 提供者:xuebao1942
  1. Cantor

    0下载:
  2. Cantor集算法 自定义二维坐标系 使用对话框输入Cantor的递归深度 然后绘制相应的Cantor集-Cantor set algorithm custom dialog to enter the two-dimensional coordinate system using recursion depth and then draw the corresponding Cantor Cantor set
  3. 所属分类:2D Graphic

    • 发布日期:2017-03-28
    • 文件大小:178284
    • 提供者:Cavalier
« 1 2 ... 11 12 13 14 15 1617 18 19 20 21 »
搜珍网 www.dssz.com