搜索资源列表
zhan+duilie
- 数据结构中栈和队列的基本算法以及应用,带FLASH演示顺序栈演示,以及一些习题.
Embbeded_tcp_ip_user_guide
- 嵌入式TCP/IP协议栈说明书下载-- 技术说明: 1)用户应用协议栈则需要编写以太网的数据报收发驱动,就可以使用协议栈提供的标准SOCKET API,完成服务器和客户端应用程序的开发。 2)协议栈运行于非操作系统的环境下,因此它的运行速度与一般采用多任务操作系统的TCP/IP协议,速度相对说来要快。 3)协议栈完成的功能包括ARP,IP,ICMP(ping),TCP,UDP,暂不支持IGMP,RARP。 4)协议栈采用C代码编写,可方便的移植于各种单片机平台。 5)协
数据结构讲义
- 1.算法 2.线性表 3.栈和队列 4.数组 5.树 6.图 7.查找 8.排序
zhanduilie
- 熟悉栈、队列这种特殊线性结构的特性; 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
jiaotongzixun
- 利用栈和队列构造的交通信息查询系统,可计算两个城市之间的时间花费路程-Constructed using stacks and queues of traffic information system, calculate the time spent between the two cities away
Linear-table-design
- 实验一是线性表的设计与实现程序;实验二是栈和队列的应用程序;实验三是树型结构的应用程序;-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
operating-system-jobs---lab-report
- 自定义进程相关的数据结构; 利用MFC类库中的栈(queue),链表(list),向量(vector)等模板模拟进程控制块队列、进程控制块优先级队列、统计信息链表及其指令集合; 利用MSDN和MFC API编程实现常见的进程控制和调度策略(先来先服务算法、时间片轮转算法、最高优先权优先调度算法、最短进程优先调度算法); 测试以上进程调度策略的周转时间、带权周转时间、平均周转时间和平均带权周转时间,并定性评价它们的性能。-Custom process-related data stru
shangji
- 栈和队列的pascal上机练习。 上课用。-line and stack exercises
Chain-queue
- 栈和队列的基本操作,来自一次数据结构实验内容。-The basic operation of the stack and queue data structure from the first experiments.
Shujujiegou-C
- 数据结构C语言版,章节PPT,绪论、栈与队列、线性链表、树和二叉树-Data structure C language edition, chapter PPT, introduction, stacks and queues, linear lists, trees and binary trees
tingchechangguanli
- 数据结构课程设计,采用队列和栈的停车场管理系统.-Data structure curriculum design, the use of queues and stacks of parking management system.
zhanheduilie
- 数据结构栈与队列PPT,详细讲解栈和队列的意义和使用方法。- Data structure stack and queue PPT, detailed explanation of the meaning and use of the stack and queue.
deque
- 队列deque的实现,和栈类似同样实现了队列的入队,出队等功能。-Deque queue implementation, and also to achieve a similar stack queue into the team, the team functions.
CH3栈和队列-PDF
- 栈和队列(Stack and queue)
third
- 数据结构第三章,对栈和队列进行了详细的介绍(data structure Chapter three)