搜索资源列表
C语言模拟飞机场
- 用了三个队列的数据结构,用随机数来模拟飞机请求,填写一个队列,另外一个队列就是飞机场停着的飞机,最后一个是空中的飞机队列-spent three queue data structure used to simulate random aircraft requested to fill in a queue, another is a queue of aircraft parked at the airport, the last one is the air aircraft Queue
mazeduil
- 数据结构中的迷宫问题的代码 用队列实现 可以看看 -data structure of the maze of code can be used to achieve look at the queue
seqqueue
- C++数据结构\\队列-顺序队列\\顺序队列-C data structures \\ Queue-order queue \\ sequence Queue
queue
- 数据结构 详细描述了如何创建队列 以及操作
dd
- 操作系统进程调度算法,处理流程: 1 初始化--进程队列结构(包括:就绪队列,等待队列,运行队列)等必要的数据结构 init() 2 进入无限循环,反复调度队列 -Operating system process scheduling algorithm to deal with processes: 1 initialization- the process of the queue structure (including: ready queue, waiting queue
ProcessesCommunication
- 程序模拟操作系统课程中的进程间通信,方便起见,各个进程只有编号信息。所用数据结构为大小为10的队列。运行情况为:用户输入进程总数以及各个进程的编号,此后程序模拟进程对队列提出请求,若队列不空,则插入,队列满则不予插入。程序利用rnd这个随机变量是奇数还是偶数决定是入队还是出队。-Procedures for operating systems courses in the simulation process communication, convenience, only the number
sjjgt
- 【数据结构】图的遍历,包含(栈类型、图类型、队列类型)-[] Map data structure traversal, including (stack type, map type, queue type)
fifo
- 标准的先进先出队列数据结构,已经调试过的,可以直接应用到项目中-Standard FIFO queue data structure, has been testing, can be directly applied to projects
5080309330_1
- 队列(Queue)是一种用于实现先进先出(FIFO)的数据结构,即第一个进入队列的数据排在队列的最前处,第二个进入队列的数据排在其后,依此类推;出队列时,总是排在队列最前处的那个数据先出队列。-Queue is used to implement FIFO (FIFO) data structure, that is, the first row of data into the queue in the queue at the most before the second row of da
Queue
- 这个代码是c++的一个模板类,实现了数据结构队列的功能-This code is used to achieve the function about the queuen
fbqueue_attemper
- 合肥工业大学操作系统课程设计 进程/作业调度:多级反馈队列调度算法。 1建立作业的数据结构描述; 2使用两种方式产生作业:(a)自动产生, (b)手工输入; 3在屏幕上显示每个作业的执行情况; 4时间的流逝可用下面几种方法模拟:(a)按键盘,每按一次可认为过一个时间单位; (b) 响应WM_TIMER; 5计算并显示一批作业的周转时间、平均周转时间、带权周转时间、平均带权周转时间。 6将一批作业的执行情况存入磁盘文件,以后可以读出并重放;-Hefei Universi
12
- 循环队列的实现和运算<<实用数据结构基础(第三版>>-The realization and operators of the circular queue
shujujiegou
- 数据结构 代码集,包括顺序表,串,队列,图,等等十几的代码,内容详尽-Data structure code sets, including the sequence table, string, queue, Figure, and more than a dozen code detaile
jin-cheng-guan-li-xi-tong
- 进程管理系统:定义PCB的数据结构,用链表的形式管理进程,采用多级反馈队列调度的算法模拟进程的控制,最终完成有创建、撤销、调度、阻塞、唤醒进程等功能-Process Management Systems: Define the PCB data structure, with the form of chain management processes, the use of multi-level feedback queue scheduling algorithm simulation p
Stack
- 栈和队列 数据结构实现c代码 -Stack and queue data structure c codeStack and queue data structure c code
Snake
- 贪吃蛇算法,稍微有点不同于网上的。网上的都是把蛇身的所有节点都储存了下来。 数据结构, 不复杂 给个保存蛇头蛇尾地址。还有保存方向的。然后用队列(先进先出表)保存拐点 -This algorithm is slightly different the Snake online. Internet is the snake all nodes are stored down. Data structure is not complex Save snakeheads to
dance-partner
- 运用C语言和数据结构中的队列问题求解实际问题:舞伴配对的问题。-Use C language and Queue associated with Data Structure to solve a problem about dance-partner distribution.
shujujiegou-shangji
- 数据结构上机实验代码,可运行,包括图的遍历,二叉树,邻接矩阵,链表队列等,用于初学者,希望能够帮到你。-Code, data structure, computer experiment can be run, including graph traversal, binary tree, the adjacency matrix, and list the queue, etc., for beginners, the hope can help you.
kong-jian-shu-ju-jie-gou
- 空间数据结构 用栈和队列的方法解决相关迷宫问题-Spatial data structures stack and queue methods to solve problems related to the maze
Queue
- 数据结构队列的源码,自写亲测正确。希望多多支持-Queue data structure of the source code, the write correct measurement. Hope that more support