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

搜索资源列表

  1. TsinghuaCdatastructures

    0下载:
  2. 清华+殷人昆C++数据结构 幻灯片教学课件 通过本课程的学习,应达到知识和技能两方面的目标: 1、知识方面:从数据结构的类定义和对象的使用,以及存储表示和操作的实现两个层次,系统地学习和掌握常用的基本数据结构(包括数组、顺序表、多项式、字符串、链表、栈与队列、优先级队列、广义表、树与森林、二叉树、堆、集合、图、搜索结构、索引结构、散列结构等)及其不同的实现,了解并掌握分析、比较和选择不同数据结构、不同存储结构、不同算法的原则和方法,为后续课程的学习打好基础。 -Tsinghua Q
  3. 所属分类:Data structs

    • 发布日期:2017-05-09
    • 文件大小:1839013
    • 提供者:ciweijsf
  1. Data_Structure_Decameron

    0下载:
  2. 数据结构十日谈 第一日 绪论 第二日 算法的描述和分析 第三日 线性表 第四日 栈和队列 第五日 串 第六日 数组 第七日 树 第八日 图 第九日 查找 第十日 排序-Preface the first day of the second day of algorithm for the third day of the descr iption and analysis of linear table queue stack and its fifth day of the fourth
  3. 所属分类:Data structs

    • 发布日期:2017-05-21
    • 文件大小:5950892
    • 提供者:lzm
  1. stack

    0下载:
  2. 数据结构课程设计-栈的实现及应用,实现功能:1.数制转换2.括号区配3.行编辑4.表达式求值-Data structure the curriculum design- the realization and application stack, the realization of function: 1. The number of system conversion 2. Brackets with District 3. Line editor 4. Expression evaluat
  3. 所属分类:Data structs

    • 发布日期:2017-04-06
    • 文件大小:26985
    • 提供者:王威
  1. a

    0下载:
  2. 数据结构课程设计—车厢调度问题,用C++实现编号为1,2...n的n个序列依次入栈的所有可能出站序列。-Data structure the curriculum design- inside scheduling problem, using C++ to achieve numbered 1,2 ... n of n followed by a sequence of all possible入栈outbound sequence.
  3. 所属分类:Data structs

    • 发布日期:2017-03-28
    • 文件大小:1959
    • 提供者:何海乾
  1. Manual

    0下载:
  2. 本课件是一个动态演示数据结构算法执行过程的辅助教学软件, 它可适应读者对算法的输入数据和过程执行的控制方式的不同需求, 在计算机的屏幕上显示算法执行过程中数据的逻辑结构或存储结构的变化状况或递归算法执行过程中栈的变化状况。整个系统使用菜单驱动方式, 每个菜单包括若干菜单项。每个菜单项对应一个动作或一个子菜单。系统一直处于选择菜单项或执行动作状态, 直到选择了退出动作为止。-This courseware is a dynamic data structure algorithms demonst
  3. 所属分类:Data structs

    • 发布日期:2017-05-06
    • 文件大小:1168979
    • 提供者:lll
  1. DataStructureAlgorithm

    0下载:
  2. 数据结构和算法,非常经典,讲的很详细!第一部分 基础知识 第一章 C++程序设计 第二章 程序性能 第二部分 数据结构 第三章 数据描述 第四章 数组和矩阵 第五章 堆栈 第六章 队列 第七章 跳表和散列 第八章 二叉树和其他树 第九章 优先队列 第十章 竞赛树 第十一章 搜索树 第十二章 图 第三部分 算法设计方法 第十三章 贪婪算法 第十四章 分而治之算法 第十五章 动态规划 第十六章 回
  3. 所属分类:Data structs

    • 发布日期:2016-08-26
    • 文件大小:17229762
    • 提供者:孙继磊
  1. DataConstructure

    0下载:
  2. 学习数据结构的一本宝典,各个章节详细的PPT内容,还包括了递归、哈弗曼编码、链表、树、图、栈与队列等的Flash动画演示,让我们能够更好的感官理解数据结构的机理。对于数据结构的学习很有帮助。-Data Constructure
  3. 所属分类:Other systems

    • 发布日期:2017-05-31
    • 文件大小:12846504
    • 提供者:孙守明
  1. maze

    0下载:
  2. 可视化迷宫问题,数据结构练习,堆栈的应用-Visualization maze
  3. 所属分类:Data structs

    • 发布日期:2017-05-28
    • 文件大小:11631980
    • 提供者:Bob
  1. keyu

    0下载:
  2. 设计哈希表实现电话号码查询系统 利用《数据结构》课程的相关知识完成一个具有一定难度的综合设计题目,利用C/C++语言进行程序设计,并规范地完成课程设计报告。通过课程设计,巩固和加深对线性表、栈、队列、字符串、树、图、查找、排序等理论知识的理解;掌握现实复杂问题的分析建模和解决方法(包括问题描述、系统分析、设计建模、代码实现、结果分析等);提高利用计算机分析解决综合性实际问题的基本能力。
  3. 所属分类:Data structs

    • 发布日期:2016-01-24
    • 文件大小:983121
    • 提供者:wenwen
  1. Data_Structure_C

    1下载:
  2. 基本数据结构的C实现。包括: (1)线性顺序表 (2)单链表 (3)双向循环链表 (4)顺序栈 (5)链式队列 (6)循环队列 (7)二叉树的先序、中序、后序的递归遍历和非递归遍历。-C-realization of the basic data structure. Include: (1)Sq_List (2)Linked_List (3)Du_linkedlist (4)Sq_Stack (5)Linked_Queue (6)Cycl
  3. 所属分类:Data structs

    • 发布日期:2017-04-01
    • 文件大小:680387
    • 提供者:马也凡
  1. PortCourt

    0下载:
  2. 数据结构实验代码 停车场问题 是栈和队列的应用 停车场和便车道分别由栈和队列构成。 -Data structure code parking problem is the application of stacks and queues by parking lots and then Drive form stacks and queues.
  3. 所属分类:Data structs

    • 发布日期:2017-04-09
    • 文件大小:1070497
    • 提供者:soasme
  1. 1

    0下载:
  2. 这份资料是关于数据结构的算法的详细讲解,里面还有针对栈和队列的视频讲解-This information is about the data structure of the algorithm explained in detail, there is also a video for explanation stacks and queues
  3. 所属分类:Data structs

    • 发布日期:2017-05-15
    • 文件大小:3742521
    • 提供者:江南
  1. SHUJUJIEGOU

    0下载:
  2. 数据结构C语言版 课件 很详细 包括 栈 队列 树 等。-C-language version of courseware data structure in detail, including the stack queue trees.
  3. 所属分类:Data structs

    • 发布日期:2017-05-10
    • 文件大小:2514094
    • 提供者:刘龙
  1. ccc

    0下载:
  2. 数据结构中有关栈的应用,可运行可执行无错误,希望对大家有帮助-Stack data structure in relation to the application executable can run without error, we want to help
  3. 所属分类:Data structs

    • 发布日期:2017-04-10
    • 文件大小:1018
    • 提供者:hjlhzx
  1. structure

    0下载:
  2. 数据结构中单链表的创建和栈的创建,用C语言实现创建(Data structure in the creation of single-linked list and stack creation, with the C language to achieve the creation)
  3. 所属分类:其他

    • 发布日期:2017-12-25
    • 文件大小:2048
    • 提供者:Ashley-d
  1. 数据结构

    0下载:
  2. 数据结构基本代码,包括了栈、队列、链表、递归等基本知识,适合初学者(basic code of data structure, suitable for beginners)
  3. 所属分类:数据结构

    • 发布日期:2017-12-31
    • 文件大小:11264
    • 提供者:bula
  1. third

    0下载:
  2. 数据结构第三章,对栈和队列进行了详细的介绍(data structure Chapter three)
  3. 所属分类:文章/文档

    • 发布日期:2017-12-29
    • 文件大小:792576
    • 提供者:韩韩韩888
  1. 所有程序

    0下载:
  2. 一些基础的数据结构算法的C语言程序实现实现,比如队列、栈等(Some basic data structure algorithms are implemented in C language, such as queues, stacks, etc.)
  3. 所属分类:数据结构

  1. 行编辑

    0下载:
  2. 数据结构 C语言 栈 实现行编辑 严蔚敏版数据结构 C语言 栈 实现行编辑(Data structure, C language stack, current editing)
  3. 所属分类:数据结构

    • 发布日期:2018-01-04
    • 文件大小:190464
    • 提供者:妄想家
  1. bank queue

    0下载:
  2. 运用数据结构中的栈结构,实现模拟银行排队的功能(Using the stack structure of data structure, the function of simulating Bank Queuing is realized)
  3. 所属分类:数据结构

    • 发布日期:2018-01-05
    • 文件大小:227328
    • 提供者:Liz Yin
« 1 2 34 5 6 7 8 9 10 ... 47 »
搜珍网 www.dssz.com