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

搜索资源列表

  1. Round-robin-schedule

    0下载:
  2. 循环赛日程表。大学算法分析与设计的实验课题目。有递归和非递归两种方法,这里上传递归,仅供参考!-Round-robin schedule. Head of the University of algorithm analysis and design of experimental subjects. There are two methods of recursive and non recursive upload recursion, for reference purposes only
  3. 所属分类:Java Develop

    • 发布日期:2017-04-12
    • 文件大小:1008
    • 提供者:chena03abn52
  1. String-All-Permutation

    0下载:
  2. c++代码,功能为实现字符串的全排列,使用了递归和字典序两种方法-c++ code function to achieve full array of strings, using recursion and lexicographic two ways
  3. 所属分类:Data structs

    • 发布日期:2017-05-09
    • 文件大小:1997951
    • 提供者:yangyang
  1. sum-of-factorial

    0下载:
  2. 利用递归原理,编写的阶乘求和小程序,使用C语言编写。-Based on the principle of recursion ,using C language
  3. 所属分类:Other windows programs

    • 发布日期:2017-05-03
    • 文件大小:541947
    • 提供者:王洁
  1. Hanoi

    0下载:
  2. 汉诺塔小程序,递归的算法编写,使用C语言。-The code of Hanoi, based on recursion, using C language.
  3. 所属分类:Other windows programs

    • 发布日期:2017-05-01
    • 文件大小:417555
    • 提供者:王洁
  1. knapsack

    0下载:
  2. 动态规划的经典实例-0-1背包问题,体会如何巧妙消除递归,代码简洁。-Classic example-0-1 Knapsack problem dynamic programming experience how to skillfully eliminate recursion, concise code.
  3. 所属分类:Data structs

    • 发布日期:2017-04-15
    • 文件大小:7121
    • 提供者:Kerry
  1. Test-deep

    0下载:
  2. 用于测试在系统下可以使用VB进行最多多少层的递归。-Used for testing the system can use VB for the most number of layers recursion.
  3. 所属分类:Communication

    • 发布日期:2017-04-12
    • 文件大小:1304
    • 提供者:bia30anaa
  1. randGenerator

    0下载:
  2. 伪随机数在计算机软件设计中有很广泛的用途。本程序包含有基于数学方法的利用计算机产生伪随机数的一种方法,即线性同余法,任何伪随机数的产生都是运用递推的原理来生成的。以及在Visual C++环境中产生伪随机数的两个重要函数,rand和srand函数,正确地使用这两个函数是产生性能良好的伪随机数的关键,最后介绍了利用伪随机数生成技术在MFC中生成基于C/S模式应用程序的随机校验码以及利用一种软件工具ImagePassword产生随机密码。-Pseudo-random number have a ve
  3. 所属分类:Other windows programs

    • 发布日期:2017-05-03
    • 文件大小:559679
    • 提供者:柳兵
  1. recursion

    0下载:
  2. 最小二乘的递推算法示例程序,可以直接运行,带有注释-Recursive least squares algorithm sample program, can be run directly with comments
  3. 所属分类:matlab

    • 发布日期:2017-04-12
    • 文件大小:942
    • 提供者:
  1. chengxu2

    0下载:
  2. panjer递推公示在风险统计分析中的应用,可以用来求总保费-Panjer recursion of the public in the application of statistical analysis, risk can be used to total premium
  3. 所属分类:Algorithm

    • 发布日期:2017-04-12
    • 文件大小:1256
    • 提供者:刘洋
  1. 14-4373

    0下载:
  2. Tower of hanoi and recursion also
  3. 所属分类:Compiler program

    • 发布日期:2017-05-01
    • 文件大小:12906
    • 提供者:noman
  1. digui

    0下载:
  2. 数据结构中的递归问题(八皇后问题、全排列问题、fibonacci数列问题)。-Data structures Recursion (eight queens problem, full permutation problem, fibonacci Number Sequence).
  3. 所属分类:Other systems

    • 发布日期:2017-04-12
    • 文件大小:1422
    • 提供者:李鹏程
  1. wxtree

    1下载:
  2. 软件介绍 采用递归实现无限级分类,并树状展示。 适合PHP学习者参考学习。 实现了分类添加、编辑、修改。 Tags: PHP无限分类程序-Software introduction The infinite recursion level classification, and tree display. For PHP learners learning. The classification of add, edit and modify. Tags:PHP
  3. 所属分类:WEB(ASP,PHP,...)

    • 发布日期:2016-12-10
    • 文件大小:5120
    • 提供者:hmpudn18
  1. Factorial

    0下载:
  2. Factorial recursion , try it
  3. 所属分类:Other systems

    • 发布日期:2017-05-01
    • 文件大小:11187
    • 提供者:Nizwan
  1. recursion

    0下载:
  2. 北京理工大学小学期c++考试历年测试题关于递归算法的所有程序。-Primary School of Beijing Institute of Technology c++ exam test questions over the years about all programs recursive algorithm.
  3. 所属分类:CSharp

    • 发布日期:2017-04-15
    • 文件大小:7547
    • 提供者:邱祖琦
  1. ledra

    0下载:
  2. C#实现递归法,求勒让德多项式的值,数值计算相关-Recursion by Legendre polynomials value
  3. 所属分类:Algorithm

    • 发布日期:2017-05-01
    • 文件大小:18578
    • 提供者:bigegg123
  1. least-squares-fitting-orthogonal

    0下载:
  2. 用这种算法编程,不用解方程组,只须用递推公式,并且当循环次数增加一 次时,只要把循环增加一次-Programming in this algorithm, without solution equations, just use recursion formula, and when cycles increaseTime, as long as to increase circulation. The rest remains the same.
  3. 所属分类:source in ebook

    • 发布日期:2017-04-14
    • 文件大小:3556
    • 提供者:张si
  1. HeapSort

    0下载:
  2. 堆排序非递归实现 代码注释详细,简单易懂-heapsort no recursion
  3. 所属分类:Data structs

    • 发布日期:2017-04-12
    • 文件大小:883
    • 提供者:
  1. Hammerstein-RLS

    2下载:
  2. 这是Hammerstein系统加输入死区的递推增广最小二乘法参数辨识程序,可以运行。-This is a plus input recursion system Hammerstein dead Augmented least squares method parameter identification program can be run.
  3. 所属分类:matlab

    • 发布日期:2016-08-05
    • 文件大小:2048
    • 提供者:李磊伟
  1. single_pole_cepstrum

    0下载:
  2. 这个MATLAB练习比较和对比三种方法计算复杂信号的倒频谱的z变换由单极系统极半径小于1(即。单位圆内,真正的根源)。的三种计算方法计算复杂这个最小相位信号的倒频谱分析方法,递归最小相位信号的方法,和传统方法计算复杂的傅里叶反变换的对数的傅里叶变换的信号。-This MATLAB exercise compares and contrasts three methods for computing the complex cepstrum of a signal whose z transfor
  3. 所属分类:Other systems

    • 发布日期:2017-05-07
    • 文件大小:1326703
    • 提供者:付晓强
  1. periodestimate

    0下载:
  2. 利用周期图法进行谱估计,与利用Levinson-Durbin递推法求解Yule-walker方程进行比较-Use periodogram spectral estimation method, and solution Yule-walker equation and Levinson-Durbin recursion method comparison
  3. 所属分类:Other systems

    • 发布日期:2017-04-12
    • 文件大小:942
    • 提供者:YuZhang
« 1 2 ... 17 18 19 20 21 2223 24 »
搜珍网 www.dssz.com