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

搜索资源列表

  1. Data-Structures

    0下载:
  2. 对数据结构的概述,线性表,数组,广义表,栈和队列,串等进行了介绍-Overview of data structures, linear tables, arrays, broad table, stacks and queues, strings, etc. are introduced
  3. 所属分类:Data structs

    • 发布日期:2017-04-02
    • 文件大小:558977
    • 提供者:雨文
  1. ch02

    0下载:
  2. 经典数据结构程序,链表,队列,栈的顺序存储与链式存数程序实现-Classic data structure program, linked list, queue, stack with the order of the chain store in several program realization
  3. 所属分类:Data structs

    • 发布日期:2017-04-08
    • 文件大小:15336
    • 提供者:青山小子
  1. linkedstack-and-queue

    0下载:
  2. 数据结构中的链接栈与循环队列的实现,工程简介规范-Link stack data structure with circular queue implementation, project profile specification
  3. 所属分类:Data structs

    • 发布日期:2017-04-02
    • 文件大小:405589
    • 提供者:king
  1. Dsc1-5

    0下载:
  2. 这是一个数据结构的课件,前5章的内容。如果线性表、栈和队列、串和多维数组-this is a coureware for Data structure including pre 5。linear list, stack and queue, string and multiarray
  3. 所属分类:Data structs

    • 发布日期:2017-05-08
    • 文件大小:1607197
    • 提供者:李乐
  1. Multitask-DSandAL

    0下载:
  2. 书和传统同类书籍的区别是除了介绍基本的数据结构容器如栈、队列、链表、树、二叉树、红黑树、AVL树和图之外,引进了多任务;还介绍了将任意数据结构容器变成支持多任务的方法-this Book and similar books is the difference between traditional Apart from the basic data structure container, such as stacks, queues, linked lists, trees, binary t
  3. 所属分类:Data structs

    • 发布日期:2017-05-20
    • 文件大小:5893294
    • 提供者:李乐
  1. migong

    0下载:
  2. 运用数据结构的知识编写的小游戏迷宫,主要用到栈,队列,二叉树等知识。-Use knowledge of data structures written in a small maze game, mainly used in stacks, queues, binary trees and other knowledge.
  3. 所属分类:Data structs

    • 发布日期:2017-04-07
    • 文件大小:952088
    • 提供者:汪静
  1. sourcecode

    0下载:
  2. 零基础学习数据结构课后习题,包含链表,栈,队列,树,图的各种算法-Zero-based data structure after-school learning exercises, including lists, stacks, queues, trees, graphs of the various algorithms
  3. 所属分类:Data structs

    • 发布日期:2017-05-15
    • 文件大小:3876642
    • 提供者:傅振
  1. data-structure-code

    0下载:
  2. 此源码包含了数据结构里面的所有特点,线性表,栈,队列,串,二叉树,图,查找,排序等,给出了详尽的代码及注释,相信会对朋友们有点帮助。-This source contains all the features of the data structure inside, linear tables, stacks, queues, strings, binary tree, graph, search, sort, etc., gives a detailed code and comments,
  3. 所属分类:Data structs

    • 发布日期:2017-04-03
    • 文件大小:860226
    • 提供者:覃伟
  1. 123

    0下载:
  2. 很多数据结构的函数和算大,包括栈,队列,堆,还有很多其他的函数,包括akm函数-Many functions and data structures for a major, including stacks, queues, heaps, there are many other functions, including akm function
  3. 所属分类:Data structs

    • 发布日期:2017-06-21
    • 文件大小:35338143
    • 提供者:秦永辉
  1. matching

    0下载:
  2. 严蔚敏的数据结构(C语言版),栈与队列只括号匹配算法实现-Yan Wei-min data structure (C-language version), stack and queue in parentheses matching algorithm only
  3. 所属分类:Data structs

    • 发布日期:2017-04-14
    • 文件大小:4691
    • 提供者:1457987661
  1. CarStationDemo

    0下载:
  2. 学习数据结构最好的例子,里面综合了队列,栈,链表等内容。学习数据结构的可以下载下来好好看一下。-Learn the best example of data structure, which combines the queues, stacks, linked lists and so on.
  3. 所属分类:Data structs

    • 发布日期:2017-04-13
    • 文件大小:2470
    • 提供者:liyongbing
  1. data_struct-and-find_sort

    0下载:
  2. 常用数据结构,包括链表、二叉树、栈、循环队列,以及查找排序算法:二分查找,插入排序,选择排序、冒泡排序-Commonly used data structures, including linked lists, binary trees, stacks, queues cycle, and to find sorting algorithms: binary search, insertion sort, selection sort, bubble sort
  3. 所属分类:Data structs

    • 发布日期:2017-04-07
    • 文件大小:5028
    • 提供者:齐振涛
  1. Queue

    0下载:
  2. 数据结构队列,通过栈来实现的,内容简单 容易看明白 一学就会-Datastacture Queue
  3. 所属分类:Other systems

    • 发布日期:2017-04-08
    • 文件大小:924
    • 提供者:陈翔
  1. Lying-data-structure2

    0下载:
  2. 《大话数据结构》主要内容包含:数据结构介绍、算法推导大O阶的方法;顺序结构与链式结构差异、栈与队列的应用;串的朴素模式匹配、KMP模式匹配算法;二叉树前中后序遍历、赫夫曼树及应用;-" Westward the data structure," the main contents include: Introduction of data structures, algorithms, Big O-order method is derived sequence differ
  3. 所属分类:Data structs

    • 发布日期:2017-03-29
    • 文件大小:880451
    • 提供者:陈雨
  1. Lying-data-structure9

    0下载:
  2.  《大话数据结构》主要内容包含:数据结构介绍、算法推导大O阶的方法;顺序结构与链式结构差异、栈与队列的应用;串的朴素模式匹配、KMP模式匹配算法;二叉树前中后序遍历、赫夫曼树及应用;图的深度、广度遍历;最小生成树两种算法、最短路径两种算法;拓扑排序与关键路径算法;折半查找、插值查找、斐波那契查找等静态查找;稠密索引、分块索引、倒排索引等索引技术;冒泡、选择、插入等简单排序;希尔、堆、归并、快速等改进排序-" Westward the data structure," the m
  3. 所属分类:Data structs

    • 发布日期:2017-04-09
    • 文件大小:1531772
    • 提供者:陈雨
  1. data-structure-

    0下载:
  2. 顺序表、单链表、双链表、队列、栈与递归、图等数据结构方面的源代码-Order form, a single linked list, double linked lists, queues, stacks and recursion, graph data structure such as source code
  3. 所属分类:Data structs

    • 发布日期:2014-09-04
    • 文件大小:5170176
    • 提供者:张岩
  1. Data_structure

    0下载:
  2. 数据结构代码,包括顺序表,链表,栈,队列及其应用包括数制转换,表达式求值,约瑟夫环,括号匹配-Data structure code, including the order form, linked lists, stacks, queues and their applications including system conversion, expression evaluation, Josephus, bracket matching, etc.
  3. 所属分类:Data structs

    • 发布日期:2017-04-02
    • 文件大小:141988
    • 提供者:哥特式
  1. datastruct

    0下载:
  2. C#数据结构基本基本程序,可实现线性表、队列、栈、数、图等基本功能-C# data structure is basically the basic procedures
  3. 所属分类:Data structs

    • 发布日期:2017-05-02
    • 文件大小:674465
    • 提供者:wx
  1. car-park-management-system

    0下载:
  2. 用栈和队列实现的一个小型停车场管理系统,主要考察数据结构!-It uses stack and queue implementations with a small car park management system, mainly on data structures!
  3. 所属分类:Data structs

    • 发布日期:2017-04-10
    • 文件大小:1125163
    • 提供者:邓名仲
  1. Stack-and-Queue

    0下载:
  2. 从栈与队列的逻辑结构与存储结构,以数据结构和算法结合的角度掌握这两种结构。-From the stack and queue logical structure and storage structure, data structures and algorithms with the perspective to grasp the two structures.
  3. 所属分类:Data structs

    • 发布日期:2017-04-09
    • 文件大小:1266123
    • 提供者:蔡庆芃
« 1 2 ... 5 6 7 8 9 1011 12 13 14 15 16 17 »
搜珍网 www.dssz.com