搜索资源列表
QueueTest
- VC++ 封装了队列类 /// /// /// ///// //this a example for using Queue ///////////////////////////////////////// #include \"Queue.h\" //define queue data struct struct QueueData { char data[20] int nId } //define queue typedef
QueueTest
- VC++ 封装了队列类 /// /// /// ///// //this a example for using Queue ///////////////////////////////////////// #include "Queue.h" //define queue data struct struct QueueData { char data[20] int nId } //define queue typedef T
TQueue
- stl queue模板的应用实例,欢迎下载,初次上传请多照顾。-STL queue temp using ,welcome to download.
Tqueue_Test
- delphi2007 Tqueue 入列 出列 获取下一个出列内容 -delphi Tqueue