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

搜索资源列表

  1. structure

    2下载:
  2. 数据结构二叉树实现代码:功能如下: (1)创建二叉树 (2)递归算法先序遍历二叉树 (3)非递归算法中序遍历二叉树 (4)递归算法后序遍历二叉树 (5)求二叉树叶子结点个数 (6)按层次遍历二叉树 (7)求二叉树树深 -A binary tree data structure to achieve the code: Function is as follows: (1) Create a binary tree (2) recursive alg
  3. 所属分类:数据结构常用算法

    • 发布日期:2012-12-24
    • 文件大小:189887
    • 提供者:lqs010203
  1. 二叉数运算

    0下载:
  2. 无递归二叉树插入及中序等顺带求得深度等-Non-recursive binary tree insertion sequence, such as passing and seek depth
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-11-12
    • 文件大小:1566
    • 提供者:道奇蝰蛇
  1. yufafenxiqi

    1下载:
  2. 语法分析器(C++)源代码+其详细的课程设计报告 输入的文法可以消除左递归并提取公共左因子求出文法的非终结集合——FIRST和FOLLOW集并对输入的算符优先文法,构造算符优先关系表 -Parser (C++) Source code its detailed report on curriculum design input left recursive grammar can be eliminated and the public left factor extract der
  3. 所属分类:Compiler program

    • 发布日期:2017-03-24
    • 文件大小:105102
    • 提供者:michelle
  1. left_M

    0下载:
  2. 内含摇曳的递归分形树源代码。双击Leaf_M.html文件,程序运行;双击Leaf_M.java文件,进入编辑环境。-Recursive includes swaying fractal source code tree. Double-click Leaf_M.html files, program run Leaf_M.java double-click the file, enter the editing environment.
  3. 所属分类:Fractal program

    • 发布日期:2017-03-29
    • 文件大小:3118
    • 提供者:任建伟
  1. 200711212156486

    0下载:
  2. 多边形种子填充算法(由于该程序调用的递归函数太占用cpu资源,所以在画区域时请控制其大小,先用左击画线,右击用于全区域闭合。 -Polygon seed filling algorithm (due to the program calls recursive functions too occupied cpu resources, so when painting the region to control its size, first hit the left drawing a l
  3. 所属分类:GDI-Bitmap

    • 发布日期:2017-04-06
    • 文件大小:43770
    • 提供者:wanghongke
  1. 1321_preblem_of_chess_board

    0下载:
  2. DP——棋盘问题,动态规划解决。递推的方式。注意结果的优化-DP- chessboard problem, dynamic programming solution. Recursive way. Note that the optimization results
  3. 所属分类:Chess Poker games

    • 发布日期:2017-04-02
    • 文件大小:587
    • 提供者:allenzhou
  1. CFileFindExt

    0下载:
  2. CFileFind的扩展类CFileFindExt。加强了CFileFind类的功能,直接做成类CFileFind的继承类,非递归化时(为加快搜索速度,减少开销)将先深遍历改为层次遍历,用户根据需要可增加返回所有子目录名函数以及其它多参数处理函数。-CFileFind the expansion of category CFileFindExt. Strengthened CFileFind functions directly into the category of succession C
  3. 所属分类:File Operate

    • 发布日期:2017-04-05
    • 文件大小:3382
    • 提供者:narnia
  1. OpenGLCreate20icosahedral

    0下载:
  2. 用OpenGL创建20面体,可进一步采用递归细分的方法,将20面体逼近为一个球体-Create a 20 sided with OpenGL can be further broken down by recursive method, the 20-sided approximation to a sphere
  3. 所属分类:OpenGL program

    • 发布日期:2017-04-05
    • 文件大小:178455
    • 提供者:小海
  1. depth-first-algorithm

    0下载:
  2. 数据结构经典算法C++实现(五):深度优先(邻接矩阵,递归)算法-Data structures classical algorithm C++ of realization (e): depth-first (recursive) algorithm, the adjacency matrix
  3. 所属分类:Data structs

    • 发布日期:2017-03-28
    • 文件大小:102526
    • 提供者:carmen
  1. ditui

    0下载:
  2. 递推最小二乘算法,MATLAB程序,系统辨识-Recursive least squares algorithm, MATLAB program
  3. 所属分类:matlab

    • 发布日期:2017-04-11
    • 文件大小:928
    • 提供者:yuyu
  1. dynamechs_4.0pre1

    0下载:
  2. 采用AB递推算法对移动机器人进行快速的动力学仿真。-AB recursive algorithm used to fast mobile robot dynamics simulation.
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-05-24
    • 文件大小:7954195
    • 提供者:ss
  1. levinson

    0下载:
  2. 原创_levinson_dubin递推算法,现代谱估计的一种算法-Original _levinson_dubin recursive algorithm, Modern Spectral Estimation Algorithm
  3. 所属分类:matlab

    • 发布日期:2017-04-08
    • 文件大小:1125
    • 提供者:曹仲晴
  1. noisex

    0下载:
  2. 递归度信号处理.可用语语音信号处理,如端点检测,清浊音分割.-Recursive-degree signal processing. Can be language speech signal processing, such as endpoint detection, segmentation Voicing.
  3. 所属分类:Speech/Voice recognition/combine

    • 发布日期:2017-03-30
    • 文件大小:83377
    • 提供者:wangjin
  1. ziduanhe

    0下载:
  2. 用蛮力,分治,动态递归算法设计最大子段和问题的算法及其分析-Use brute force, sub-rule, dynamic recursive algorithm design and problems in the largest sub-segment algorithm and its analysis of
  3. 所属分类:Other systems

    • 发布日期:2017-04-10
    • 文件大小:1059751
    • 提供者:hehuiling
  1. 4

    0下载:
  2. 1.输入字符序列,建立二叉链表。 2.中序遍历二叉树:递归算法。 3.中序遍历二叉树:非递归算法。 4.求二叉树的高度。 5.求二叉树的叶子个数。 6.试编写交换以二叉链表作存储结构的二叉树中所有结点的左、右子树的算法。 7.建立中序线索二叉树,并实现中序遍历。 -1. Input sequence of characters, the establishment of binary list. 2. Inorder traversal binary tree:
  3. 所属分类:CSharp

    • 发布日期:2017-03-27
    • 文件大小:2016
    • 提供者:shixiaojin
  1. rec_qsort

    0下载:
  2. 使用递归实现的快速排序法-Quick sort using recursive
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-11-21
    • 文件大小:1388
    • 提供者:站长
  1. vc递归程序示范

    0下载:
  2. 一个递归程序-A recursive process
  3. 所属分类:

    • 发布日期:2017-11-20
    • 文件大小:37617
    • 提供者:王青
  1. 20051018094019

    0下载:
  2. 二分法的c实现,折半查找递归函数,如果查找成功,函数返回关键字所在位置,否则返回-1-dichotomy c realized, binary search recursive function, if you succeed, the function returns keyword location, or else return-1
  3. 所属分类:Other systems

    • 发布日期:2017-12-01
    • 文件大小:959
    • 提供者:h
  1. 广义表的表头和表尾

    0下载:
  2. 广义表是线性表的推广。广义表是n个元素的有限序列,元素可以是原子或一个广义表,记为LS。 若元素是广义表称它为LS的子表。若广义表非空,则第一个元素称表头,其余元素称表尾。 表的深度是指表展开后所含括号的层数。 把与树对应的广义表称为纯表,它限制了表中成分的共享和递归; 允许结点共享的表称为再入表; 允许递归的表称为递归表; 相互关系:线性表∈纯表∈再入表∈递归表; 广义表的特殊运算:1)取表头head(LS);2)取表尾tail(LS) -generalized l
  3. 所属分类:Data structs

    • 发布日期:2017-03-22
    • 文件大小:3328
    • 提供者:wr
  1. 20072215893021

    0下载:
  2. 元式,递归下降法书写的if。。else条件语句的语法分析及语义分析程-Element-type, recursive descent method to write the if. . else conditional statement syntax analysis and semantic analysis process
  3. 所属分类:Compiler program

    • 发布日期:2017-04-04
    • 文件大小:12677
    • 提供者:xieli123
« 1 2 ... 31 32 33 34 35 3637 38 39 40 41 ... 50 »
搜珍网 www.dssz.com