搜索资源列表

  1. Recursive

    0下载:
  2. 利用递归方法求5!。 利用递归函数调用方式,将所输入的5个字符,以相反顺序打印出来。-Using recursive method for solving 5!. Use recursive function call to the input of five characters, printed in reverse order.
  3. 所属分类:数学计算/工程计算

    • 发布日期:2024-05-14
    • 文件大小:1024
    • 提供者:高峰
  1. Quicksort

    0下载:
  2. 快速排序(Quicksort)是对冒泡排序的一种改进。由C. A. R. Hoare在1962年提出。它的基本思想是:通过一趟排序将要排序的数据分割成独立的两部分,其中一部分的所有数据都比另外一部分的所有数据都要小,然后再按此方法对这两部分数据分别进行快速排序,整个排序过程可以递归进行,以此达到整个数据变成有序序列。-Quick sort (Quicksort) is a bubble sort of an improvement. B
  3. 所属分类:其他小程序

    • 发布日期:2024-05-14
    • 文件大小:3072
    • 提供者:郑阳
  1. tailrecursiveQuicksort

    0下载:
  2. quicksort with tail recursive
  3. 所属分类:其他行业

    • 发布日期:2024-05-14
    • 文件大小:1024
    • 提供者:hwiparam
  1. jianxiaojiyi

    1下载:
  2. 用matlab编写的渐消记忆递推最小二乘估计算法-recursive least square filtering with fading factor
  3. 所属分类:matlab例程

    • 发布日期:2024-05-14
    • 文件大小:7168
    • 提供者:王晓波
  1. Quicksort

    0下载:
  2. 快速排序(Quicksort)是对冒泡排序的一种改进。由C. A. R. Hoare在1962年提出。它的基本思想是:通过一趟排序将要排序的数据分割成独立的两部分,其中一部分的所有数据都比另外一部分的所有数据都要小,然后再按此方法对这两部分数据分别进行快速排序,整个排序过程可以递归进行,以此达到整个数据变成有序序列。-Quick sort (Quicksort) is a bubble sort of an improvement. B
  3. 所属分类:数据结构常用算法

    • 发布日期:2024-05-14
    • 文件大小:1024
    • 提供者:浩星无恨
  1. rls

    0下载:
  2. 自适应信号处理,RLS递归最小二次方算法-Adaptive signal processing, RLS recursive least square algorithm twice
  3. 所属分类:matlab例程

    • 发布日期:2024-05-14
    • 文件大小:3072
    • 提供者:xudanli
  1. Recursive-method

    0下载:
  2. Java 程序 源码 求n!的 递归方法-Java source code request n! The recursive method
  3. 所属分类:JSP源码/Java

    • 发布日期:2024-05-14
    • 文件大小:2048
    • 提供者:柯西
  1. RLS

    0下载:
  2. 模拟实际环境下的递归最小二次方算法(RLS)多信号,多干扰。-Simulate the actual environment, the second recursive least square algorithm (RLS) multi-signal, multi-interference
  3. 所属分类:matlab例程

    • 发布日期:2024-05-14
    • 文件大小:1024
    • 提供者:Billy
  1. leastsquare

    0下载:
  2. Inter-symbol interference if not taken care off may cause severe error at the receiver and the detection of signal becomes difficult. An adaptive equalizer employing Recursive Least Squares algorithm can be a good
  3. 所属分类:matlab例程

    • 发布日期:2024-05-14
    • 文件大小:400384
    • 提供者:pravin jadhav
  1. Recursive

    0下载:
  2. 关于递归算法的算法程序小结,包含各种递归算法的资料和文档。-Recursive
  3. 所属分类:数学计算/工程计算

    • 发布日期:2024-05-14
    • 文件大小:3601408
    • 提供者:chenshaorong
  1. LinPF_RLS

    0下载:
  2. VHDL code for linear prediction filter based on RLS (recursive least square). Filter order is set to 4, bit precision set to 12 bits for input and output. Signals are complex signals.
  3. 所属分类:VHDL编程

    • 发布日期:2024-05-14
    • 文件大小:5120
    • 提供者:徐滨
  1. Recursive.algorithm.game

    0下载:
  2. Recursive algorithm for nine serial game九连环游戏算法递归实现 -Recursive algorithm for nine serial game
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2024-05-14
    • 文件大小:3072
    • 提供者:ka
  1. rls

    0下载:
  2. 该文件是递推阻尼最小二乘法系统辨识的m文件-The file is recursive damped least square method m-file system identification
  3. 所属分类:matlab例程

    • 发布日期:2024-05-14
    • 文件大小:1024
    • 提供者:fanyu
  1. Pipelined-and-Parallel-Recursive-and-Adaptive-Fil

    0下载:
  2. Pipelined and Parallel IIR Recursive and Adaptive Filters design for hardware implementation
  3. 所属分类:单片机(51,AVR,MSP430等)

    • 发布日期:2024-05-14
    • 文件大小:284672
    • 提供者:ucicann
  1. junheng

    0下载:
  2. 项目采用matlab对强迫零均衡器、最小均方误差均衡器、自适应线性均衡器进行了编程实现,并给出了计算机的仿真结果以及对仿真结果的分析,最后,给出递归最小二乘准则下的均衡器仿真予以比较。-Forced to zero on the project using matlab equalizer, minimum mean square error equalizer, adaptive linear equalizer is program
  3. 所属分类:matlab例程

    • 发布日期:2024-05-14
    • 文件大小:8192
    • 提供者:gaoliangy
  1. erbu

    0下载:
  2. 此程序是基于二步最小二乘法,运用递推算法。-This procedure is based on two-step least square method, the use of recursive algorithms.
  3. 所属分类:matlab例程

    • 发布日期:2024-05-14
    • 文件大小:1024
    • 提供者:侯宁
  1. guangyi

    0下载:
  2. 此程序是基于广义最小二乘法,运用递推算法。-This procedure is based on generalized least square method, the use of recursive algorithms.
  3. 所属分类:matlab例程

    • 发布日期:2024-05-14
    • 文件大小:1024
    • 提供者:侯宁
  1. recursive-and-reentrant-VI

    0下载:
  2. LabVIEW基础教程,快速学习labview--递归与可重入VI-LabVIEW based tutorials, fast learning labview- recursive and reentrant VI
  3. 所属分类:其他小程序

    • 发布日期:2024-05-14
    • 文件大小:633856
    • 提供者:hong
  1. recursive-descent-parsing

    0下载:
  2. 编译原理的实验,递归下降语法分析,能够实现自上而下的分析。-Compiler theory of the experiment, recursive descent parsing, to achieve top-down analysis.
  3. 所属分类:编译器/词法分析

    • 发布日期:2024-05-14
    • 文件大小:37888
    • 提供者:windssd
  1. recursive

    0下载:
  2. 数据结构作业 c++写的recursive的运用,编译可过,功能较为全面,有兴趣者可-Data structure operations recursive c++ to write the application, the compiler may have functions more comprehensive, those interested can take a look
  3. 所属分类:数据结构常用算法

    • 发布日期:2024-05-14
    • 文件大小:1307648
    • 提供者:chhrui
« 1 2 3 45 6 7 8 9 10 ... 50 »

源码中国 www.ymcn.org