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

资源列表

« 1 2 ... .35 .36 .37 .38 .39 2540.41 .42 .43 .44 .45 ... 2673 »
  1. shunxudui

    0下载:
  2. 数据结构中关于顺序队的程序 希望对大家有所帮助-Data structure in order regarding the procedures for team would like to help everyone
  3. 所属分类:Data structs

    • 发布日期:2017-04-12
    • 文件大小:732byte
    • 提供者:tt
  1. circularLinkedList

    0下载:
  2. 一个单向循环链表来表示队列(即循环链队),该队列只设一个队尾指针,不设队首指针,实现以下算法: 1)向循环链队插入一个元素值为x的结点。 2)从循环链队中删除一个结点。 3)访问队列 -A one-way circular list to represent the queue (ie, cycle chain team), the queue tail pointer only to set up a team with no team in the first pointe
  3. 所属分类:Data structs

    • 发布日期:2017-04-02
    • 文件大小:732byte
    • 提供者:张敏
  1. n-queens

    1下载:
  2. 使用vc++实现数据结构中的n皇后问题的实现,使用递归算法完成此项操作基本比较简单-Using vc++ data structure, the realization of n-queens problem, using the basic recursive algorithm is relatively simple to complete this operation
  3. 所属分类:Data structs

    • 发布日期:2014-10-14
    • 文件大小:732byte
    • 提供者:jidean
  1. mowangyuyan

    0下载:
  2. 实现简单的魔王语言的翻译 既规定翻译规则若输入待翻译句子则可得到翻译结果-To achieve a simple devil language translation provided for the translation rules, if the input sentence can be translated to be translated results
  3. 所属分类:Data structs

    • 发布日期:2017-03-29
    • 文件大小:732byte
    • 提供者:LEO
  1. tsp的剪枝算法

    0下载:
  2. 通过“剪枝”算法并用数组的方式在O(n)时间内给出结果。 利用叶子数目的单调递减性和巧妙的方式灵活在数组中存储修改信息,用简单快速的方法实现复杂的操作,以数组的形式实现了链表的功能,如快速访问相邻岛等。避免了重复访问,增加效率。
  3. 所属分类:数据结构常用算法

    • 发布日期:2011-05-24
    • 文件大小:731byte
    • 提供者:zzq12321
  1. 1035Spellchecker

    0下载:
  2. 算法编程题,北京大学OnlineJudge 1035Spellchecker-1035Spellchecker
  3. 所属分类:Data structs

    • 发布日期:2017-04-12
    • 文件大小:730byte
    • 提供者:week
  1. BuildAndOutputDiagramForC

    0下载:
  2. 用C语言实现数据结构中的图的建立和输出,可实现输出有向图和无向图,由用户自己选择建立有向图还是无向图的邻接矩阵。用户输入图的定点和边的信息,存储到相应的存储结构中去,而后输出图的邻接矩阵。-Data structure using C language implementation of the map creation and output, enabling the output have to map and undirected graph, chosen by the user to
  3. 所属分类:Data structs

    • 发布日期:2017-04-11
    • 文件大小:730byte
    • 提供者:常非
  1. Quick-Sort

    0下载:
  2. 快速排序(Quicksort)是对冒泡排序的一种改进。由C. A. R. Hoare在1962年提出。它的基本思想是:通过一趟排序将要排序的数据分割成独立的两部分,其中一部分的所有数据都比另外一部分的所有数据都要小,然后再按此方法对这两部分数据分别进行快速排序,整个排序过程可以递归进行,以此达到整个数据变成有序序列。 -Quick sort (Quicksort) is a bubble sort of an improvement. By the CAR Hoare in 1962. Th
  3. 所属分类:Data structs

    • 发布日期:2017-03-29
    • 文件大小:730byte
    • 提供者:mfeng
  1. Topological-sort

    0下载:
  2. 拓扑排序,实现图或网络的拓扑结构的排序问题!-Topological sort, to achieve the network topology map, or sort the problem!
  3. 所属分类:Data structs

    • 发布日期:2017-04-01
    • 文件大小:730byte
    • 提供者:陈与
  1. RLS

    0下载:
  2. RLS算法 自适应算法中的RLS算法. 即是递归最小二乘算法-RLS algorithm in the adaptive algorithm of the RLS algorithm is the recursive least squares algorithm
  3. 所属分类:Data structs

    • 发布日期:2017-04-10
    • 文件大小:730byte
    • 提供者:王萦
  1. determinant of matrix

    0下载:
  2. A program in C++ to determine the determinant of a matrix
  3. 所属分类:数据结构常用算法

    • 发布日期:2013-10-23
    • 文件大小:730byte
    • 提供者:aditya55
  1. Demo

    0下载:
  2. 数据结构中堆排序的代码实现。堆排序就是首先建立一个小顶堆或是大顶堆,然后把堆中最大的放到数组最后,再建立堆,再放到数组后面的位置-Data structure in the heap sort code. Heap sort is to first establish a small cap pile or pile top, and then put the heap s largest array in the end, to build pile, put them behind the
  3. 所属分类:Data structs

    • 发布日期:2017-04-12
    • 文件大小:730byte
    • 提供者:tianfeng
« 1 2 ... .35 .36 .37 .38 .39 2540.41 .42 .43 .44 .45 ... 2673 »
搜珍网 www.dssz.com