CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 Windows编程 搜索资源 - 算法 数据结构

搜索资源列表

  1. 五子棋核心算法

    2下载:
  2. 五子棋是一种受大众广泛喜爱的游戏,其规则简单,变化多端,非常富有趣味性和消遣性。这里设计和实现了一个人机对下的五子棋程序,采用了博弈树的方法,应用了剪枝和最大最小树原理进行搜索发现最好的下子位置。介绍五子棋程序的数据结构、评分规则、胜负判断方法和搜索算法过程-331 is a widely loved by the public of the game, its rules simple and changeable, very rich and interesting recreational
  3. 所属分类:ActiveX/DCOM

    • 发布日期:2008-10-13
    • 文件大小:2967
    • 提供者:yang
  1. 遍历二叉树的4个非递归算法

    0下载:
  2. 二叉树的4个非递归算法,中序先序后序和层次遍历,算法都有注释而且很详细,适合数据结构学习者使用-binary tree four non - recursive algorithm, the first sequence after sequence and the sequence level traversal algorithm Notes but have very detailed data structure suitable for use Learners
  3. 所属分类:界面编程

    • 发布日期:2008-10-13
    • 文件大小:14259
    • 提供者:赵麟
  1. 普里姆算法

    0下载:
  2. 利用prim算法来计算最小生成树,对于数据结构学习者有很大帮助,利用邻接矩阵来存储图-Prim algorithm used to calculate the minimum spanning tree, the data structure for the learner is very helpful to use the adjacency matrix storage plan
  3. 所属分类:界面编程

    • 发布日期:2008-10-13
    • 文件大小:5891
    • 提供者:赵麟
  1. 各种二叉树的数据结构

    0下载:
  2. 按先序扩展序列建立二叉树,先序、中序、后序遍历的递归算法,二叉树遍历的非递归算法,层次的非递归算法,求二叉树的深度。-sequence extended by the first sequence established binary tree, first sequence, sequence, after the preorder the recursive algorithm, the binary tree traversal non - recursive algorithm, the
  3. 所属分类:Windows编程

    • 发布日期:2008-10-13
    • 文件大小:3470
    • 提供者:贾德
  1. 银行家算法 2

    0下载:
  2. .数据结构 假设有M个进程N类资源,则有如下数据结构: MAX[M*N] M个进程对N类资源的最大需求量 AVAILABLE[N] 系统可用资源数 ALLOCATION[M*N] M个进程已经得到N类资源的资源量 NEED[M*N] M个进程还需要N类资源的资源量 2.银行家算法 设进程I提出请求Request[N],则银行家算法按如下规则进行判断。 (1)如果Request[N]<=NEED[I,N],则转(2);否则,出错。 (2)
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:2825
    • 提供者:王国强
  1. 算法与数据结构实习

    0下载:
  2. 普利姆算法,图的遍历,英文字母表的小程序,都是可运行的(Pliem algorithm, graph traversal, English alphabet)
  3. 所属分类:其他

    • 发布日期:2017-12-26
    • 文件大小:1665024
    • 提供者:刘明
  1. dsa_cpp_tsinghua

    0下载:
  2. 清华大学邓俊辉的数据结构与算法配套源码,C++模板实现(Tsinghua University, Deng Junhui data structure and algorithm matching source code)
  3. 所属分类:Windows编程

    • 发布日期:2017-12-10
    • 文件大小:6446059
    • 提供者:Arcon
  1. CodeWin

    0下载:
  2. 数据结构与算法分析Java语言描述,书上源码(Data structure and algorithm analysis, Java language descr iption, the book source)
  3. 所属分类:Windows编程

    • 发布日期:2017-12-29
    • 文件大小:142336
    • 提供者:jesh
  1. 数据结构与算法分析_Java语言描述(第3版)源码

    0下载:
  2. 数据结构与算法分析java源代码,用于课后练习使用(Data structure and algorithm analysis java source code)
  3. 所属分类:Windows编程

    • 发布日期:2017-12-27
    • 文件大小:58368
    • 提供者:linxi123
  1. 严蔚敏《数据结构》的全部代码实现(C语言)

    0下载:
  2. 这是严蔚敏老师数据结构的代码实现,数据结构重算法思想,我个人觉得比较好(This is Yan Weimin teacher data structure of the code to achieve, data structure re-algorithm ideas, I personally feel better)
  3. 所属分类:其他

    • 发布日期:2017-12-31
    • 文件大小:2865152
    • 提供者:柯珂
  1. 《数据结构》算法实现与分析高一凡(第二版)+源码

    0下载:
  2. 这是高一凡老师数据结构的代码实现,数据结构重算法思想,我个人觉得比较好(This is data structure of the code to achieve, data structure re-algorithm ideas, I personally feel better)
  3. 所属分类:其他

    • 发布日期:2017-12-31
    • 文件大小:3344384
    • 提供者:柯珂
  1. C源代码

    0下载:
  2. 数据结构演示系统,可以演示最基本的数据结构方面的基本算法。(Data structure demo system)
  3. 所属分类:C#编程

    • 发布日期:2018-01-08
    • 文件大小:270336
    • 提供者:伟夜
  1. 数据结构与算法分析+c语言描述[答案]

    1下载:
  2. 压缩包中包含各种排序经典算法。全部都用C语言实现。(Compressed package contains various sorting algorithms. All implemented in C language)
  3. 所属分类:其他

  1. 妙趣横生的算法pdf版+C语言实现代码

    0下载:
  2. 妙趣横生的算法pdf版+C语言实现代码,学习数据结构的良品(Amusing algorithm pdf +C language implementation code, learning data structure)
  3. 所属分类:其他

    • 发布日期:2018-01-09
    • 文件大小:57903104
    • 提供者:noblezhao
  1. Algorithms and Data Structures

    0下载:
  2. 算法与数据结构书籍, 全英文电子版,学习数据结构的好书,值得一看(Algorithm and data structure books, electronic version of the whole English, good book for learning data structure, worth seeing)
  3. 所属分类:Windows编程

    • 发布日期:2018-04-29
    • 文件大小:1176576
    • 提供者:wulizha
  1. 14_6

    0下载:
  2. 上海交通大学数据结构与算法 翁惠玉编课本习题代码(the code of data structure practice)
  3. 所属分类:Windows编程

    • 发布日期:2018-05-02
    • 文件大小:7168
    • 提供者:tfeaivu
  1. 数据结构算法演示程序DSDemo (1)

    0下载:
  2. 演示数据结构经典算法,基础学习必备的演示工具(A classic algorithm for demo data structure)
  3. 所属分类:其他

  1. GraphCPro

    1下载:
  2. 现有一个景区,景区里面有若干个景点。现欲开发景区信息管理系统,对景点的信息进行管理。使用图的数据结构来保存景区景点信息,为用户提供创建图、查询景点信息、旅游景点导航、搜索最短路径、铺设电路规划等功能。 使用C++语言,通过对景区信息管理系统的四次迭代开发,实现以下主要学习目标: 1)掌握图的定义和图的存储结构,图的创建方法及其应用 2)掌握图的两种遍历方法及其应用 3)掌握迪杰特斯拉(Dijkstra)算法及其应用 4)理解最小生成树的概念、掌握普里姆(Prim)算法及应用(T
  3. 所属分类:其他

    • 发布日期:2020-03-30
    • 文件大小:5120000
    • 提供者:haimaianbaobao
  1. code

    1下载:
  2. 数据结构与算法分析的源代码,里面有较多数据结构代码(Data structure and algorithm analysis)
  3. 所属分类:其他

    • 发布日期:2019-05-03
    • 文件大小:314368
    • 提供者:lin3
  1. 数据结构源代码

    0下载:
  2. 数据结构源代码,包含字符串操作,常用的堆与栈的操作,以及常见的排序算法与查找算法(Data structure source code, including string operations, common heap and stack operations, and common sorting algorithms and lookup algorithms)
  3. 所属分类:Windows编程

    • 发布日期:2020-02-02
    • 文件大小:14336
    • 提供者:鲁瑞莲
« 1 2 34 5 6 7 8 9 10 ... 43 »
搜珍网 www.dssz.com