搜索结果
找到约 68 项符合
Queue 的查询结果
按分类筛选
- 全部分类
- 数据结构 (8)
- Linux/Unix编程 (7)
- 其他 (5)
- 微处理器开发 (4)
- 电子书籍 (3)
- STL (3)
- 技术管理 (3)
- Java编程 (3)
- 网络 (3)
- VxWorks (2)
- 文章/文档 (2)
- 编译器/解释器 (2)
- 操作系统开发 (2)
- 系统设计方案 (1)
- 并行计算 (1)
- SQL Server (1)
- 其他嵌入式/单片机内容 (1)
- Oracle数据库 (1)
- 软件设计/软件工程 (1)
- VHDL/FPGA/Verilog (1)
- matlab例程 (1)
- VC书籍 (1)
- 编辑器/阅读器 (1)
- 其他书籍 (1)
- 数学计算 (1)
- 嵌入式/单片机编程 (1)
- JavaScript (1)
- 书籍源码 (1)
- 人工智能/神经网络 (1)
- 接口技术 (1)
- 多媒体处理 (1)
- 源码 (1)
- 技术资料 (1)
- VIP专区 (1)
源码 队列函数queue
参照栈类模板的例子编写一个队列类模板class <T> Queue,私有成员包括:队首指针Front,队尾指针Tail,队列容积max。实现:构造函数Queue,复制构造函数Queue,析构函数~Queue,入队函数In,出队函数Out(每次出队,后面的元素自动前移一位),判队列空函数Empty。并分别用队列类模板定义int和double对象,通过实例调 ...
操作系统开发 基本算法思想 OPT:该算法的基本思想是用二维数组page2[40][2] 的第一列存储装入内存的页面
基本算法思想 OPT:该算法的基本思想是用二维数组page2[40][2] 的第一列存储装入内存的页面,而第二列用作标记位计数器。每当发生缺页时,就从内存中调出一页,首先将内存中的页面一一与要调入内存中的页面之后的页面比较,如果两个页面不相等,则内存中相应的页面的标记位计数器加一,直至到有相等的页面,则该页面的比较 ...
网络 项目描述: Trickster Streaming Server is a pure Perl MP3 streaming server with a simple Web interface t
项目描述:
Trickster Streaming Server is a pure Perl MP3 streaming server with a simple Web interface that allows you to manipulate and browse the queue. The queue management API is done in a fairly simple UNIX manner, and can be easily extended.
Trickster Streaming Server是一个具有简单 Web接口的纯 ...
微处理器开发 The following Philips LPC2k CAN examples in this directory were provided by ESAcademy. LPC2_CANA
The following Philips LPC2k CAN examples in this directory
were provided by ESAcademy.
LPC2_CANAll_V110:
Receives all CAN messages in a receive queue.
LPC2_CANFull_V110:
Uses Full-CAN-like reception filtering.
LPC2_CANBlinky_V130:
Minimal example of MicroCANopen, uses Full-CAN-like
reception fil ...
微处理器开发 The following Philips LPC2k CAN examples in this directory were provided by ESAcademy. LPC2_CANA
The following Philips LPC2k CAN examples in this directory
were provided by ESAcademy.
LPC2_CANAll_V110:
Receives all CAN messages in a receive queue.
LPC2_CANFull_V110:
Uses Full-CAN-like reception filtering.
LPC2_CANBlinky_V130:
Minimal example of MicroCANopen, uses Full-CAN-like
reception fil ...
微处理器开发 The following Philips LPC2k CAN examples in this directory were provided by ESAcademy. LPC2_CANA
The following Philips LPC2k CAN examples in this directory
were provided by ESAcademy.
LPC2_CANAll_V110:
Receives all CAN messages in a receive queue.
LPC2_CANFull_V110:
Uses Full-CAN-like reception filtering.
LPC2_CANBlinky_V130:
Minimal example of MicroCANopen, uses Full-CAN-like
reception fil ...
电子书籍 This book provides information about the concepts and procedures needed by a developer of messaging
This book provides information about the concepts and procedures needed by a
developer of messaging applications in a Sun&#8482 ONE Message Queue (MQ)
environment.
This preface contains the following sections:
&#8226 Audience for This Guide
&#8226 Organization of This Guide
&#8226 Conventions
&#8226 ...
SQL Server SQL Server 2005 Service Broker (SSB) is an asynchronous messaging technology built into SQL Server.
SQL Server 2005 Service Broker (SSB) is an asynchronous messaging technology built into SQL Server. With SSB, you essentially get the power of messaging technologies like Microsoft Message Queue (MSMQ) combined with the relational database capabilities of SQL Server, all controlled with Transact SQL ...
网络 一个简单实用的开源C++消息中间件SAFMQ - [软件开发] - [开源 消息中间件 SAFMQ ] 2006-11-23 在很多网络应用中
一个简单实用的开源C++消息中间件SAFMQ - [软件开发] - [开源 消息中间件 SAFMQ ]
2006-11-23
在很多网络应用中,尤其那些服务器有时不在线的应用中,将客户端的数据变更按照产生顺序同步到服务器的操作是比较复杂的。为了解决这种问题,可以采用消息中间件产品(例如Windows的MSMQ还有IBM的MQ),但是这种产品比较庞大而 ...