代码搜索:queue
找到约 10,000 项符合「queue」的源代码
代码结果 10,000
www.eeworm.com/read/329609/12945312
change_log
Kernel_AODV Change Log
Changes for:
V 2.2.2
=====================
- Corrected LINK_LIMIT #ifdefs (Fix from Peter Barron)
- aodv_neigh.c
- hello.c
- module.c
- Add Packet Queuing back in
www.eeworm.com/read/243354/12947361
h msgq.h
/******************************************************************************
Copyright (c) 2006 by RockOS.
All rights reserved.
This software is supported by the Rock Software Workroo
www.eeworm.com/read/243327/12948852
h session.h
#include "core.h"
#ifndef _SESSION_H
#define _SESSION_H
#ifdef __cplusplus
extern "C" {
#endif
/* Initialize SESSION struct */
SESSION *session_init();
/* initialize session */
int sess_set(SESSION
www.eeworm.com/read/243219/12954594
h search.h
//深度优先遍历 简单的二维存储结构 只考虑连通图
void DFS(int weight[][MaxVertex], int visited[], int i, int n)
{
int j;
printf("%d ", i); //访问 i 点
visited[i]=1;
for(j=0;j0 && weig
www.eeworm.com/read/243219/12954615
h seqcqueue.h
//顺序循环队列
typedef struct
{
DataType queue[MaxQueueSize];
int rear;
int front;
int count;
}SeqCQueue;
void QueueInitiate( SeqCQueue *Q)
{
Q->rear=0;
Q->front=0;
Q->count=0;
}
in
www.eeworm.com/read/243219/12954654
h seqcqueue.h
//顺序循环队列
typedef struct
{
DataType queue[MaxQueueSize];
int rear;
int front;
int count;
}SeqCQueue;
void QueueInitiate( SeqCQueue *Q)
{
Q->rear=0;
Q->front=0;
Q->count=0;
}
in
www.eeworm.com/read/243219/12954699
h seqcqueue.h
//顺序循环队列
typedef struct
{
DataType queue[MaxQueueSize];
int rear;
int front;
int count;
}SeqCQueue;
void QueueInitiate( SeqCQueue *Q)
{
Q->rear=0;
Q->front=0;
Q->count=0;
}
in
www.eeworm.com/read/329324/12961485
c 30.c
#include "stdio.h"
#define STACKSIZE 2
struct Car
{
char Label;
float InTime;
};
struct StackCar
{
struct Car *Top;
struct Car *BottomStack;
int Size;
};
int StackInitial(str
www.eeworm.com/read/243114/12961534
c qus.c
/*************************************************************************/
/* */
/* Copyright (c) 1993-1996 Accelerated
www.eeworm.com/read/242653/12995029
src mp3.src
[Files]
main.c
..\queue\queue.c
..\SPI\spi.c
..\TWI\TWI.c
..\STA013\STA013.c
..\STA013\STA013.h
..\sdmmc\sdmmc.c
..\sdmmc\sdmmc.h
..\FAT\fat.c
..\FAT\fat.h
[Headers]
CONFIG.H
..\queue\que