代码搜索:queue

找到约 10,000 项符合「queue」的源代码

代码结果 10,000
www.eeworm.com/read/135491/10224045

opt queue.opt

www.eeworm.com/read/135491/10224047

h queue.h

#include "iostream.h" #define null 0 class queue { int length; class node { public: char *data; node *next,*prev; node() { data=new char[]; } }; node *head,*tail
www.eeworm.com/read/135491/10224048

ncb queue.ncb

www.eeworm.com/read/135491/10224055

dsp queue.dsp

# Microsoft Developer Studio Project File - Name="queue" - Package Owner= # Microsoft Developer Studio Generated Build File, Format Version 6.00 # ** DO NOT EDIT ** # TARGTYPE "Win32 (x86) Con
www.eeworm.com/read/135491/10224056

plg queue.plg

Build Log --------------------Configuration: queue - Win32 Debug-------------------- Command Lines Results queue.exe - 0 error(
www.eeworm.com/read/135491/10224058

dsw queue.dsw

Microsoft Developer Studio Workspace File, Format Version 6.00 # 警告: 不能编辑或删除该工作区文件! ############################################################################### Project: "queue"=".\queue.dsp
www.eeworm.com/read/356298/10232245

c queue.c

#include #define Max 100 void SetNull(front, rear) int *front, *rear; { *front = 0; *rear = 0; } int Empty(front,rear) int *front, *rear; { if(*front == *rear) return(1)
www.eeworm.com/read/356276/10232559

c queue.c

#include #define Max 100 void SetNull(front, rear) int *front, *rear; { *front = 0; *rear = 0; } int Empty(front,rear) int *front, *rear; { if(*front == *rear) return(1)
www.eeworm.com/read/426458/10250430

obj queue.obj

www.eeworm.com/read/426458/10250436

h queue.h

// Queue.h: interface for the CQueue class. // ////////////////////////////////////////////////////////////////////// //======================================================================== //