搜索资源列表
我的程序 C++的
- 是一个队列的程序吧 还是个链表 忘记了 不好意思 我是第一次发程序 可能不是很好-Queue is a procedure it is still Chain sorry, I forgot this is the first time the procedure may not be very good
app0304
- 实现舞会配对,队列的删除与排列,实现先来先找舞伴-Achieve ball pairing, delete the queue and order, to achieve the first to find someone to partner
shijianpian
- 简单轮转法的基本思想是:所有就绪进程按 FCFS排成一个队列,总是把处理机分配给队首的进程,各进程占用CPU的时间片相同。如果运行进程用完它的时间片后还为完成,就把它送回到就绪队列的末尾,把处理机重新分配给队首的进程。直至所有的进程运行完毕。-Simple movement of the basic idea is: all lined up ready for the process according to a FCFS queue, the processor is always assi
2cs
- 用队列实现二叉树的层次遍历,欢迎大家分享-To achieve the level of binary tree using a queue traversal, welcome to share
5070309479_2
- 数组 1. 对英文名字队列进行操作 具体要求: 1) 初始化含有20个英文名字的数组; 2) 排序:以a-z,A-Z的升序顺序 3) 输入任意一个名字并能将其插入到合适的位置。-Array 1. For the English name of the queue to operate the specific requirements: 1) contains 20 to initialize the English name of the array 2) Sort:
queue
- 利用c/c++汇编语言实现对数据的排列,可以增加,删除,判断队列是否已满-Use c/c++ assembly language of the data array, you can add, delete, determine whether the queue is full
duilie
- ⑴实现循环队列各种基本运算的算法 ⑵实现链队各种基本运算的算法-Realization of basic operations of circular queue;Realization of basic operations team chain algorithm
yinhang
- 在8086上编程模拟银行排队机的功能,如当客户到达时,总人数增加一个;当客户处理完业务时,已处理人数增加一个-Simulation programming in 8086 on the functions of banks Queue
LinkQueue
- 建立一个空队列,对已建立的队列进行插入、删除、取队头元素等基本操作。-Create an empty queue, the queue has been established, insert, delete, take the basic operations such as the head of the queue element.
tingchechang
- 以栈模拟停车场,以队列模拟车场外的便道,按照从终端读入的输入数据序列进行模拟管理。每一组输入数据包括三个数据项:汽车“到达”或“离去”信息、汽车牌照号码以及到达或离去的时刻。对每一组输入数据进行操作后的输出信息为:若是车辆到达,则输出汽车在停车场内或便道上的停车位置;若是车辆离去,则输出汽车在停车场内停留的时间和应交纳的费用(在便道上停留的时间不收费)。栈以顺序结构实现,队列以链表结构实现。-Stack mimics the parking to the queue simulation car
4-1
- 通过上机对队列的基本操作的调试和调用来掌握顺序循环队列的操作-Mastered the operation of the order cycle queue on machine debugging and call queues basic operation
Queue-solve-card-problem
- 用队列解决纸牌问题:从上到下翻一张隔一张存到另一队列里,最后出来的顺序是1~n,问原队列的顺序。-Queue address card question: turning from top to bottom a compartment a saved to another queue, the last out of the order of 1 ~ n, Q the sequence of the original queue.
scheduling
- 计算机操作系统多级反馈队列算法及相应的实验报告-The computer operating system, multi-level feedback queue algorithm and the corresponding lab report
shujujiegou
- 数据结构 代码集,包括顺序表,串,队列,图,等等十几的代码,内容详尽-Data structure code sets, including the sequence table, string, queue, Figure, and more than a dozen code detaile
D2
- 自行编写链式存储队列的基本运算子程序(名称不变) 实现以下功能: ①创建一个空的链式队列; ②判断新建的链式队列是否为空; ③提示用户输入“链式队列的长度”; ④根据用户输入的“链式队列的长度”,逐一提示 用户输入“链式队列中的各个元素”,完成链式 队列的构造; ⑤判断此时的链式队列是否为空; ⑥调用子程序打印当前链式队列的队首元素和队尾 元素; ⑦编写打印链式队列元素的子程序PrintNode( ); ⑧清空队列,连续3次做下列操作:入队4个元素
mm1
- 使用matlab语言能实现MM1排队系统-MM1 queue system
BFS
- 迷宫问题 队列求解 界面还不完善 可以自己添加-Maze problem solving interface queue is not perfect you can add your own
fibonaccique
- 4阶斐波那契序列如下:f0=f1=f2=0, f3=1,…,fi=fi-1+fi-2+fi-3+fi-4, 利用容量为k=4的循环队列,构造序列的前n+1项(f0, f1 , f2 ,… fn ),要求满足fn ≤200而fn+1 >200。-Fibonacci Fibonacci sequence of order 4 are: f0 = f1 = f2 = 0, f3 = 1, ..., fi = fi-1+fi-2+fi-3+fi-4, k = 4 for the capacit
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
priority-queue
- 优先级队列(priority queue)就是遵循两个排序规则的集合。首先,具有高优先级的项目在先。第二,具有相同优先级的项目使用先进先出方法来确定其排序。-Priority queue (priority queue) is to follow two collations set. First, a high-priority item first. Second, with the same priority projects using the FIFO method to determ
