CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 Windows编程 搜索资源 - 队列 类

搜索资源列表

  1. 进程管理与调度的模拟

    0下载:
  2. 在进程管理与调度模拟系统中,共涉及到两个类和一个结构体:PCB结构体、链队列类和OS类。操作系统启动后,在系统内将存在PCB池,用来存放进程的PCB结构,PCB池的大小决定了系统中能同时存在的进程数量。在本系统中,假定系统能同时存在的进程数为20个,用一个PCB的数组来表示。PCB池中的PCB会有四种状态:运行状态、就绪状态、阻塞状态和空闲状态,所以,在操作系统中将会有四种队列:运行队列、就绪对列、阻塞队列和空闲队列。进程的创建随着操作系统的调度,将会在这四种队列中变迁。-in process
  3. 所属分类:进程与线程

    • 发布日期:2008-10-13
    • 文件大小:10.32kb
    • 提供者:张涛
  1. 利用一个链表类实现一个队列类和栈类

    0下载:
  2. 利用一个链表类实现一个队列类和栈类-use a objectlist achieve a queue category and type Stack
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:3.9kb
    • 提供者:潘了了
  1. QueueTest

    0下载:
  2. VC++ 封装了队列类 /// /// /// ///// //this a example for using Queue ///////////////////////////////////////// #include \"Queue.h\" //define queue data struct struct QueueData { char data[20] int nId } //define queue typedef TQueue<QueueData> TMyQu
  3. 所属分类:通讯编程

    • 发布日期:2008-10-13
    • 文件大小:33.71kb
    • 提供者:zj
  1. 一个对Winsock 完成端口模型封装的类

    2下载:
  2. 使用的时候,只需要从这个类派生一个子类,并改写HandleData和DataAction这两个虚函数,对于那些需要连续发送相关联的数据应用(比如传送文件),使用者需要自己扩展这两个函数,比如创建一个全局队列,每次从完成端口里得到数据后插入队列,然后用另外一个线程专门处理这个队列。。。  
  3. 所属分类:网络编程

    • 发布日期:2008-10-18
    • 文件大小:209.53kb
    • 提供者:testsb
  1. vc(QUEUE).rar

    0下载:
  2. 封装完善的C++队列类,可用在串口通讯、网络通讯上等等,Complete package C++ queue class, can be used in serial communications, network communications, etc.
  3. 所属分类:Other windows programs

    • 发布日期:2017-03-29
    • 文件大小:938byte
    • 提供者:heyong
  1. MessageThread

    0下载:
  2. 实现了带有消息队列的线程类,模拟了Windows窗口的消息处理过程,适用于不能通过窗口来进行消息转发的情况-Achieved with the message queue of the thread class, to simulate the Windows window message handling process, applied to the window can not be transmitted to the situation in the news
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-01
    • 文件大小:1.76kb
    • 提供者:ffmpeg
  1. ga2383

    0下载:
  2. 队列类的模板可以直接拿来用的,一点问题也没的哦~~~~~~~~~~~~~~~~~~~~~~~~~~~~~· -Queue class template can be directly used to use, and that the issue of Oh no ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~·
  3. 所属分类:Windows Develop

    • 发布日期:2017-03-29
    • 文件大小:2.58kb
    • 提供者:hujj
  1. Main

    0下载:
  2. (1) 设计一个基类LinkList,分别派生出队列类和栈类。队列类可以进行元素入队列和出队列操作以及取队列长度操作,栈类可以进行入栈和出栈操作,还可以查看栈顶元素的值。-(1) to design a base class LinkList, were derived from Queue and Stack Class categories. Queue element type can be queued into the queue and a queue length of opera
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-04
    • 文件大小:1.7kb
    • 提供者:Nancy
  1. wubanpeidui

    1下载:
  2. 舞会上男女各排成一队进入舞厅,跳舞时依次从男士队伍和女士队伍的队头各出一个人相互结成舞伴。如果两队的人数不等,则队伍较长中未配对的人员将等待下一轮的舞曲。 要求用程序完成该配对过程的模拟,从键盘输入所有人员的名单,输入格式为“姓名 性别”,并且男女无序,输出所有配对的男女舞伴,如果某队伍中还有人员未配对完,则另外输出所有尚未配对人员名单。 选作内容: 1. 实现下一轮次的继续配对,此时,所有尚未配对的人员应优先予以配对; 2. 将姓名与性别数据存放在文本文件中,直接从文本中读入数
  3. 所属分类:Windows Develop

    • 发布日期:2015-09-21
    • 文件大小:1.38kb
    • 提供者:思缘
  1. TestKfifo

    0下载:
  2. Kfifo源于Linux下的C源码,经封装成C++的CKfifo类 源文件:Kfifo.h 和 Kfifo.cpp 功能:具有互斥功能的BUF队列类。 编译环境: Visual Studio2008-Kfifo from the C source code under Linux, after packaging into a C++, CKfifo class source file: Kfifo.h and Kfifo.cpp functions: BUF
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-01
    • 文件大小:78.26kb
    • 提供者:TYH
  1. Queue

    1下载:
  2. 微软消息队列消息的实时监控读取封装的类 通过事件机制来实现-Microsoft Message Queuing messages real-time monitoring package, the class to read through the event mechanism to achieve
  3. 所属分类:Process-Thread

    • 发布日期:2015-05-31
    • 文件大小:30.54kb
    • 提供者:李冬冬
  1. QueueDemo_20100202

    0下载:
  2. 使用VC2008写的一个很实用的队列类和完整的测试例子程序,通过两个线程来操作该队列,一个线程负责入队操作,另一个线程负责出队操作-Use VC2008 to write a very useful test queue class and complete examples of procedures to operate the two threads through the queue, one thread is responsible for operations into the t
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-17
    • 文件大小:130.81kb
    • 提供者:周峰
  1. Queue

    0下载:
  2. 新建一个队列类,实现队列的入队,出队,并且队列的初始化为空-Create a queue class that implements the queue into the team, a team, and the initialization of the queue is empty
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-03
    • 文件大小:281.8kb
    • 提供者:hm
  1. 6.5

    0下载:
  2. 实现贝努里队列类 归并函数在明确森林规模和root指针是否存在的情况下,利用carry指针对其进行归并操作-Realize the Indian embassy of queue
  3. 所属分类:Other windows programs

    • 发布日期:2017-03-29
    • 文件大小:96.31kb
    • 提供者:
  1. queue

    0下载:
  2. 这一个我自己写的队列类,以缓冲区为接口,适用于大数据量进出队列操作,缺点是其内部自分配一连续内存空间,而不是以链表模式编写,队列最大长度无法改变。-The queue class, I wrote it myself in order to buffer the interface, out of the queue operations for the large amount of data, the disadvantage is that since its internal alloc
  3. 所属分类:Other windows programs

    • 发布日期:2017-03-31
    • 文件大小:1.37kb
    • 提供者:古进波
  1. group-class

    0下载:
  2. 了解链表类的定义与实现,学习其使用方法; 了解栈类的定义与实现,学习其使用方法; 了解队列类的定义与实现,学习其使用方法;了解C++标准模版库STL的使用方法。 -Understand the definition and implementation of linked list class, to learn their use understand the definition and implementation of the stack class, learning t
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-01
    • 文件大小:33.99kb
    • 提供者:杨新
  1. 3

    0下载:
  2. 描述: 设计单链表类,并基于单链表类实现栈类和队列类: (1)设计学生信息类StudentRecord,要求包含公有数据成员:string stuName和int stuNo,设计用于输出学生信息的公有成员函数:void print,输出格式为:Name: stuName, Number: stuNo。 (2)设计学生链表的结点类StudentNode,要求包含公有数据成员:StudentRecord data和StudentNode *next。 (3)设计学生链
  3. 所属分类:Windows Develop

    • 发布日期:2017-11-11
    • 文件大小:1.01kb
    • 提供者:zhang
  1. CPPexam10

    1下载:
  2. 1. 使用 C++标准模板库(STL)中的双向队列类(deque)重新实现实验九中实验任务2。 2. 声明一个整型数组,使用 C++标准模板库(STL)中的查找算法 find()进行数据的查找,然后应用排序算法Sort(),并配合使用标准函数对象Greater<T>对数据进行升序和降序排序。 -1 Use C++ Standard Template Library (STL) in the two-way queue class (deque) reimplement exp
  3. 所属分类:Other windows programs

    • 发布日期:2017-05-02
    • 文件大小:877.97kb
    • 提供者:wolf
  1. ATM

    0下载:
  2. 自己实现的一个队列类,并用该类对银行ATM业务的排队问题进行仿真-A queue class implemented by myself, and is used to simulate the queuing problem of the ATM business
  3. 所属分类:Other systems

    • 发布日期:2017-05-11
    • 文件大小:2.28mb
    • 提供者:李春放
  1. zsing-encapsuldoes

    0下载:
  2. VC++ 封装了队列类 this a example for using Queue #include,-Vc++ class encapsulates the Queue this a example for using Queue# include,
  3. 所属分类:File Operate

    • 发布日期:2017-12-15
    • 文件大小:28kb
    • 提供者:rmviy
« 12 3 4 »
搜珍网 www.dssz.com