Welcome![Sign In][Sign Up]
Location:
Search - queue

Search list

[OS programMultilevel_Feedback_Queue

Description: 这是用c实现的操作系统的调度算法,包括多级反馈队列调度、先来先服务、最短作业优先、高响应比、时间片轮转。-C This is achieved by operating system scheduling algorithms, including multi-level feedback queue scheduling, first-come, first serve, shortest operation priority, high-response ratio, time piece rotation.
Platform: | Size: 308224 | Author: chenjieping | Hits:

[Delphi VCLqueue

Description: using queue in delphi
Platform: | Size: 7168 | Author: hamid | Hits:

[uCOSucos_ex2

Description: ucos移植到44b0的示例程序,ads1.2开发环境,介绍了ucos中消息队列的使用方法~-ucos transplant procedures 44b0 example, ads1.2 development environment, introduced in the message queue ucos use ~
Platform: | Size: 236544 | Author: 向北 | Hits:

[Applicationstingchechang

Description: 停车场管理首先,实现栈和队列的基本操作,在此基础上,实现停车场管理。 停车场管理问题描述:设停车场是一个可停放n辆车的狭长通道,且只有一个大门可供汽车进出。在停车场内,汽车按到达的先后次序,由北向南依次排列(假设大门在最南端)。若车场内已停满n辆车,则后来的汽车需在门外的便道上等候,当有车开走时,便道上的第一辆车即可开入。当停车场内某辆车要离开时,在它之后进入的车辆必须先退出车场为它让路,待该辆车开出大门后,其它车辆再按原次序返回车场。每辆车离开停车场时,应按其停留时间的长短交费(在便道上停留的时间不收费)。 试编写程序,模拟上述管理过程。要求以顺序栈模拟停车场,以链队列模拟便道。 从终端读入汽车到达或离去的数据,每组数据包括三项: ① 是“到达”还是“离去”; ② 汽车牌照号码; ③ “到达”或“离去”的时刻。 与每组输入信息相应的输出信息为: 如果是到达的车辆,则输出其在停车场中或便道上的位置; 如果是离去的车辆,则输出其在停车场中停留的时间和应交的费用。 (提示:需另设一个栈,临时停放为让路而从车场退出的车。) -First of all, car park management, the realization of the basic stack and queue operations, on this basis, the achievement of the car park management. Description of the car park management: for the parking of the car park is a strip of n-channel vehicles, and there is only one door open to motor out. In the parking lot, the vehicle according to the order of arrival, from north to south in order of priority (assuming the door at the southern tip). If the vehicle has been parked inside vehicles over n, then later in the car to be waiting outside the pavement, when a car driven away, the sidewalk on the first car to be opened. When parking vehicles within a certain time to leave, after it entered the vehicle must first withdraw from the yard to make way for it to be out of the car door, the other vehicles and then order the return of the original car. When the vehicle left the parking lot, should be the length of their stay paid (in the pavement at the time to stay free of charge). T
Platform: | Size: 1024 | Author: 小也 | Hits:

[Linux-Unixipc

Description: Linux IPC (message queue, pipe, sharememory, semaphore, signal and socket) examples
Platform: | Size: 718848 | Author: Ricky | Hits:

[Fax programsimulation

Description: 设计一个M/M/S/k排队系统模型,用C++进行仿真,计算一个新的服务请求在各个状态k下的阻塞率,绘制出到达率-阻塞率曲线(matlab),并将理论值与仿真值进行比较。 M/M/S/k模型为服务请求到达间隔时间服从泊松分布、服务时间服从指数分布、系统有S个服务器、系统容量为k(有限个)的排队系统。如果一个服务请求到达排队系统时,系统内已有k个服务请求,那么这个服务请求就会被拒绝(即不为该服务请求安排服务器,也不会将其排入系统队列)。由于系统容量为k,有S个服务器,所以系统队列的长度为k-S。-The design of a M/M/S/k queuing system model, with C++ for simulation, calculation of a new service request in every state under the blocking rate k, the arrival rate of drawing- blocking probability curve (matlab), and the theoretical value and simulation values. M/M/S/k model for the service request arrival time to obey Poisson distribution, exponential distribution of service time, the system has S servers, the system capacity of k (finite) of the queuing system. If a service request arrival queuing system, the system has k service request, then the service request will be rejected (that is, do not arrange for the service request server, nor will its queue into the system). Since the system capacity for the k, there are S servers, so the length of the queue system kS.
Platform: | Size: 112640 | Author: 张三 | Hits:

[Data structstcc

Description: 以栈模拟停车场,以队列模拟车场外的便道。每一组输入数据包括三个数据项:汽车“到达”或“离去”信息、汽车牌照号码以及到达或离去的时刻。对每一组输入数据进行操作后的输出信息为:若是车辆到达,则输出汽车在停车场内或便道上的停车位置;若是车辆离去,则输出汽车在停车场内停留的时间和应交纳的费用(在便道上停车不收费)。栈以顺序存储结构实现,队列以链表结构实现。-Simulation of the car park to the stack to queue outside the road vehicle simulation. Input data for each group of three data items: auto " to" or " leave" information, vehicle license number and time of arrival or departure. Input data for each group to operate the output after the message is: If the arrival of the vehicles, while exports of motor vehicles in the parking lot or parking spaces on the sidewalk if the vehicle left, the output of motor vehicles in the parking lot to stay within time and should be paid The cost (in the pavement on the parking, no charge). Stack storage structure in order to achieve, a linked list queue structure.
Platform: | Size: 1024 | Author: XH | Hits:

[JSP820-0533

Description: Sun Java™ System, Message Queue 3 技术概述-Sun Java™ System, Message Queue 3
Platform: | Size: 1467392 | Author: Kiukon | Hits:

[Data structsqueue

Description: This queue structure, especially, circular queue which includes clear-cut instructions. you can get the algorithm of queue structure more than other-This is queue structure, especially, circular queue which includes clear-cut instructions. you can get the algorithm of queue structure more than other
Platform: | Size: 220160 | Author: Henrty | Hits:

[Linux-Unixfred

Description: NS2下fred队列管理算法,验证能够运行..希望对大家有帮助-Under NS2 the fred queue management algorithm, the confirmation can move. Hoped that has the help to everybody
Platform: | Size: 9216 | Author: wensha | Hits:

[Software EngineeringARED

Description: 在NS2下,介绍自适应的RED算法主动队列管理算法,主要原理,希望对大家有帮助-Under NS2, introduced that the auto-adapted RED algorithm driving queue management algorithm, the main principle, hoped has the help to everybody. .
Platform: | Size: 3518464 | Author: wensha | Hits:

[uCOSUCOS-Q

Description: 在UC/OS-II上调用消息队列函数对消息队列进行编程-In the UC/OS-II on the function of call message queue message queue programming
Platform: | Size: 3100672 | Author: 李小芸 | Hits:

[OS DevelopFifo

Description: Shows how to set up a FIFO data queue for sharing data between real-time tasks and user-level applications. The RT task creates two FIFOs, one for commands in from the user process and one for status back to the user process. As declared in common.h, there are three commands: turn the speaker on, turn it off, and set the frequency.-Shows how to set up a FIFO data queue for sharing data between real-time tasks and user-level applications. The RT task creates two FIFOs, one for commands in from the user process and one for status back to the user process. As declared in common.h, there are three commands: turn the speaker on, turn it off, and set the frequency.
Platform: | Size: 4096 | Author: sijith | Hits:

[Data structsQueue

Description: implementation of Q-implementation of Queue
Platform: | Size: 468992 | Author: rapboyx | Hits:

[Otherqueue

Description: Write tamplate class queue with standart operation of the queue.
Platform: | Size: 464896 | Author: Sashenceto | Hits:

[Internet-Networkred.tcl.tar

Description: an example to monitor red queue in ns2
Platform: | Size: 1024 | Author: babab | Hits:

[OtherVC_Queue

Description: 这是用VC编写的一个“队列”的插入和删除程序,使用的是循环队列。-This is prepared by VC a " queue" of the insert and delete procedures, the use of the circle queue.
Platform: | Size: 275456 | Author: Mr.Chen | Hits:

[transportation applicationsroundsimul

Description: 拥有四条通路的转盘路口排队模型模拟。相邻路口的弧形段假设为一容量有限的队列。到达为泊松分布,不考虑车长的堵塞影响-Four channels have lined up at the junction of the turntable model. Paragraph of the arc adjacent to the junction is assumed to be a queue with limited capacity. The reach follow the Poisson distribution.The model does not consider the impact of the longs of the cars impact to the plug.
Platform: | Size: 2048 | Author: Wico | Hits:

[OS programTCP_IP

Description: Resolve an IP address to a hardware address if not found,initiate query and return NULL. If an address is returned, the interface driver may send the packet if NULL is returned,res_arp() will have saved the packet on its pending queue,so no further action (like freeing the packet) is necessary.- Resolve an IP address to a hardware address if not found,initiate query and return NULL. If an address is returned, the interface driver may send the packet if NULL is returned,res_arp() will have saved the packet on its pending queue,so no further action (like freeing the packet) is necessary.
Platform: | Size: 656384 | Author: 仇芳 | Hits:

[JSP/Javasun-jms

Description: jms资料 Message Queue 3 技术概述-Message Queue 3 information jms Technical Overview
Platform: | Size: 1476608 | Author: 石志军 | Hits:
« 1 2 ... 5 6 7 8 9 1011 12 13 14 15 ... 50 »

CodeBus www.codebus.net