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

搜索资源列表

  1. datastructure

    0下载:
  2. 部分数据结构的实现,以及应用(包括二叉树、父指针表示树、链表、栈、队列、以及一个汉诺塔问题算法)(The implementation of some data structures and its application)
  3. 所属分类:数据结构

    • 发布日期:2018-01-10
    • 文件大小:7168
    • 提供者:mikeclp
  1. 数据结构、算法与应用——C++语言描述

    0下载:
  2. 数据结构是计算机存储、组织数据的方式。数据结构是指相互之间存在一种或多种特定关系的数据元素的集合。通常情况下,精心选择的数据结构可以带来更高的运行或者存储效率。数据结构往往同高效的检索算法和索引技术有关(The data structure is the way the computer stores and organizes the data. Data structure is a collection of data elements that have one or more spec
  3. 所属分类:软件设计/软件工程

    • 发布日期:2018-01-10
    • 文件大小:15869952
    • 提供者:lxcyu
  1. 七种排序算法

    0下载:
  2. 本例程是对于冒泡、插入,归并等7种排序算法的程序实现,归纳在一起可做比较(This routine is a program implementation of 7 sorting algorithms, such as bubbling, inserting, merging, and so on.)
  3. 所属分类:数据结构

    • 发布日期:2018-04-20
    • 文件大小:29696
    • 提供者:煜沉
  1. 2017-6-13 数据结构及算法模块

    0下载:
  2. 易语言代码实现部分数据结构源码,包含堆排序,快速排序,归并排序,小根堆,大根堆,树,栈等(Easy language code part data structure source code, including heap sort, quick sort, merge sort, heap min, Gen, tree, stack etc.)
  3. 所属分类:易语言编程

    • 发布日期:2018-04-22
    • 文件大小:27648
    • 提供者:Lucifar
  1. undigraph

    0下载:
  2. 图的数据结构相关实验,包括无向图的创建及图的BFS,DFS深度遍历,可进行最短路径的算法有最小生成树(It includes the creation of an undirected graph and the BFS, DFS depth traversal of the graph, and the shortest path algorithm has the minimum spanning tree)
  3. 所属分类:

    • 发布日期:2018-04-28
    • 文件大小:1024
    • 提供者:一只山
  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. 8592-KMP算法

    0下载:
  2. 实现KMP算法。KMP算法是一种改进的字符串匹配算法,由D.E.Knuth,J.H.Morris和V.R.Pratt同时发现,因此人们称它为克努特--莫里斯--普拉特操作(简称KMP算法)。(Implement the KMP algorithm. KMP algorithm is an improved string matching algorithm. It is discovered by D.E.Knuth, J.H.Morris and V.R.Pratt simultaneousl
  3. 所属分类:数据结构

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

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

    • 发布日期:2018-05-02
    • 文件大小:7168
    • 提供者:tfeaivu
  1. 数据结构书中代码演示

    0下载:
  2. 数据结构书中代码完整演示,包括链表,二叉树,图,查找,排序算法等(A complete demonstration of the code in the data structure book, including linked list, binary tree, graph, search, sorting algorithm, etc.)
  3. 所属分类:Java编程

    • 发布日期:2018-05-02
    • 文件大小:82944
    • 提供者:Snail123456
  1. 数据结构与算法代码

    0下载:
  2. 链式求解约瑟夫问题,这个使用c++实现,通过模板类是扩展性更强(Solving Joseph problem by chain type)
  3. 所属分类:数据结构

    • 发布日期:2018-05-01
    • 文件大小:502784
    • 提供者:bjut_Allen
  1. 链表线性表

    0下载:
  2. 严蔚敏版数据结构第二章线性链表的基本功能函数的C语言的实现,以及书上算法2.1,2.2,2.3的具体实现(Yan Wei Min version of data structure second chapters, the realization of C function of basic function function of linear list, and the concrete realization of algorithm 2.1, 2.2, 2.3 in book.)
  3. 所属分类:书籍源码

    • 发布日期:2018-05-03
    • 文件大小:202752
    • 提供者:feifan12345
  1. Archive 3

    0下载:
  2. 数据结构oj作业第一题,使用布尔数组的新颖算法(Data structure OJ homework first question, a new algorithm using Boolean array)
  3. 所属分类:数据结构

    • 发布日期:2018-05-03
    • 文件大小:2048
    • 提供者:江江jiang
  1. Archive

    0下载:
  2. 数据结构oj1-3,链表排序算法,仅作参考(Data structure oj1-3)
  3. 所属分类:数据结构

    • 发布日期:2018-05-03
    • 文件大小:2048
    • 提供者:江江jiang
  1. New folder (5)

    0下载:
  2. 这是我复习时候的一些数据结构和算法,希望对大家有帮助(this is my pratice and I share with other person ,and I want to learn more.)
  3. 所属分类:数据结构

    • 发布日期:2018-05-03
    • 文件大小:2048
    • 提供者:willl
  1. 041761银行家算法(C语言)

    0下载:
  2. 在计算机操作系统中,最有代表的避免死锁的算法,是Dijkstra银行家算法。这是由于该算法能用于银行系统现金贷款的发放而得名的。为了加深对该算法的认识和掌握,进而在计算机上实现。为了实现银行家算法,系统中必须设置若干数据结构(In the computer operating system, the most representative algorithm to avoid deadlock is the Dijkstra banker algorithm. This is because t
  3. 所属分类:数据结构

    • 发布日期:2018-05-03
    • 文件大小:20480
    • 提供者:冷葉
  1. E2

    0下载:
  2. 怎样使用数据结构算法实现判断回文数字的程序(Using data structure algorithm to judge the palindrome)
  3. 所属分类:数据结构

    • 发布日期:2018-05-04
    • 文件大小:1024
    • 提供者:yczsh
  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 ... 10 11 12 13 14 1516 17 18 19 20 ... 50 »
搜珍网 www.dssz.com