代码搜索:queue
找到约 10,000 项符合「queue」的源代码
代码结果 10,000
www.eeworm.com/read/106996/15615119
c packet.c
/*
This file is part of AirSnort.
AirSnort is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Softwa
www.eeworm.com/read/105787/15659166
c bsm.c
#include"iostream.h"
struct node{
int nodesun[4][4];
int pre;
int flag;
int value;
int x,y;
}queue[1000];
int zx[4]={-1,0,1,0};
int zy[4]={0,-1,0,1};
int top;
int desti[4][4]
www.eeworm.com/read/105179/15676061
h msg.h
#ifndef _LINUX_MSG_H
#define _LINUX_MSG_H
#include
/* msgrcv options */
#define MSG_NOERROR 010000 /* no error if message is too big */
#define MSG_EXCEPT 020000 /* recv any
www.eeworm.com/read/103618/15727759
m goout.m
function [n,v,q]=goout(p)
% @QUEUE\GOOUT removes the first(the front) element from a queue.
% 调用格式
% goout(p) 从队列 p 中的第一个元素离队.
% v=goout(p) v 是从 p 队列中移出的那第一个元素的"值"
% [n,v]=goout(p) n,v
www.eeworm.com/read/102180/15791841
cpp tsktask.cpp
/*
CPPTask - A Multitasking Kernel For C++
Version 1.0 08-12-91
Ported by Rich Smith from:
Public Domain Software written by
Thomas Wagner
Patschkauer Weg 31