CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 数值算法/人工智能 数学计算/工程计算 搜索资源 - recursive

搜索资源列表

  1. ExpressCalculate

    0下载:
  2. 数值计算,表达式求值, 如计算3 + 2 * ( 3 + 2) / 5 + 8 + Sin( pi() / 180 * 30 ) + 1 + 2 ^ 10, 可自定义函数, 采用递归算法-numerical calculation, in the expression evaluates, as calculated 3 2 * (2) / 5 8 Sin (pi () / 180 * 30) 1 2 ^ 10, - defined functions using recursive algor
  3. 所属分类:数学计算/工程计算

    • 发布日期:2008-10-13
    • 文件大小:55.85kb
    • 提供者:凌有生
  1. 3order_RLS1

    3下载:
  2. 最小二乘递推算法RLS,利用递推最小二乘法计算Volterra级数的核-recursive least squares algorithm RLS using recursive least squares method Volterra series of nuclear
  3. 所属分类:数学计算/工程计算

    • 发布日期:2008-10-13
    • 文件大小:1.82kb
    • 提供者:辛号
  1. cbi

    1下载:
  2. 计算组合数公式C(ele,sel)=A(ele,sel)/sel! 不用递归实现,放心使用-calculation formula portfolio C (ele, sel) = A (ele, sel) / sel! Recursive not achieved, the use of confidence
  3. 所属分类:数学计算/工程计算

    • 发布日期:2008-10-13
    • 文件大小:1.31kb
    • 提供者:廖月旺
  1. 实用的算法

    0下载:
  2. C++Example实用的算法:包括枚举,递归,回溯,矩阵运算等-C Example practical algorithm include : Enumeration, recursive, back, matrix operations, etc.
  3. 所属分类:数学计算/工程计算

    • 发布日期:2008-10-13
    • 文件大小:89.64kb
    • 提供者:宋敦江
  1. monkeyandpeach

    0下载:
  2. 猴子吃桃的问题: 此程序是用递归做出来的,方法很简单-monkeys eat a peach : This procedure is done using the recursive method is very simple
  3. 所属分类:数学计算/工程计算

    • 发布日期:2008-10-13
    • 文件大小:6.8kb
    • 提供者:李盖里
  1. Hanoissf

    0下载:
  2. 汉诺(hanoi)问题采用递归算法解决,并编制了手动及演示界面-Hanne (Hanoi) problem using recursive algorithm, and prepared a manual and demonstrate interface
  3. 所属分类:数学计算/工程计算

    • 发布日期:2008-10-13
    • 文件大小:20.65kb
    • 提供者:宋淑芳
  1. computerdisign-C

    0下载:
  2. 算法的设计方法(C程序):一、迭代法 二、穷举搜索法三、递推法 四、递归五、回溯法 六、贪婪法 -algorithm design method (C program) : 1, 2 iteration, the exhaustive search method three, four recursive method, recursive 5, backtracking 6, greedy algorithm
  3. 所属分类:数学计算/工程计算

    • 发布日期:2008-10-13
    • 文件大小:33.86kb
    • 提供者:xuyan
  1. 0-1beibao

    0下载:
  2. 0-1背包问题,采用了求最优解和求最优值,分别用递归和回代来实现.-0-1 knapsack problem using the optimal solution for the optimal value and demand, and to use recursive generation to achieve.
  3. 所属分类:数学计算/工程计算

    • 发布日期:2008-10-13
    • 文件大小:7.57kb
    • 提供者:林静
  1. step_EC

    0下载:
  2. 使用矩阵类完成递推求解均值与方差,类的功能较强大,算法效率较高-use matrices to complete recursive solution means and variances, the functional category stronger, more efficient algorithm
  3. 所属分类:数学计算/工程计算

    • 发布日期:2008-10-13
    • 文件大小:14.57kb
    • 提供者:peng
  1. qiege

    1下载:
  2. 解决了矩形板切割矩形材料的问题,采用递归分治的方法-solve the rectangular plate rectangular cutting materials, using recursive method of administration
  3. 所属分类:数学计算/工程计算

    • 发布日期:2008-10-13
    • 文件大小:1.32kb
    • 提供者:昌杰
  1. guji

    2下载:
  2. 系统辨识中,递推最小二乘估计(RLS)是辨识模型阶次的一个重要的算法。该程序通过实现该算法,得到模型阶次的估计值以及相关参数值。-system identification, recursive least squares estimation (RLS) identification model is of the order of an important algorithm. The program through the realization of the algorithm, to
  3. 所属分类:数学计算/工程计算

    • 发布日期:2008-10-13
    • 文件大小:3.67kb
    • 提供者:qqiang
  1. factorial

    0下载:
  2. 实现组合C(M,N)运算,程序结构简单鲜明,运用递归算法,取代流行的数组方式储存,实现组合运算-achieve portfolio C (M, N) Operational procedures simple structure distinctive, using recursive algorithm to replace the popular approach to storage arrays to achieve portfolio Operational .............
  3. 所属分类:数学计算/工程计算

    • 发布日期:2008-10-13
    • 文件大小:229.73kb
    • 提供者:莫斯韦
  1. oriencombin

    0下载:
  2. 利用横向递归算法解决数据组合的问题, 比如数组为a, 长度为len, 横向递归 B display(a,len) b是二维数组,a是一维数组-the use of horizontal recursive algorithm to solve the problem of data sets, such as the array is a length of len, horizontal display recursive B (a, len) b is the two-dimensional
  3. 所属分类:数学计算/工程计算

    • 发布日期:2008-10-13
    • 文件大小:1.49mb
    • 提供者:dym
  1. Recursive_Least_Squares_Constant_Modulus_Algorithm

    0下载:
  2. 盲自适应算法--递推最小二乘恒模算法Recursive Least Squares Constant Modulus Algorithm for Blind Adaptive Array-Recursive Least Squares Constant Modulus Algorithm for Blind Adaptive Array2004
  3. 所属分类:Algorithm

    • 发布日期:2017-04-17
    • 文件大小:154.86kb
    • 提供者:刘英超
  1. Rec-Sys-Conv-Code.cpp

    0下载:
  2. brief Recursive Systematic Convolutional Codes
  3. 所属分类:Algorithm

    • 发布日期:2017-04-05
    • 文件大小:3.49kb
    • 提供者:Jawahar
  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. 所属分类:Algorithm

    • 发布日期:2017-04-10
    • 文件大小:711byte
    • 提供者:高峰
  1. Recursive

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

    • 发布日期:2017-05-15
    • 文件大小:3.43mb
    • 提供者:chenshaorong
  1. Recursive-problem

    0下载:
  2. 这是关于递归问题的,我与大家共同分享,如果有不对的地方还请多多指教-This is about a recursive problem, I share with everybody together, if have a wrong place also please comments
  3. 所属分类:Algorithm

    • 发布日期:2017-04-07
    • 文件大小:2.94kb
    • 提供者:杨刚
  1. Kernel-Recursive-Least-Squares

    1下载:
  2. 递归核最小二乘算法,来至MIT大学的wingate教授,含6个源码,有实例!-dict_init.m- Part of the dictionary implementation used by KRLS algorithm. Can stand alone. dict.m- Part of the dictionary implementation used by the KRLS algorithm. Can stand alone. krls_init.m- Kernel re
  3. 所属分类:Algorithm

    • 发布日期:2017-11-14
    • 文件大小:3.79kb
    • 提供者:jiang
  1. Block-recursive-alignment

    0下载:
  2. 分块递归序列比对算法,是一种基于动态规划思想的全局序列比对方法。 -Block recursive sequence alignment algorithm, it is a global sequence alignment dynamic programming based method.
  3. 所属分类:Algorithm

    • 发布日期:2017-04-30
    • 文件大小:323.51kb
    • 提供者:haipeng
« 12 3 4 5 6 7 8 9 10 »
搜珍网 www.dssz.com