CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - QUEUE

搜索资源列表

  1. 02_uCOS-II_msgqueue

    0下载:
  2. ucos下的消息队列使用实例源码,配合ucos标准教程一书-ucos message queue using the following source code examples, with the standard tutorial book ucos
  3. 所属分类:uCOS

    • 发布日期:2017-04-06
    • 文件大小:126022
    • 提供者:petterzhao
  1. BankCallingSystem

    0下载:
  2. 模拟银行叫号系统。使用基本队列操作。假设某银行有5 个服务窗口,一个统一的叫号系统。在服务时段内,每个时间单位有随机数目的顾客到来,每个新来的顾客得到一个顺序号,排入等待服务队列,等待叫号。 每个服务窗口的职员处理完一个顾客的业务后,顾客即刻离开,职员呼叫下一个顾客,窗口显示下一个顾客的服务号。被叫号的顾客随即得到服务。假定每个顾客需要的服务时间也是随机的。试设计程序模拟上述场景。-Simulated bank calling system. Use basic queue operations
  3. 所属分类:Data structs

    • 发布日期:2017-04-03
    • 文件大小:83089
    • 提供者:Yuan
  1. LPC1768_UART0

    2下载:
  2. LPC1768串口(UART0)收发任意数据(带数据队列)-LPC1768 serial port (UART0) receive any data (with data queue)
  3. 所属分类:微处理器(ARM/PowerPC等)

    • 发布日期:2012-10-28
    • 文件大小:198853
    • 提供者:springsilver
  1. Joseph

    0下载:
  2. 约瑟夫问题,用循环队列解决,从指定的第m个元素到第n个元素依次读出队列中的元素-Joseph problems, and use circular queue resolved, the first m from the specified element to the first n elements in turn to read out the elements of the queue
  3. 所属分类:Data structs

    • 发布日期:2017-03-28
    • 文件大小:1507
    • 提供者:王远
  1. linux_IPC

    0下载:
  2. linux 的进程通信的3种方式 共享内存 消息队列 管道方式实现的实例。有注释!-linux process of three kinds of ways to communicate a shared memory message queue pipeline approach to achieve a simple example.
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-03-29
    • 文件大小:1579
    • 提供者:小林
  1. FIRST1

    0下载:
  2. 编写并调试一个模拟的进程调度程序,采用“最高优先数优先”调度算法对五个进程进行调度。   “最高优先数优先”调度算法的基本思想是把CPU分配给就绪队列中优先数最高的进程。静态优先数是在创建进程时确定的,并在整个进程运行期间不再改变。   动态优先数是指进程的优先数在创建进程时可以给定一个初始值,并且可以按一定原则修改优先数。例如:在进程获得一次CPU后就将其优先数减少1,或者,进程等待的时间超过某一时限时增加其优先数的值,等等。 -Write and debug a simulati
  3. 所属分类:Windows Develop

    • 发布日期:2017-03-28
    • 文件大小:1286
    • 提供者:sylvia
  1. List 定义顺序队列类型

    2下载:
  2. 定义顺序队列类型,实现队列的所有基本操作。 定义链队列类型,实现队列的所有基本操作。 -Definition of the order queue type, all the basic operations of the queue. Defined chain of the queue type, all the basic operations of the queue.
  3. 所属分类:数据结构常用算法

    • 发布日期:2012-10-21
    • 文件大小:1988
    • 提供者:陈小默
  1. queue

    0下载:
  2. 本程序实现了队列的基本操作,已在VC环境下调试,可以运行-quene
  3. 所属分类:Other windows programs

    • 发布日期:2017-03-31
    • 文件大小:1065
    • 提供者:jxt
  1. BOX

    6下载:
  2. 最少背包问题:假设有许多盒子,每个盒子能保存的总重量为1.0。有N个项i1,i2,…,iN,它们的重量分别是w1,w2,…,wN。目的是用尽可能少的盒子放入所有的项,任何盒子的重量不能超过他的容量。例如,如果想的重量为0.4, 0.4, 0.6和0.6,用两个盒子就能解决。 按如下策略解决此问题:按给定的次序扫描每一个项,把每一个项放入能够容纳他而不至于溢出的最满的盒子。用优先级队列选择要装入的盒子。-Minimum knapsack problem: Suppose there are m
  3. 所属分类:Data structs

    • 发布日期:2017-04-02
    • 文件大小:1883
    • 提供者:lijinping
  1. wfq

    0下载:
  2. 在,linux下利用NS-2实现的网络里的队列调度算法WFQ,主要是C/C++实现-In, linux using NS-2 under the implementation of the network in the queue scheduling algorithm WFQ, mainly C/C++ implementation
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-03-28
    • 文件大小:7289
    • 提供者:hujia
  1. luciferLanguage

    0下载:
  2. 这是acm里关于魔王语言的一道题,通过栈和队列的知识来解决。-this is balout luciferlanguage . i use the datastructure with stack and queue.
  3. 所属分类:Data structs

    • 发布日期:2017-04-17
    • 文件大小:229790
    • 提供者:
  1. flow_chart

    2下载:
  2. Matlab单队列多服务台仿真总流程图 本系统仿真程序采用事件步长法进行仿真,由以下功能模块组成: 1、仿真时钟; 2、事件表; 3、系统状态变量; 4、初始化子程序; 5、事件子程序; 6、调度子程序; 7、时钟推进子程序; 8、随机数产生子程序; 9、输出函数子程序; 10、统计计数器; 11、主程序。-Matlab simulation of the total single-queue multi-desk syst
  3. 所属分类:matlab例程

    • 发布日期:2012-10-26
    • 文件大小:73329
    • 提供者:xuwentao
  1. StacksToQue

    0下载:
  2. 用两个栈模拟一个队列,实现队列的插入、删除、移动以及显示。-Simulate a queue with two stacks to achieve the queue to insert, delete, move and display.
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-10
    • 文件大小:937
    • 提供者:刚玉
  1. basil00-Divert-53b45c4

    0下载:
  2. WinDivert is a software package that provides user-mode packet capture, redirection, modification, and re-injection for Windows Vista/Windows 7. It provides similar functionality to divert sockets for FreeBSD/MacOS, and NETLINK sockets (with netfilte
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-04-01
    • 文件大小:87803
    • 提供者:j sembung
  1. beinuli 贝努力队列的实现

    2下载:
  2. 贝努力队列的实现,学过数据结构的都知道。-Bernoulli queue implementation.
  3. 所属分类:数据结构常用算法

    • 发布日期:2012-10-30
    • 文件大小:797164
    • 提供者:JINP
  1. heap

    0下载:
  2. 一个用堆实现的优先队列课程设计,包好有一个完整的课程设计文档和源码!-With the realization of a priority queue heap curriculum design, good to have a complete package of curriculum design documents and source code!
  3. 所属分类:Other systems

    • 发布日期:2017-03-30
    • 文件大小:105349
    • 提供者:ringsd
  1. 2.2

    0下载:
  2. 栈和队列的操作与应用,用顺序栈实现算术后缀表达式求值源程序-Stack and queue operations and application stacks used to achieve the order of arithmetic expression evaluation source suffix
  3. 所属分类:Data structs

    • 发布日期:2017-04-01
    • 文件大小:138993
    • 提供者:陈赟
  1. MyHospital

    0下载:
  2. 此医院排队就诊系统设计是用c#基于.NET编程做的,具体功能如下: 1.输入病历号,点“排队”按钮,加入到排队队列中。 2.点“就诊”按钮,队列中最前面的病人就诊。 3.界面有自动显示队列排队情况、队列中总排队人数的对话框。 4.点“不再排队”按钮,不再允许输入病历号排队。 5.点“恢复排队”按钮,系统恢复正常。 6.点“退出”按钮,系统退出。-This hospital queuing treatment system design is to use c#-based
  3. 所属分类:Project Design

    • 发布日期:2017-04-07
    • 文件大小:42586
    • 提供者:艾无止境
  1. maze

    0下载:
  2. 迷宫问题,分别用深度和广度优先遍历解决。其中stack用链表实现,queue用数组实现。描述见pdf文件。-Maze problems, were the depth and breadth of priority traversal solution. Stack with the achievement of which list, queue to use the array to achieve. Descr iption see pdf file.
  3. 所属分类:Data structs

    • 发布日期:2017-03-27
    • 文件大小:214005
    • 提供者:吕婉辰
  1. Stack544014

    0下载:
  2. 用模板实现顺序栈的基本功能:初始化;判断栈空;判断栈满;置空栈;入栈;出栈;要求入栈时,栈非满是可以插入元素,否则抛除异常;出栈时,栈非空返回栈顶元素,否则抛除异常。(陈儒焕组) 5、队列是只允许在一端进行插入操作,而另一端进行删除操作的线性表。如何改造数组实现队列的顺序存储。要求:用模板实现队列的判空;判满;置队空;出队,队列非空时,出队队首元素,否则报错;出队,队列非满时,插入新元素到队尾,否则报错; -The template is the order of the stack t
  3. 所属分类:Data structs

    • 发布日期:2017-03-22
    • 文件大小:38922
    • 提供者:钟书球
« 1 2 ... 42 43 44 45 46 4748 49 50 »
搜珍网 www.dssz.com