代码搜索:queue
找到约 10,000 项符合「queue」的源代码
代码结果 10,000
www.eeworm.com/read/426852/8994960
c queue.c
/****************************************Copyright (c)**************************************************
** 广州周立功单片机发展有限公司
** 研 究
www.eeworm.com/read/426848/8995521
h queue.h
/****************************************Copyright (c)**************************************************
** 广州周立功单片机发展有限公司
** 研 究
www.eeworm.com/read/426848/8995527
c queue.c
/****************************************Copyright (c)**************************************************
** 广州周立功单片机发展有限公司
** 研 究
www.eeworm.com/read/283691/8996233
c queue.c
#include "Message.h"
#include "Queue.h"
void SetQueue(S_Queue* pQueue,S_Mes* mesaddr,int n);
void ClearQueue(S_Queue* pQueue);
/*-------------------------构造函式。建立数组长度为n的空队列-----------------
www.eeworm.com/read/283691/8996239
h queue.h
#ifndef QUEUE_H
#define QUEUE_H
#include "Message.h"
#define true 1
#define false 0
#define NULL 0
typedef struct
{
S_Mes *data;
int max;
int front;
int rear;
www.eeworm.com/read/382516/9023374
c queue.c
/*
* Boa, an http server
* Copyright (C) 1995 Paul Phillips
* Some changes Copyright (C) 1997 Jon Nelson
*
* This program is free software; you can redist
www.eeworm.com/read/283381/9025772
h queue.h
/* queue.h
** Copyright 2000 Daniel Robbins, Gentoo Technologies, Inc.
** Author: Daniel Robbins
** Date: 16 Jun 2000
*/
typedef struct node {
struct node *next;
} node;
typedef struct queue {
n
www.eeworm.com/read/283381/9025778
c queue.c
/* queue.c
** Copyright 2000 Daniel Robbins, Gentoo Technologies, Inc.
** Author: Daniel Robbins
** Date: 16 Jun 2000
**
** This set of queue functions was originally thread-aware. I
** redesigned th
www.eeworm.com/read/283353/9027307
h queue.h
/*
FreeRTOS.org V4.7.1 - Copyright (C) 2003-2008 Richard Barry.
This file is part of the FreeRTOS.org distribution.
FreeRTOS.org is free software; you can redistribute it and/or modify
it
www.eeworm.com/read/283353/9027330
c queue.c
/*
FreeRTOS.org V4.7.1 - Copyright (C) 2003-2008 Richard Barry.
This file is part of the FreeRTOS.org distribution.
FreeRTOS.org is free software; you can redistribute it and/or modify
it