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

搜索资源列表

  1. queen-problem

    0下载:
  2. 八皇后问题,递归和分治算法的初步结合,可在VC6.0环境下调试,可修改其中注释部分以观察运行步骤-Eight queen problem, the recursive division algorithm and the initial integration of environment in the VC6.0 debugger to modify one part of the Notes in order to observe the operation of steps
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-15
    • 文件大小:6359
    • 提供者:鲁林涛
  1. StelaeBridgeRiver

    0下载:
  2. 这是递归算法的一个难度较大的例子。适用于学习算法的学生使用。-This is a recursive algorithm, a more difficult example. Learning algorithm applied to the students.
  3. 所属分类:Data structs

    • 发布日期:2017-04-11
    • 文件大小:1226
    • 提供者:小李
  1. kalmanexpri

    0下载:
  2. The Kalman filter is a set of mathematical equations that provides an efficient computational [recursive] means to estimate the state of a process, in a way that minimizes the mean of the squared error. The filter is very powerful in several aspe
  3. 所属分类:Communication

    • 发布日期:2017-04-11
    • 文件大小:1558
    • 提供者:vinodh kumar
  1. Kalman_filter

    0下载:
  2. 卡尔曼滤波算法实现代码.卡尔曼滤波是一种高效率的递归滤波器[自回归滤波器], 它能够从一系列的不完全及包含噪声的测量[英文:measurement]中,估计动态系统的状态。-Kalman filter algorithm implementation code. Kalman filter is an efficient recursive filter [autoregressive filter], it can from a series of incomplete and contain
  3. 所属分类:Algorithm

    • 发布日期:2017-04-29
    • 文件大小:14036
    • 提供者:sunxm
  1. diguixiajiang

    0下载:
  2. 这是我的编译课程设计,实现的是递归下降分析算法,你们可以下下来参考一下-This is my compiler curriculum design, implementation analysis of the decline are recursive algorithm, you can look down under
  3. 所属分类:Windows Kernel

    • 发布日期:2017-05-21
    • 文件大小:1974424
    • 提供者:郎郎
  1. BinaryTreeData

    0下载:
  2. 用c语言实现了二叉树的数据定义,二叉树的构建、销毁,以及先序、中序、后序的递归算法及其源代码.-Implementation using c language definition of binary tree data, Binary Tree Construction, Destruction, and the first order, in sequence, after the sequence of the recursive algorithm and source code.
  3. 所属分类:Data structs

    • 发布日期:2017-04-29
    • 文件大小:8157
    • 提供者:凌涵
  1. Fractal

    0下载:
  2. 用递归算法画出一个万花筒的小程序,挺有意思-Recursive algorithm used to draw a kaleidoscope of small procedures, quite interesting
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-16
    • 文件大小:40621
    • 提供者:Malloc Yu
  1. eight_queen

    0下载:
  2. 八皇后问题,老归老,但试图用各种方法来实现求解,出乎意料的是,同样的算法,非递归实现的速度竟然比递归实现慢!-Eight queen problem, the old to the old, but trying to use various methods to achieve Solving Surprisingly, the same algorithm, the speed of non-recursive implementation was slower than the recur
  3. 所属分类:Other Games

    • 发布日期:2017-04-23
    • 文件大小:53144
    • 提供者:zhangjun
  1. BinaryTree

    0下载:
  2. 这是用C语言实现的二叉树的遍历算法,包括递归和非递归算法的实现。-This is to use C language implementation of the binary tree traversal algorithms, including recursive and non-recursive algorithm implementation.
  3. 所属分类:Data structs

    • 发布日期:2017-04-28
    • 文件大小:308407
    • 提供者:duyankang
  1. abinarytree

    0下载:
  2. 求二叉树树高,和把由前序和中序构建树,又后序遍历这两步放在同一个递归中完成的两个程序。-Binary tree for tree height, and put by the former sequence and in order to build a tree traversal sequence after another on these two steps completed by the middle of the same two recursive procedures.
  3. 所属分类:Data structs

    • 发布日期:2017-04-11
    • 文件大小:692
    • 提供者: 魏康康
  1. binaryTree

    0下载:
  2. 二叉树操作汇总,几乎设计所有算法,遍历递归、非递归、查找、求深度-Binary operation summary, almost all the design algorithm, recursive traversal non-recursive, search, and depth and so on
  3. 所属分类:Data structs

    • 发布日期:2017-04-12
    • 文件大小:1102
    • 提供者:李玲
  1. moving_average_v3.1

    0下载:
  2. Smooths a matrix (with/without NaN s) via recursive moving average method and eliminates data gaps. -MOVING_AVERAGE(X,F) smooths the vector data X with a boxcar window of size 2F+1, i.e., by means of averaging each element with the F elements at hi
  3. 所属分类:Windows Develop

    • 发布日期:2017-03-29
    • 文件大小:100158
    • 提供者:王平
  1. CompanyEmployeesProject

    1下载:
  2. 程序通过LabVIEW完成了对公司员工基本信息创建添加、员工信息查询、删除以及员工信息修改的功能。通过对文本文件的操作完成以上功能,查找过程中采用递归算法对员工及其上级信息一并列出。-Procedures through LabVIEW employees completed the basic information to create added employee information query, delete and modify the functions of employee i
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-25
    • 文件大小:307731
    • 提供者:奇诺
  1. aaa

    0下载:
  2. 银行家算法C语言实现 采用递归方式进行实现银行家算法-Banker' s algorithm implementation using C language implementation recursive way of Banker' s Algorithm
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-04
    • 文件大小:169043
    • 提供者:BIRDCHILD
  1. MSearch

    0下载:
  2. 一个自己开发的工具软件,用于文件寻找,用递归方式实现,加入防错误处理-An instrument developed their own software for file search, using recursive way, by adding anti-error handling
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-29
    • 文件大小:33275
    • 提供者:阿敏
  1. traverse

    0下载:
  2. 后续遍历非递归 数据结构中二叉树的遍历中 使用后续遍历非递归遍历二叉树-Follow-up data structure traversal non-recursive traversal of binary tree used in the follow-up traversal non-recursive binary tree traversal
  3. 所属分类:Console

    • 发布日期:2017-04-29
    • 文件大小:253707
    • 提供者:马文斌
  1. Huffman

    1下载:
  2. 本程序中定义了霍夫曼类实现霍夫曼编码和解码,其中编码过程用递归实现。-This procedure is defined category Hoffman Hoffman achieve encoding and decoding, encoding one of the process of using recursive implementation.
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2014-12-08
    • 文件大小:14099
    • 提供者:张熠
  1. 2_01

    0下载:
  2. cantor三分集的递归算法,按照三分集的生成规则表示在绘图空间中的生成关系-one-third cantor set recursive algorithm, in accordance with the two-thirds of the generation of rules set at the generation of mapping the relationship between space
  3. 所属分类:SCM

    • 发布日期:2017-05-09
    • 文件大小:1927805
    • 提供者:杨明
  1. 2_11

    0下载:
  2. C曲线的递归算法。该算法是C曲线的生成过程,有很强的自相似性-C curve of recursive algorithm. The algorithm are C curve generation process, there is a strong self-similarity
  3. 所属分类:Fractal program

    • 发布日期:2017-05-03
    • 文件大小:734452
    • 提供者:杨明
  1. 2_13

    0下载:
  2. 分形树的递归算法。利用递归算法生成分叉树,实际上是生成元在每一个层次上不断重画的过程-Fractal tree recursive algorithm. The use of recursive algorithm to generate bifurcation tree, generators are in fact at every level on the process of continually re-draw
  3. 所属分类:Fractal program

    • 发布日期:2017-05-09
    • 文件大小:2018975
    • 提供者:杨明
« 1 2 ... 40 41 42 43 44 4546 47 48 49 50 »
搜珍网 www.dssz.com