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

搜索资源列表

  1. LLR_demodulation

    1下载:
  2. 将多级调制时, 映射到同一符号的不同比特具有不同可靠性的特性引入软输出高阶解调算法中, 推导出一套 简单易行的通用算法, 使得在任何格雷映射方式下, 都能够使用一组相同的两级递推公式计算比特软判决信息。提供了一种 具有低复杂度的通用的高性能软输出高阶解调算法。-Multi-level modulation, the symbols are mapped to the same bit different with different characteristics of the reli
  3. 所属分类:GIS program

    • 发布日期:2017-04-01
    • 文件大小:294665
    • 提供者:李波
  1. 95321008hw95215

    0下载:
  2. 是一個使用遞回寫的程式 其中有費氏的展示可供初學者參考-Is a recursive use of the program which wrote the show' s expenses for beginners reference
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-10
    • 文件大小:567
    • 提供者:123
  1. Untitled21

    0下载:
  2. 最小二乘法系统模型辨识,包括递推最小二乘法-Least squares model identification system, including the recursive least squares method
  3. 所属分类:Project Manage

    • 发布日期:2017-04-10
    • 文件大小:810
    • 提供者:
  1. PSD_Burg

    0下载:
  2. 用Burg法进行功率谱预测的函数,对信号建立AR模型递推估计-Burg method with projected power spectrum function, the signal is estimated that the establishment of recursive AR model
  3. 所属分类:Other systems

    • 发布日期:2017-04-11
    • 文件大小:668
    • 提供者:高原
  1. recursivequicksort

    0下载:
  2. Recursive quick sort
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-04-12
    • 文件大小:700
    • 提供者:Rohit_Singh
  1. Fill

    0下载:
  2. 计算机图形学 区域填充的递归算法 课程设计-Region filled with computer graphics curriculum design recursive algorithm
  3. 所属分类:Graph program

    • 发布日期:2017-05-07
    • 文件大小:2047349
    • 提供者:李国栋
  1. shellw

    0下载:
  2. 对于管道,重定向,环境变量等,利用递归简化了实验功能齐全。-For pipelines, redirection, environment variables, such as the use of recursive functions to simplify the experiment.
  3. 所属分类:Shell api

    • 发布日期:2017-04-13
    • 文件大小:2329
    • 提供者:吴尘秋
  1. grammar

    0下载:
  2. 编制递归下降分析程序,并对简单语言进行语法分析。-Decline in the preparation of analysis of recursive procedures, and a simple analysis of language syntax.
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-04-13
    • 文件大小:1791
    • 提供者:yanglingfei
  1. 12

    0下载:
  2. 实现八皇后(一种小游戏)的算法,非递归可以得到所有正确结果。-The achievement of the eight Queen' s (a game) of the algorithm, non-recursive results can be all right.
  3. 所属分类:Other windows programs

    • 发布日期:2017-05-01
    • 文件大小:742182
    • 提供者:xdb
  1. n-queen

    0下载:
  2. n皇后问题,迷宫问题,递归实现皇后寻找迷宫出路,经典算法之一-n queen problem, the maze problem, the recursive realization of the maze to find a way out of Queen' s, one of the classic algorithm
  3. 所属分类:Data structs

    • 发布日期:2017-03-31
    • 文件大小:765
    • 提供者:luo
  1. MyExplorer

    0下载:
  2. 实现了一个Windows资源管理器,该资源管理器具有浏览系统文件、目录,以及对其进行删除、移动等操作的功能。本章主要介绍了树形控件的使用,列表控件的使用,相关Windows API的使用,系统图标列表的获取,以及递归实现遍历目录等。 -The realization of a Windows Explorer, the Explorer has a browser system files, directories, and delete them, mobile and other ope
  3. 所属分类:Windows Develop

    • 发布日期:2017-03-29
    • 文件大小:432069
    • 提供者:傅利娟
  1. targettrackingusingkalman

    0下载:
  2. The Kalman filter is an efficient recursive filter that estimates the state of a linear dynamic system from a series of noisy measurements. It is used in a wide range of engineering applications from radar to computer vision, and is an important topi
  3. 所属分类:Algorithm

    • 发布日期:2017-03-28
    • 文件大小:84702
    • 提供者:vignesh
  1. Tree

    0下载:
  2. 非递归先序,中序及后序遍历二叉树. 根据二叉树广义表的字符串创建二叉树-First non-recursive sequence, and after the sequence of binary tree traversal
  3. 所属分类:Other systems

    • 发布日期:2017-03-28
    • 文件大小:209729
    • 提供者:zouyan
  1. DataStruct

    0下载:
  2. 此文件夹中共包括十二个小程序 AVL创建平衡二叉树,通过加入一个个的结点创建,并实现了平衡二叉树中的结点删除 Boyer_Moore算法的串模式匹配 Horspool算法的串模式匹配 Graph实现了有向图的非递归广度优先遍历及非递归深度优先遍历 HeapSort利用堆排序实现优先级队列 Merge实现二路归并排序算法 MFK动态规划解背包问题 nqueue求解n皇后问题 QuickSort快速排序算法的实现。 Shell排序算法的实现。 Tree程序
  3. 所属分类:Other systems

    • 发布日期:2017-03-27
    • 文件大小:374817
    • 提供者:zouyan
  1. TEST

    0下载:
  2. TEST递归下降演示,很不错的!!教学使用-TEST decline recursive demo,verygood!!
  3. 所属分类:Compiler program

    • 发布日期:2017-05-04
    • 文件大小:1340997
    • 提供者:Stone
  1. LAB_4

    0下载:
  2. 树的遍历,采用非递归的方法对树进行中序遍历-Tree traversal, the use of non-recursive methods of tree traversal
  3. 所属分类:Data structs

    • 发布日期:2017-04-04
    • 文件大小:780
    • 提供者:xuhaifeng
  1. Hanoi

    0下载:
  2. 汉诺塔问题的非递归解决,能够用非递归的方法解决汉诺塔问题-Tower of Hanoi non recursive solution can be non-recursive solution to the Tower of Hanoi problem
  3. 所属分类:Algorithm

    • 发布日期:2017-03-31
    • 文件大小:546
    • 提供者:xuhaifeng
  1. No00

    0下载:
  2. 主要是采用递归回溯算法来有效的解决八女王问题-Mainly using recursive backtracking algorithm to effectively solve the problem of the eight Queen
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-07
    • 文件大小:1888
    • 提供者:赵立超
  1. bianli

    0下载:
  2. 建立二叉树用非递归方法对树进行遍历,其中用到了栈来保存中间数据。-The establishment of tree with non-recursive method to traverse the tree, which uses a stack to save the intermediate data.
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-01
    • 文件大小:484631
    • 提供者:xdb
  1. fathersearch

    0下载:
  2. 先建立二叉树,然后用递归的方法寻找他的祖先检点并返回其标示。-To create binary tree, and then use recursive methods to find his ancestors and to return to their labeled indecent.
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-17
    • 文件大小:124576
    • 提供者:xdb
« 1 2 ... 45 46 47 48 49 50»
搜珍网 www.dssz.com