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

Search list

[CSharpFibonacciHeap

Description: FibonacciHeap是一种优先队列,就平均而言有很好的性能,所以在一些图论算法中可以用来作改进算法的数据结构,尤其是那些稀疏图,总之是很好的工具。下面以设计者的角度简单描述我设计它的过程和思路。-FibonacciHeap is a priority queue, on average, have a good performance, so in a number of graph theory algorithms can be used to improve the algorithm for data structure, especially those sparse map, as long as it is a very good tool. Below a brief description of the designer s point of view I have devised the process and thinking it.
Platform: | Size: 4096 | Author: 哈哈哈 | Hits:

[File Format1

Description: 银行队列模拟 1). 随机产生顾客的到达时间和服务时间存盘。 2). 利用存盘数据实现队列的插入和删除。 2). 当有顾客离开时,根据队列长度调整队尾。 3). 考虑顾客中途离队的情况。 4). 考虑顾客具有优先级的情况。 -Bank Queue Simulation 1). Randomly generated customer s arrival time and services to save time. 2). The use of save data on the achievement of the insert and delete queue. 2). When customers leave, according to the end of the queue length adjustment team. 3). To consider the customer to leave half-way situation. 4). To consider the customer has a priority situation.
Platform: | Size: 2048 | Author: zhouhaoran | Hits:

[OS Developduoji

Description: 用C实现多级反馈调度算法。在队列中使用FCFS,队列间使用时间片法-Using C to achieve multi-level feedback scheduling algorithm. In the queue using the FCFS, the use of queue time slice method
Platform: | Size: 1024 | Author: lr | Hits:

[MPIqueue

Description: M/M/1 模型,主要用来求解单对单服务台的模型,过程比较简介,适合任何分布-M/M/1 model, mainly used to solve the one-on-one help desk model, the process is relatively brief, suitable for any distribution
Platform: | Size: 3072 | Author: | Hits:

[VxWorksvxworks

Description: 定时中断程序,源码的注释十分详细,具体功能如下: 1.Frame 实现能有效降低VxWorks 内存管理内部/外部碎片的机制。 2. Frame 实现为系统提供软定时器功能的机制,定时器timeout 信息以message 或其他快捷有效方式通知定时器申请者(Task)。 3. 参考实验一要求,系统中每个Task 拥有自己的Message Queue,以此方式作为系统的消息驱动基础。 4. 系统中各Task 应使用同一类型框架,即统一的Task 框架。 5. 系统内实体(Task/ISR)间传递的消息应有统一格式(消息头+消息体),可分短消息和长消息,但消息头须至少包含消息ID。系统内所有消息均有其唯一ID 标识。
Platform: | Size: 4096 | Author: 李刚 | Hits:

[VxWorkstask

Description: 练习并掌握多任务实时操作系统下Task 调度、Task 间主要通信手段(信号量、消息队列等)、RISC 处理器 I/O 端口控制等内容,并形成嵌入式实时应用软件的良好编程习惯。创建多Task,为每个Task 创建私有的Message Queue,每个Task 只通过自己的私有Message Queue 接收消息;Task 间消息通信通过向对方私有MessageQueue 发送消息完成。 Task1:管理Task。负责系统启动时同步系统中其他Task 的启动同步,利用信号量的semFlush()完成。同时接收各Task 的告警信息,告警信息需编号以logmsg 方式输出。本task 负责系统结束时的Task 删除处理。 Task2:console 命令行接收Task。接收并分析console 发来的命令行及参数。自行设置5 种以上命令,并根据命令的内容向Task3 或/及Task4 发送激励消息。同时实现系统退出命令,使系统采用适当方式安全退出。收到非法命令向Task1告警。 Task3:Led 控制Task。接收Led 控制消息(命令),自定义Led 显示方式表现命令执行情况。本task 应负责led 相关I/O port 初始化。收到非法led 控制命令向Task1 告警。 Task4:console 输出Task。接收需打印输出的字串消息(命令),输出到console。收到长度为0 或超常字串向Task1 告警。-err
Platform: | Size: 2048 | Author: 王昊 | Hits:

[OS programRR

Description: Round-robin scheduling algorithm is one of the simplest scheduling algorithms. It is designed especially for time-sharing systems. The ready queue is treated as a circular queue. The algorithm assigns a time slice(also called time quantum) to each process in the ready queue in order, handling all processes without priority. A maximum of one time slice is allocated at once. If the remaining request is less than a time slice, only the remaining request time is allocated. Round-robin scheduling is both simple and easy to implement. It is also starvation-free.
Platform: | Size: 148480 | Author: 邓思兵 | Hits:

[Special EffectsVehicleQueueDetection

Description: 基于图像的车流排队长度检测算法,车辆存在和运动分析。意大利,2003 an efficient Vehicle Queue Detection based on image process.include vehicle presence analysis and move analysis Italy 2003-Image-based traffic queue length detection algorithm, vehicle presence and movement analysis. Italy, 2003 an efficient Vehicle Queue Detection based on image process.include vehicle presence analysis and move analysis Italy 2003
Platform: | Size: 168960 | Author: 李鑫 | Hits:

[Windows Developmm1

Description: 对MM1排队系统的仿真,采用事件调度法,计算队列的平均队长与平均等待时间-MM1 queuing system for the simulation event scheduling method used to calculate the average queue captain and the average waiting time
Platform: | Size: 51200 | Author: | Hits:

[SCMQueue_For_C51

Description: 在c51上实现的队列,包括InitQueue,EnQueue,DelQueue,查询队列等等,用于在键盘输入显示上,队列很有效!-In the C51 to achieve the queue, including InitQueue, EnQueue, DelQueue, query queues, etc., for display in the keyboard input, the queue is very effective!
Platform: | Size: 1024 | Author: eacho | Hits:

[Windows Developmm1queue

Description: 单服务排队系统的马尔可夫过程源码并附详细解释!可得平均队列长度、平均等待时间、队列长度的变化情况、以及每次变化的详细时间,并附详细图表-Single-service queuing system with the source of the Markov process explained in detail! Available to the average queue length, average wait time, queue length changes, and changes in detail each time, with detailed charts
Platform: | Size: 1024 | Author: 金火星 | Hits:

[matlabmyMM1

Description: 刚写的Matlab下的M/M/1排队的仿真代码,加了完整的注释-Just write the M/M/1 queue under Matlab simulation code, plus a complete Notes
Platform: | Size: 1024 | Author: 阿哲 | Hits:

[Linux-UnixAss3

Description: using queue to solve traffic matter by C++ in linux environment
Platform: | Size: 8192 | Author: alex | Hits:

[Process-ThreadProcSchedule

Description: 多级反馈队列调度的模拟实现,通过调度过程,模拟进程调度。-Multilevel Feedback Queue Scheduling Simulation realize, through the activation process, simulating the process of scheduling.
Platform: | Size: 568320 | Author: 钟远辉 | Hits:

[Algorithmqueue

Description: 排队论 排队问题 关于排队的详细介绍 排队的具体问题具体分析-On the issue of queuing queuing queuing detailed introduction on the queuing concrete analysis of concrete problems
Platform: | Size: 1350656 | Author: ajax | Hits:

[matlabfinite_queue

Description: 基于matlab的m/m/n排队仿真源码-Matlab based on the m/m/n queue simulation source
Platform: | Size: 2048 | Author: 李环 | Hits:

[Internet-NetworkMCQueue

Description: Markov queue algorithm
Platform: | Size: 669696 | Author: mike | Hits:

[Documentsqueue

Description: queue这是一个如何制作一个queue的程式,一般常用的方法-This is a queue how to create a queue of programs, commonly used methods
Platform: | Size: 5120 | Author: 陳悟 | Hits:

[OpenGL program3

Description: 假设以数组sequ[MaxSise]存放环形队列的元素,同时rear和len分别指示环形队列中队尾元素的位置和内含元素的个数-Assuming an array sequ [MaxSise] storage ring queue element, and len, respectively, at the same time rear ring instructions squadron tail queue element containing the location and the number of elements
Platform: | Size: 4096 | Author: alan | Hits:

[Data structscheku

Description: 数据结构 停车场管理 栈和队列的应用 双栈 停车场 便道问题-Car park management data structure of the application stack and queue issues dual stack parking lot pavement
Platform: | Size: 931840 | Author: 马飞 | Hits:
« 1 2 3 4 5 6 78 9 10 11 12 ... 50 »

CodeBus www.codebus.net