CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 源码下载 数值算法/人工智能 数据结构常用算法

资源列表

« 1 2 ... .36 .37 .38 .39 .40 541.42 .43 .44 .45 .46 ... 2673 »
  1. migong

    2下载:
  2. 迷宫问题 任务:可以输入一个任意大小的迷宫数据,用非递归的方法求出一条走出迷宫的路径,并将路径输出; 要求: 在上交资料中请写明:存储结构、基本算法(可以使用程序流程图)、源程序、测试数据和结果、算法的时间复杂度、另外可以提出算法的改进方法; [问题描述] 走迷宫是实验心理学中一个古典问题。用计算机解迷宫路径的程序,就是仿照人走迷宫而设计的,也是对盲人走路的一个机械模仿。 [实现提示] 假设迷宫是一个矩形,我们把它分成许多小方格,在每个小方格上或者已筑成墙或者没有,这
  3. 所属分类:数据结构常用算法

    • 发布日期:2014-01-17
    • 文件大小:1.35kb
    • 提供者:chenjia
  1. tree

    0下载:
  2. 该程序的功能为已知二叉树中序遍历和后序遍历序列,求二叉树的二叉链表结构,程序中假设前序序列和中序序列已经分别储存在数组Pre和In中,由子树的前序和中序序列建立其二叉链表,在中序序列中查找子树根,计算左右子树的大小,置队列为空队列,输出左右孩子并入队列中
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:1.35kb
    • 提供者:ruikobe
  1. sort

    0下载:
  2. 排序程序。包含选择排序,堆排序,插入排序,希尔排序,冒泡排序,快速排序6种排列方式。-Sort program. Including selection sort, heap sort, insertion sort, shell sort, bubble sort, quick sort six kinds of arrangement.
  3. 所属分类:Data structs

    • 发布日期:2017-04-11
    • 文件大小:1.35kb
    • 提供者:张宇舟
  1. 二重积分

    0下载:
  2. 利用了二重积分的复化梯形公式,并运用了Richardson外推思想-use of the Double Integral Minute trapezoid formula, and apply a Richardson extrapolation thinking
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:1.35kb
    • 提供者:叶真
  1. Expression

    0下载:
  2. 学习顺序存储结构的链式实现。本程序能实现四则运算和简单的混合运算。-Storage structure to learn the order of the realization of the chain. This procedure can achieve the four operations and simple mixed computing.
  3. 所属分类:Data structs

    • 发布日期:2017-04-06
    • 文件大小:1.35kb
    • 提供者:gahn
  1. bm

    0下载:
  2. BM可以说是继KMP算法之后更加 优秀的字符串匹配算了,BM 是大师Boyer-Moore的算法杰作, 所以称BM算法, 相比KMP算法效率提高了不少, -BM can be said that after following the KMP algorithm for string matching better forget, BM is the master of the Boyer-Moore algorithm masterpiece, so that BM algorit
  3. 所属分类:Data structs

    • 发布日期:2017-04-02
    • 文件大小:1.35kb
    • 提供者:li shu
  1. distanceEdition

    0下载:
  2. 用动态规划的方法来实现的编辑距离问题。没了-Using dynamic programming methods to achieve the edit distance problem. Gone
  3. 所属分类:Data structs

    • 发布日期:2017-04-08
    • 文件大小:1.35kb
    • 提供者:killer
  1. shuju5

    0下载:
  2. 熟悉稀疏矩阵的“三元组表”和“十字链表”存储结构,运用它们进行矩阵简单运算处理-Familiar with the sparse matrix of the " triple" and the " cross linked" storage structure, the use of simple computing them matrix
  3. 所属分类:Data structs

    • 发布日期:2017-04-01
    • 文件大小:1.35kb
    • 提供者:romand
  1. chain

    0下载:
  2. chainout单链表逆序递归输出,但是多申请了空间-chainout reverse linked list recursive output, but more space applications
  3. 所属分类:Data structs

    • 发布日期:2017-04-04
    • 文件大小:1.35kb
    • 提供者:caisy
  1. list

    0下载:
  2. 实现链表的逆置和递归查找并在主函数中做了相应的说明-Set to achieve the inverse of the list and recursive function to find and do in the main descr iption of the corresponding
  3. 所属分类:Data structs

    • 发布日期:2017-04-04
    • 文件大小:1.35kb
    • 提供者:刘冠利
  1. HashTable

    0下载:
  2. 生成Hash表的代码片段。注意:不是一个完整的可编译的文件。
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:1.35kb
    • 提供者:chen allen
  1. jj

    0下载:
  2. 问题描述: 给定n位正整数a,去掉其中任意k个数字后,剩下的数字按原次序排列成一个新的正整数。 算法设计: 给定n (1<=n<=200)位的正整数a和k,此时,k小于n。 试着设计一个算法,找出删去k个数,剩下数字组成的新数最小的删数方案。-Descr iption of the problem: given n-bit positive integer a, which removed the arbitrary k-figures, the rem
  3. 所属分类:Data structs

    • 发布日期:2017-04-08
    • 文件大小:1.35kb
    • 提供者:刘明志
« 1 2 ... .36 .37 .38 .39 .40 541.42 .43 .44 .45 .46 ... 2673 »
搜珍网 www.dssz.com