搜索资源列表
魔王语言
- 这是一个运用堆栈和队列编写的程序,主要是对一种语言的解释-A program written for stack and queue, explained a specific language
栈和队列CQandS
- 该程序实现了栈和队列的操作,可以作为其他程序的头文件-the program stack and a queue of operation, as with other procedures in the first paper
PQueue
- 清华殷人昆版数据结构c++版,优先队列的所有算法调试成功。-Qinghua Yin Dynasty Queensland version data structure c version, all the priority queue algorithm debugging success.
Bank_Simulation
- 银行业务情况模拟(银行有四个柜台。客户随机地进入银行办理业务,每个人办理业务需要的时间也是随机确定。客户进入银行后选择队列最短的队列排队,如果队列都一样长,则随机选择一个队列排队。客户进入队列后,如果是队列第一个,则接受银行服务,直到服务完成,然后离开银行。-banking business of simulation (4 bank counters. Random access to customer bank business, Everyone transacting business
BankSimulation
- 一个银行业务的事件驱动模拟系统,银行有两种业务:第一,取款或借款;第二,存款或还款。银行有两个窗口,用两个队列实现。事件表用带头结点的单向链表实现。-A banking system of event-driven simulation, the bank has two operations: first, the withdrawal or loan second, deposit or payment. Bank has two windows, with two queue imple
linkedqueue
- 用C++编写的链表实现的队列,有助于了解队列的基本工作原理,是学习数据结构的必做题目。-Linked list implementation C++ write queue, helps to understand the basic working principle of the queue, is the study of data structures must be done subject.
BinTreeExp
- 二叉树的创建、前序递归遍历、中序递归遍历、后序递归遍历、层次遍历、前序非递归遍历、中序非递归遍历、后序非递归遍历算法。里面包含了顺序栈和队列的实现代码。-Binary tree creation, pre-order recursive traversal, recursive in order traversal, postorder recursive traversal, traverse the level, pre-order traversal non-recursive, in t
HQueue
- 带头结点的队列模拟程序 在控制台环境下运行 适合于初学者-Take the lead node queue simulation program running in the console environment, suitable for beginners
shape
- 用C++实现一个具体事例,形状作为基类,正方形,三角形等等作为派生类。来体现类的多态性,其中涉及多态,继承,虚函数的使用。-using a C++ example to illustrate polymorphism, virtual function and etc. The example has a base class of shape, and many concrete shapes as derived classes.
a
- this an example of dynamic data structures in C - dynamic queue -this is an example of dynamic data structures in C - dynamic queue
prio
- 优先队列是0个或多个元素的集合,每个元素都有一个优先权或值,对优先队列执行的操作有1) 查找 2) 插入一个新元素 3) 删除.在最小优先队列(min priorityq u e u e)中,查找操作用来搜索优先权最小的元素,删除操作用来删除该元素 对于最大优先队列(max priority queue),查找操作用来搜索优先权最大的元素,删除操作用来删除该元素.优先权队列中的元素可以有相同的优先权,查找与删除操作可根据任意优先权进行. -Priority queue is 0 or mor
76590221_83_hw4
- 一共3个源码,分别实现了有障碍的完全图的最小二叉树生成,以及一个用优先队列实现的优先级排序问题。详见内附文档。-A total of three source, respectively, are obstacles to achieving a complete map of the smallest binary tree generation, and a priority queue implemented with priority scheduling.
BankSchedual
- 设计和实现一个银行排队机系统,该系统对银行当前能提供服务的窗口统一调度,使用MFC模拟调度及排队窗口。-Queue design and implementation of a banking system that can provide services to the bank window to the current unified control, scheduling and queuing simulation using the MFC window.
TravelingSalesmanProblem
- 解决旅行售货员问题的优先队列式分支限界法-Solve the traveling salesman problem of the priority queue-type branch and bound
CoadaPrior
- Priority Queue Implementation
LQueue
- 一个链式队列模板动态库,其他程序可直接调用。-A chain dynamic queue template library, other procedures can be called directly.
Josephus
- 实现约瑟夫环,输入总个数和开始报数序号以及间隔,输出一个出队队列-Josephus, enter the total number and start reporting the number of serial interval, the output of a team queue
Queue
- 队列的顺序定义,队列的调用算法等,队列的模板类及其实现-Defined in the order queue, queue calls algorithm, queue template class and its implementation
stack-and-queue
- (1)采用链式存储实现栈的初始化、入栈、出栈操作。 (2)采用顺序存储实现栈的初始化、入栈、出栈操作。 (3)采用链式存储实现队列的初始化、入队、出队操作。 (4)采用顺序存储实现循环队列的初始化、入队、出队操作。 (5)在主函数中设计一个简单的菜单,分别测试上述算法-(A) implement the stack using the chain store initialization, the stack, the stack operation. (2) using seq
Queue-with-array
- 数 组 实 现 循环队 列 ,控制台程 序。-An array queue (cycling column) .....