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

搜索资源列表

  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. netsafe

    0下载:
  2. 爱因斯坦在20世纪初出的这个谜语。他说世界上有98%的人答不出来。某家公司在面试应聘者时借用了爱因斯坦的这个IQ题,考查应聘者的IQ,现在我们暂且不去讨论这个公司用这样的题目来考查应聘者的IQ有多“变态”,如果是你,拿到了这样的笔试题目,你能做得出来吗?   1、在一条街上,有5座房子,喷了5种颜色。   2、每个房里住着不同国籍的人   3、每个人喝不同的饮料,抽不同品牌的香烟,养不同的宠物   问题是:谁养鱼?   提示:   1、英国人住红色房子  
  3. 所属分类:数学计算/工程计算

    • 发布日期:2008-10-13
    • 文件大小:13.97kb
    • 提供者:李东
  1. 实用的算法

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

    • 发布日期:2008-10-13
    • 文件大小:89.64kb
    • 提供者:宋敦江
  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. Range

    0下载:
  2. 采用定义计算行列式,利用递归实现原理,可以理解递归算法。
  3. 所属分类:数学计算/工程计算

    • 发布日期:2008-10-13
    • 文件大小:1.11kb
    • 提供者:radlo
  1. Hanoi

    0下载:
  2. hanoi 是一个用递归算法计算“汉诺塔”的经典递归程序
  3. 所属分类:数学计算/工程计算

    • 发布日期:2008-10-13
    • 文件大小:234.28kb
    • 提供者:lanjing
  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. 51623457

    0下载:
  2. 先序遍历非递归算法 #define maxsize 100 typedef struct { Bitree Elem[maxsize] int top }SqStack void PreOrderUnrec(Bitree t) { SqStack s StackInit(s) p=t while (p!=null !StackEmpty(s-preorder non - recursive algorithm # define maxsize 100 typedef struct (Bitree
  3. 所属分类:数学计算/工程计算

    • 发布日期:2008-10-13
    • 文件大小:3.3kb
    • 提供者:万方
  1. match

    0下载:
  2. tc实现的简单计算器,能进行简单的整数四则运算,主要采用递归算法。-c to achieve a simple calculator that can perform simple integer four operations, mainly in a recursive algorithm.
  3. 所属分类:Algorithm

    • 发布日期:2017-03-29
    • 文件大小:1.09kb
    • 提供者:xiaochang
  1. HanoiStack

    0下载:
  2. 建立抽象基类栈Stack及其派生类顺序栈,然后利用栈实现汉诺塔问题的非递归算法。-Non-recursive algorithm of Hanoi Tower using Stack
  3. 所属分类:Algorithm

    • 发布日期:2017-03-30
    • 文件大小:240.12kb
    • 提供者:yjjj
  1. Determinant

    0下载:
  2. 求行列式的代码,用了递归算法,要求行列式的元素为整型数据-Determinant for the code, with a recursive algorithm, the requirements for the integer determinant element data
  3. 所属分类:Algorithm

    • 发布日期:2017-04-01
    • 文件大小:8.2kb
    • 提供者:王平
  1. HanioAlgorithm

    0下载:
  2. 几个关于汉诺塔算法的C++源代码,对于理解递归算法很有帮助-Tower of Hanoi algorithm on a few of the C++ source code helpful for understanding the recursive algorithm
  3. 所属分类:Algorithm

    • 发布日期:2017-04-14
    • 文件大小:4.1kb
    • 提供者:杨蕾
  1. suanfashiyan

    0下载:
  2. 冒泡排序和汉诺塔问题的递归算法实验报告好东西来下载啊-Bubble Sort and Tower of Hanoi " problem of the recursive algorithm experimental reports, good things to download ah
  3. 所属分类:Algorithm

    • 发布日期:2017-04-06
    • 文件大小:52.87kb
    • 提供者:sdfg
  1. perm

    0下载:
  2. 高等数值分析,用来进行矩阵积和式计算的递归算法-Advanced Numerical Analysis
  3. 所属分类:Algorithm

    • 发布日期:2017-03-30
    • 文件大小:836byte
    • 提供者:libb09
  1. 3-1

    0下载:
  2. 验证求n阶乘和斐波那契数列的递归算法-Verify seek n factorial and Fibonacci series, a recursive algorithm
  3. 所属分类:Algorithm

    • 发布日期:2017-04-10
    • 文件大小:1.03kb
    • 提供者:张驰
  1. 14

    0下载:
  2. 打印出Fibonacci数列递归算法的相应原程序-Print out the Fibonacci series, the original recursive algorithm for the corresponding procedures
  3. 所属分类:Algorithm

    • 发布日期:2017-04-04
    • 文件大小:35.3kb
    • 提供者:11
  1. 15

    0下载:
  2. 算法分析与设计中用递归算法求汉诺塔的问题-Algorithm Analysis and Design of recursive algorithm to solve the Hanoi Tower problem
  3. 所属分类:Algorithm

    • 发布日期:2017-04-01
    • 文件大小:198.99kb
    • 提供者:11
  1. algorithm

    0下载:
  2. DES算法 DSA算法 ElGamal算法 Kohonen的SOFM(自组织特征映射) LAM(线性联想记忆)算法 LZW 压缩算法 MD5算法 PGP的安全性(一) PKCS #7 RSA算法 SSL是怎样工作的? Ternary Search Trees 产生组合的非递归算法 大整数的乘法 对LZW算法的改进及其在图象无损压缩中的应用 复数快速傅立叶变换算法 加密算法与密钥管理 经典加密算法在VB中的实现(1)- Rsa
  3. 所属分类:Algorithm

    • 发布日期:2017-03-29
    • 文件大小:205.4kb
    • 提供者:蟲子
  1. Recursive

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

    • 发布日期:2017-05-15
    • 文件大小:3.43mb
    • 提供者:chenshaorong
« 12 3 4 »
搜珍网 www.dssz.com