首页 > 其他 > 详细

queue hardware os

时间:2016-08-30 01:42:50      阅读:168      评论:0      收藏:0      [点我收藏+]

Computer Science An Overview 11th Edition

Queues are often used as the underlying structure of a buffer, which as intro-duced in Chapter 1, is a storage area for the temporary placement of data being transferred from one location to another. As the items of data arrive at the buffer,they  are  placed  at  the  tail  of  the  queue.  Then,  when  it  comes  time  to  forward items  to  their  final  destination,  they  are  forwarded  in  the  order  in  which  they appear at the head of the queue. Thus, items are forwarded in the same order inwhich they arrived.

发问:

0-php原函数 来实现 队列,  是 php原函数 去操纵缓冲区 来实现队列吗??? 问题1-电话客服系统,这一个个待接听的号码,是如何进入缓冲区的?是脚本先接收再放入缓冲区再操作,3步吗? 问题2-缓冲区和硬件有关,和os有关,那么一套php代码又是怎么实现兼容不同的硬件和os的??谢谢。

queue hardware os

原文:http://www.cnblogs.com/yuanjiangw/p/5820319.html

(0)
(0)
   
举报
评论 一句话评论(0
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!