搜索资源列表

  1. ACKFunction

    0下载:
  2. 实现阿克曼函数并统计递归调用次数 Counting times of recursion calling 1. 问题描述 定义阿克曼递归函数: ACK(0,n)=n+1 n>=0 ACK(m,0)=ACK(m-1,1) m>=1 ACK(m,n)=ACK(m-1,ACK(m,n-1)) m,n>0 2. 基本要求 读入m、n,输出ACK(m,n)的值,并统计递归调用次数。-A
  3. 所属分类:数据结构常用算法

    • 发布日期:2024-05-20
    • 文件大小:587776
    • 提供者:李昭明
  1. piaoliang

    0下载:
  2. 在二叉搜索树上删除一个有两个子女的结点时,可以采用以下三种方法: (1) 用左子树TL上具有最大关键码的结点X顶替,再递归地删除X。 (2) 交替地用左子树TL上具有最大关键码的结点和右子树TR上具有最小关键码的结点顶替,再递归地删除适当的结点。 (3) 用左子树TL上具有最大关键码的结点或者用右子树TR上具有最小关键码的结点顶替,再递归地删除适当的结点。可随机选择其中一个方案。 -two forks in sear
  3. 所属分类:其他小程序

    • 发布日期:2024-05-20
    • 文件大小:1024
    • 提供者:dfssd
  1. sequential_recursion_search

    0下载:
  2. c code for sequencial recursion search -c code for sequencial recursion search
  3. 所属分类:教育/学校应用

    • 发布日期:2024-05-20
    • 文件大小:1024
    • 提供者:学学
  1. changyongshuanfa.pdf

    0下载:
  2. 常用算法的C语言实现方法,如迭代法,穷搜法,递推法等等。-commonly used algorithm in C language, such as iterative method, Anything, recursion, and so on.
  3. 所属分类:软件工程

    • 发布日期:2024-05-20
    • 文件大小:240640
    • 提供者:杨洋
  1. mathformulae

    0下载:
  2. 第一章 有关数论的算法 1.1最大公约数与最小公倍数 1.2有关素数的算法 1.3方程ax+by=c的整数解及应用 1.4 求a^b mod n 第二章 高精度计算 2.1高精度加法 2.2高精度减法 2.3高精度乘法 2.4 高精度除法 练习 第三章 排列与组合 3.1加法原理与乘法原理 练习 3. 2 排列与组合的概念与计算公式 练习 3.3排列与组合的产生算法 练
  3. 所属分类:文档资料

    • 发布日期:2024-05-20
    • 文件大小:38912
    • 提供者:endure
  1. baogao

    0下载:
  2. 编程实现合并排序和快速排序算法深刻理解递归和分治策略-Programming to achieve the merger and the quick sort algorithm to sort a deep understanding of recursion and sub-rule strategy
  3. 所属分类:数据结构常用算法

    • 发布日期:2024-05-20
    • 文件大小:15360
    • 提供者:envy
  1. TowerOfHanoi

    0下载:
  2. 本人写的汉诺塔源代码,采用递归,只用9行。欢迎数据结构与算法的爱好者与我联系-Tower of Hanoi, I wrote source code, the use of recursion, only 9 lines. Data Structures and Algorithms welcome fans to contact me
  3. 所属分类:数据结构常用算法

    • 发布日期:2024-05-20
    • 文件大小:1024
    • 提供者:jiang
  1. TXTCombo

    0下载:
  2. 使用C#制作的一款合并txt文档的软件,主要采用文件夹文件递归,并且实现了对文件的批量替换等等功能。-The use of C# Produced a combined txt document software, the main use of documents folder recursion, and realize the bulk of the document to replace and so on.
  3. 所属分类:C#编程

    • 发布日期:2024-05-20
    • 文件大小:31744
    • 提供者:杨睿
  1. matrixChain

    0下载:
  2. 动态规划法解矩阵连乘积的最优计算次序问题。按照分解最优解的结构,建立递归关系,计算最优值,构造最优解4个步骤-Dynamic programming solution matrix product even calculate the optimal order problem. Optimal solution in accordance with the decomposition of the structure, the est
  3. 所属分类:数据结构常用算法

    • 发布日期:2024-05-20
    • 文件大小:1024
    • 提供者:忠波
  1. chp3

    0下载:
  2. 递归算法的解析,让你了解递归的内涵和过程。-Analysis of recursive algorithm, so that you understand the meaning and the process of recursion.
  3. 所属分类:数据结构常用算法

    • 发布日期:2024-05-20
    • 文件大小:472064
    • 提供者:周先杰
  1. graph

    0下载:
  2. 图的邻接表存储和深度优先搜索,采用的是递归。-Graph adjacency list storage, and depth-first search, using recursion.
  3. 所属分类:图形图象

    • 发布日期:2024-05-20
    • 文件大小:1024
    • 提供者:谢斌
  1. paixufa

    0下载:
  2. 基数排序法,和各种排序,种类很多,递归,二叉树等-Base sequencing method, and a variety of sequencing, many different types, recursion, binary tree, etc.
  3. 所属分类:数据结构常用算法

    • 发布日期:2024-05-20
    • 文件大小:4096
    • 提供者:liujie
  1. suanfa

    0下载:
  2. 第1章 算法引论 第2章 递归与分治策略 第3章 动态规划 第4章 贪心算法 第5章 回溯法 第6章 分支限界法 -Chapter 1 Introduction Algorithm Chapter 2 Recursion and sub-rule strategy in Chapter 3 Dynamic Programming Chapter 4 greedy algorithm in Chapter 5 Ba
  3. 所属分类:数据结构常用算法

    • 发布日期:2024-05-20
    • 文件大小:3323904
    • 提供者:jake
  1. littleC

    0下载:
  2. 这是一个模拟的C语言编译器---Little C程序。可支持递归、if语句、do-while、return等语句。-This is a simulation of the C language compiler-Little C procedures. Support recursion, if statements, do-while, return and other statements.
  3. 所属分类:编译器/词法分析

    • 发布日期:2024-05-20
    • 文件大小:9216
    • 提供者:张良
  1. TreeListRecursion

    0下载:
  2. This article is a tree list recursion. -This article is a tree list recursion.
  3. 所属分类:软件工程

    • 发布日期:2024-05-20
    • 文件大小:32768
    • 提供者:zhb
  1. visualc++

    0下载:
  2. 通过编程实现递归与分治策略的有关算法,理解递归与分治策略算法的原理,掌握递归与分治策略基本思想与应用技巧。 -Through the realization of recursive programming strategy and separation of the relevant algorithms, understanding of the recursive algorithm with sub-rule strategy
  3. 所属分类:Windows编程

    • 发布日期:2024-05-20
    • 文件大小:2048
    • 提供者:李绍春
  1. main

    0下载:
  2. 关于sort算法的所有实现,有quick,selection,递归等-Sort algorithm on all the achievement, a quick, selection, recursion, etc.
  3. 所属分类:Windows编程

    • 发布日期:2024-05-20
    • 文件大小:1024
    • 提供者:wjj
  1. Bitree

    0下载:
  2. 实现各种二叉树的遍历。包括先序遍历、中序遍历、后序遍历的递归或递 归算法。-To achieve a variety of binary tree traversal. Including the first traversal, in order traversal, postorder traversal of the recursion or recursive algorithm.
  3. 所属分类:数据结构常用算法

    • 发布日期:2024-05-20
    • 文件大小:3603456
    • 提供者:夏雪
  1. 1

    0下载:
  2. 一个递归小程序,主要说明递归的实现,怎样将递归用栈实现非递归-A small-recursive procedures, recursive realization of the main note, how to use recursion stack to achieve non-recursive
  3. 所属分类:Windows编程

    • 发布日期:2024-05-20
    • 文件大小:450560
    • 提供者:罗青
  1. Cchengxu

    0下载:
  2. 这个程序包包括了C语言中的一些常见的程序,如阶乘,读取二进制文件,递归,二维数组平均值排序等几十个程序。有了这些程序,会更好的进行科学计算-This package includes the C language of some common procedures, such as factorial, read binary files, recursion, sorting, such as the average of two-d
  3. 所属分类:其他小程序

    • 发布日期:2024-05-20
    • 文件大小:14336
    • 提供者:郭韬
« 1 2 3 4 56 7 8 9 10 ... 26 »

源码中国 www.ymcn.org