搜索结果
找到约 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)
matlab例程 Hospital queue is a regular met are very familiar with the phenomenon. It every day one way or anoth
Hospital queue is a regular met are very familiar with the phenomenon. It every day one way or another in the form in front of us. For example, patients to hospitals, pharmacies dispensing to patients, patients with transfusion to the infusion room, often need wait To some kind of service.
Linux/Unix编程 using queue to solve traffic matter by C++ in linux environment
using queue to solve traffic matter by C++ in linux environment
文章/文档 queue这是一个如何制作一个queue的程式
queue这是一个如何制作一个queue的程式,一般常用的方法
STL STL 队列使用教程。主要介绍基于STL的Queue的使用方法。
STL 队列使用教程。主要介绍基于STL的Queue的使用方法。
Java编程 public void playerUpdate(final Player p, final String event, final Object eventData) { // queue a
public void playerUpdate(final Player p, final String event, final Object eventData) {
// queue a call to updateEvent in the user interface event queue
Display display = Display.getDisplay(midlet)
display.callSerially(new Runnable() {
public void run() {
DRMPlayer.this.updateEvent(p, e ...
Linux/Unix编程 LINUX 线程池源代码:Lock.cpp : 锁的操作 , 读锁可以并发 , 写锁独占. Queue.h : 队列的封装 , 队列的读和写都加了锁的保护. Socket.c
LINUX 线程池源代码:Lock.cpp : 锁的操作 , 读锁可以并发 , 写锁独占.
Queue.h : 队列的封装 , 队列的读和写都加了锁的保护.
Socket.cpp : 套接口的简单封装.
Thread.cpp : 线程的封装实现了些简单的线程停止,运行等功能 , 启动别的线程的时候需要继承次类.
Worker.cpp : 用户接口类 , 用户需继承此类。
...
编译器/解释器 A simple M/M/1 queue simulation using SMPL
A simple M/M/1 queue simulation using SMPL
编辑器/阅读器 this how we make stack and queue in java.
this how we make stack and queue in java.
数学计算 queue algorithm in pascal
queue algorithm in pascal
其他 a queue class ,inclunde all of the basic function
a queue class ,inclunde all of the basic function