代码搜索:queue
找到约 10,000 项符合「queue」的源代码
代码结果 10,000
www.eeworm.com/read/8908/154903
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/9397/167439
h queue.h
/****************************************Copyright (c)**************************************************
** 广州周立功单片机发展有限公司
** 研 究
www.eeworm.com/read/9397/167440
c queue.c
/****************************************Copyright (c)**************************************************
** 广州周立功单片机发展有限公司
** 研 究
www.eeworm.com/read/9397/167513
o queue.o
www.eeworm.com/read/9397/167518
crf queue.crf
www.eeworm.com/read/9397/167523
d queue.d
.\Project_Data\debug_in_ChipFLASH\queue.o: src\queue.c
.\Project_Data\debug_in_ChipFLASH\queue.o: src\config.h
.\Project_Data\debug_in_ChipFLASH\queue.o: src\Includes.h
.\Project_Data\debug_in_Chip
www.eeworm.com/read/11139/198512
h queue.h
/*
* Copyright (c) 2008 Stanford University.
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the fol
www.eeworm.com/read/11139/202148
nc queue.nc
/* $Id: Queue.nc,v 1.5 2008/06/04 03:00:31 regehr Exp $ */
/*
* Copyright (c) 2006 Stanford University.
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or w
www.eeworm.com/read/11313/222213
h queue.h
/****************************************Copyright (c)**************************************************
** 广州周立功单片机发展有限公司
** 研 究
www.eeworm.com/read/11313/222214
c queue.c
/****************************************Copyright (c)**************************************************
** 广州周立功单片机发展有限公司
** 研 究