代码搜索:queue
找到约 10,000 项符合「queue」的源代码
代码结果 10,000
www.eeworm.com/read/253533/12216415
txt 4.2.txt
Listing 4.2 Using Enqueue and Dequeue Instead of Push and Pop
static void TestQueue( string[] names )
{
Queue nameQueue = new Queue();
foreach( string name in names )
{
nameQueue.Enqueue( name )
www.eeworm.com/read/253260/12235007
cpp nested.cpp
// nested.cpp -- using a queue that has a nested class
#include
#include
#include "queuetp.h"
int main()
{
using std::string;
using std::cin;
using std::cou
www.eeworm.com/read/253260/12235697
cpp nested.cpp
// nested.cpp -- using a queue that has a nested class
#include
#include
#include "queuetp.h"
int main()
{
using std::string;
using std::cin;
using std::cou
www.eeworm.com/read/151063/12237307
makefile
CC = g++
OBJS = queue.o event.o stats.o node2.o graphics.o windows.o sim.o
CCFLAGS = -g -D_strings_h
XFLAGS = -lXm -lXt -lX11
#Edit the following lines to include the path to the X11 and Motif h
www.eeworm.com/read/151063/12237446
c traf.c
/*****************************************************************************
*** Author: Hussein F. Salama ***
*** Date: Septembe
www.eeworm.com/read/150924/12245016
pm event.pm
package Net::OICQ::Event;
# $Id: Event.pm,v 1.6 2003/10/17 20:01:52 tans Exp $
# Copyright (c) 2003 Shufeng Tan. All rights reserved.
#
# This package is free software and is provided "as is" with
www.eeworm.com/read/339239/12247641
m comein.m
function q=comein(p,varargin)
% @QUEUE\COMEIN a variable comes to the end of a queue.
% 调用格式
% comein(p,a,b,...) 使输入宗量a,b等排在p之后形成新队列,
% 其名沿用p位置上的输入队列名.
% q=comein(p,a,b,...) 使输入宗量a,
www.eeworm.com/read/339239/12247979
m stack.m
function ST=stack(v)
% 调用格式
% ST=stack 创建一个"空"堆栈对象.
% ST=stack(v) 创建包含变量v的堆栈对象。
if nargin>1;error('Too many arguments.');end;
if nargin==0 % 没有输入宗量情况
Q=queue;
s.value=[];
www.eeworm.com/read/338234/12317481
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/337967/12331830
java server.java
/*
* To change this template, choose Tools | Templates
* and open the template in the editor.
*/
import javax.microedition.lcdui.*;
import java.io.*;
import java.io.DataInputStream;
import java.io.