CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 文档资料 搜索资源 - 栈和队列

搜索资源列表

  1. zhan+duilie

    0下载:
  2. 数据结构中栈和队列的基本算法以及应用,带FLASH演示顺序栈演示,以及一些习题.
  3. 所属分类:软件工程

    • 发布日期:2008-10-13
    • 文件大小:178.27kb
    • 提供者:nlx
  1. Embbeded_tcp_ip_user_guide

    0下载:
  2. 嵌入式TCP/IP协议栈说明书下载-- 技术说明: 1)用户应用协议栈则需要编写以太网的数据报收发驱动,就可以使用协议栈提供的标准SOCKET API,完成服务器和客户端应用程序的开发。 2)协议栈运行于非操作系统的环境下,因此它的运行速度与一般采用多任务操作系统的TCP/IP协议,速度相对说来要快。 3)协议栈完成的功能包括ARP,IP,ICMP(ping),TCP,UDP,暂不支持IGMP,RARP。 4)协议栈采用C代码编写,可方便的移植于各种单片机平台。 5)协
  3. 所属分类:软件工程

    • 发布日期:2008-10-13
    • 文件大小:11.14kb
    • 提供者:6756
  1. 数据结构讲义

    0下载:
  2. 1.算法 2.线性表 3.栈和队列 4.数组 5.树 6.图 7.查找 8.排序
  3. 所属分类:文档资料

    • 发布日期:2011-03-02
    • 文件大小:1015.46kb
    • 提供者:goyisking
  1. 顺序表、顺序队列和顺序栈的算法实现

    0下载:
  2. 所属分类:软件工程

    • 发布日期:2011-05-25
    • 文件大小:59kb
    • 提供者:lanyeyoumao
  1. zhanduilie

    0下载:
  2. 熟悉栈、队列这种特殊线性结构的特性; 2 熟练掌握栈、队列在顺序存储结构和链表存储结构下的基本操作 -Are familiar with stacks, queues the linear structure of this particular characteristic two master stack, queue list in the order of storage structures and storage structures of the basic opera
  3. 所属分类:software engineering

    • 发布日期:2017-04-01
    • 文件大小:5.63kb
    • 提供者:zhangge
  1. jiaotongzixun

    0下载:
  2. 利用栈和队列构造的交通信息查询系统,可计算两个城市之间的时间花费路程-Constructed using stacks and queues of traffic information system, calculate the time spent between the two cities away
  3. 所属分类:Project Design

    • 发布日期:2017-04-03
    • 文件大小:66.69kb
    • 提供者:hanwenjing
  1. Linear-table-design

    0下载:
  2. 实验一是线性表的设计与实现程序;实验二是栈和队列的应用程序;实验三是树型结构的应用程序;-The first experiment, the linear table design and implementation of procedures experimental application of stacks and queues In Experiment 3, the tree structure of the application
  3. 所属分类:software engineering

    • 发布日期:2017-03-30
    • 文件大小:16.3kb
    • 提供者:JingxWang
  1. operating-system-jobs---lab-report

    0下载:
  2. 自定义进程相关的数据结构; 利用MFC类库中的栈(queue),链表(list),向量(vector)等模板模拟进程控制块队列、进程控制块优先级队列、统计信息链表及其指令集合; 利用MSDN和MFC API编程实现常见的进程控制和调度策略(先来先服务算法、时间片轮转算法、最高优先权优先调度算法、最短进程优先调度算法); 测试以上进程调度策略的周转时间、带权周转时间、平均周转时间和平均带权周转时间,并定性评价它们的性能。-Custom process-related data stru
  3. 所属分类:Software Testing

    • 发布日期:2017-11-12
    • 文件大小:427.44kb
    • 提供者:孙萧萧
  1. shangji

    0下载:
  2. 栈和队列的pascal上机练习。 上课用。-line and stack exercises
  3. 所属分类:Communication

    • 发布日期:2017-11-06
    • 文件大小:44.52kb
    • 提供者:各环节
  1. Chain-queue

    0下载:
  2. 栈和队列的基本操作,来自一次数据结构实验内容。-The basic operation of the stack and queue data structure from the first experiments.
  3. 所属分类:software engineering

    • 发布日期:2017-04-06
    • 文件大小:60.31kb
    • 提供者:Shawn
  1. Shujujiegou-C

    0下载:
  2. 数据结构C语言版,章节PPT,绪论、栈与队列、线性链表、树和二叉树-Data structure C language edition, chapter PPT, introduction, stacks and queues, linear lists, trees and binary trees
  3. 所属分类:software engineering

    • 发布日期:2017-04-27
    • 文件大小:93.01kb
    • 提供者:
  1. tingchechangguanli

    0下载:
  2. 数据结构课程设计,采用队列和栈的停车场管理系统.-Data structure curriculum design, the use of queues and stacks of parking management system.
  3. 所属分类:File Formats

    • 发布日期:2017-04-14
    • 文件大小:3.87kb
    • 提供者:莫圣
  1. zhanheduilie

    0下载:
  2. 数据结构栈与队列PPT,详细讲解栈和队列的意义和使用方法。- Data structure stack and queue PPT, detailed explanation of the meaning and use of the stack and queue.
  3. 所属分类:software engineering

    • 发布日期:2017-05-20
    • 文件大小:5.07mb
    • 提供者:安左
  1. deque

    0下载:
  2. 队列deque的实现,和栈类似同样实现了队列的入队,出队等功能。-Deque queue implementation, and also to achieve a similar stack queue into the team, the team functions.
  3. 所属分类:software engineering

    • 发布日期:2017-04-12
    • 文件大小:1006byte
    • 提供者:jon leong
  1. CH3栈和队列-PDF

    0下载:
  2. 栈和队列(Stack and queue)
  3. 所属分类:文章/文档

    • 发布日期:2017-12-28
    • 文件大小:1.37mb
    • 提供者:Turf
  1. third

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

    • 发布日期:2017-12-29
    • 文件大小:774kb
    • 提供者:韩韩韩888
搜珍网 www.dssz.com