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

资源列表

« 1 2 ... .88 .89 .90 .91 .92 493.94 .95 .96 .97 .98 ... 2673 »
  1. Maze

    0下载:
  2. 迷宫设计 利用STL 的stack 类,完成以下要求的功能: 1、打印迷宫: DisplayMaze()或者重载<< 其中(1,0)位置和(N-2,N-1)位置打印“=>,其余的1的位置打印“##”,0的位置打印“ ”(两个空格),注意每个位置都是两个字符。 2、寻找走出 迷宫的路径并输寻找走出 迷宫的路径并输寻找走出 迷宫的路径并输寻找走出 迷宫的路径并输寻找走出 迷宫的路径并输寻找走出 迷宫的路径并输FindPath(FindPath(FindPath(F
  3. 所属分类:Data structs

    • 发布日期:2017-11-25
    • 文件大小:2504877
    • 提供者:酉永松
  1. Polynomial

    0下载:
  2. 一个d阶多项式有如下形式: cdxd+cd− 1xd− 1+cd− 2xd− 2…+c0 其中,cd≠0,指数都是非负数。每一个cixi是多项式中的一项。 设计一个C++的模板类 Polynomial<T>,T给出系数的类型,要求能够实现多项式的表示和运算。Polynomial类应该包括私有变量degree,和其他需要的变量。对多项式的表示要求用线性表的形式,例如(c0,c1,c2,…,cd)表示系数表。并设计以下成员函数和操
  3. 所属分类:Data structs

    • 发布日期:2017-03-21
    • 文件大小:478518
    • 提供者:酉永松
  1. DG-shortest-path

    0下载:
  2. 有向图最短路径的查找与展示代码,通过Dijkstra算法实现。-The code of the retrieval and the show of the directed graph. It uses the Dijstra s algorithm to complete.
  3. 所属分类:Data structs

    • 发布日期:2017-11-14
    • 文件大小:1058
    • 提供者:Yong Chang
  1. pvanda

    0下载:
  2. 折半查找,数据结构C语言描述,很简单的算法-Binary search
  3. 所属分类:Data structs

    • 发布日期:2017-11-23
    • 文件大小:168753
    • 提供者:王夏
  1. guangyibiao

    0下载:
  2. 广义表实现二叉树的非递归后序遍历。二叉树以二叉链表作为储存结构。用非递归算法后序遍历二叉树。定义广义表实现二叉树的输入。对于二叉树的后序遍历打印出遍历结果。 -Generalized form of a binary non-recursive postorder traversal. Binary to binary tree as a storage structure. After a non-recursive traversal of a binary tree algorithm
  3. 所属分类:Data structs

    • 发布日期:2017-11-09
    • 文件大小:55235
    • 提供者:zhang
  1. ma-an-dian

    0下载:
  2. 建立一个矩阵并求矩阵中所有的马鞍点。在二维数组A[n]中查找马鞍点,根据其特点,在整行整列中要遍历判断,其个数为0至n^2任意数值。-Seeking to establish a matrix and the matrix of all saddle points. In the two-dimensional array A [n] to find the saddle point, according to its characteristics, the entire row to tra
  3. 所属分类:Data structs

    • 发布日期:2017-11-30
    • 文件大小:44211
    • 提供者:zhang
  1. adsaa

    0下载:
  2. 浙江大学计算机学院 《 算法分析高级数据结构与》 课程资料-Zhejiang University computer science, " Advanced Data Structures and Algorithm Analysis" course information
  3. 所属分类:Data structs

    • 发布日期:2017-11-27
    • 文件大小:2755245
    • 提供者:lvzhichang
  1. library

    0下载:
  2. 我的ACM代码库。内有常见的算法,费用流,欧几里得,后缀数组,AC自动机-My code library. It has a lot of algorithm
  3. 所属分类:Data structs

    • 发布日期:2017-11-22
    • 文件大小:2093868
    • 提供者:David
  1. LinkedListReverse

    0下载:
  2. 链表逆转的实现,面试的时候可能也会问实现逆转的思想-List reversal achieved when the interview may also be asked to achieve reversal of thinking
  3. 所属分类:Data structs

    • 发布日期:2017-12-02
    • 文件大小:12723
    • 提供者:钱昱
  1. DP

    0下载:
  2. 动态规划算法的编程实现,重在思想吧,代码也不多。-Dynamic programming algorithm programming, focusing on thinking it, the code is not much.
  3. 所属分类:Data structs

    • 发布日期:2017-11-22
    • 文件大小:1609
    • 提供者:钱昱
  1. acmACM12

    0下载:
  2. ACM的常用算法,总结ACM的常用算法,有源代码,可直接应用-Kruskal Kruska lKruskalKruska lKruskalKruskal
  3. 所属分类:Data structs

    • 发布日期:2017-11-23
    • 文件大小:499744
    • 提供者:lxy
  1. QuickMod

    0下载:
  2. C程序进行快速取模指数,能用于密码学实验-C program for fast modulo index, can be used in cryptography experiments
  3. 所属分类:Data structs

    • 发布日期:2017-11-14
    • 文件大小:911
    • 提供者:paulding
« 1 2 ... .88 .89 .90 .91 .92 493.94 .95 .96 .97 .98 ... 2673 »
搜珍网 www.dssz.com