代码搜索:queue
找到约 10,000 项符合「queue」的源代码
代码结果 10,000
www.eeworm.com/read/452050/7451365
cc 2359333_mle.cc
#include
#include
int n, m;
int din[5001], dout[5001];
int map[5001][5001], Map[5001][5001];
struct node
{
int ans;
int x, y;
}Edge[50001];
int out[5001];
int in[50
www.eeworm.com/read/452050/7451499
java 3128614_tle.java
import java.util.*;
public class Main
{
class node
{
int pos;
int num1, num2;
String exp;
}
public static void main(String [] args)
{
new Main().solve();
}
private
www.eeworm.com/read/450804/7476584
c callout.c
/*
** igmpproxy - IGMP proxy based multicast router
** Copyright (C) 2005 Johnny Egeland
**
** This program is free software; you can redistribute it and/or modify
** it under th
www.eeworm.com/read/449151/7517679
c colordescriptor.c
#include "ds.h"
#include
#include
// Y Cb Cr
double ColorQuant[NUM_BINS][3] = { {16,145.338745,130.35675}, {16,232.913361,110.241875}, {16,159.62886,113.335052}, {16,116.436
www.eeworm.com/read/447334/7554308
cc synch-sleep.cc
#include "copyright.h"
#include "system.h"
#include "synch-sleep.h"
Lock::Lock(char* debugname) //initialize lock be FREE
{
name = debugname;
queue = new List;
HoldThread = ne
www.eeworm.com/read/446971/7561926
cpp main7.cpp
// Section 16.7
// $ CC main7.cpp
/*
< 0 3 6 9 >
< 2 4 6 8 10 >
*/
#include "Queue.h"
#include "Queue.cpp"
using std::cout;
#include
using std::vector;
int main()
{
www.eeworm.com/read/443686/7628525
cpp bankteller.cpp
//: C04:BankTeller.cpp
// From Thinking in C++, 2nd Edition
// Available at http://www.BruceEckel.com
// (c) Bruce Eckel 2000
// Copyright notice in Copyright.txt
// Using a queue and simulated m
www.eeworm.com/read/442142/7658457
makefile
CC=gcc
INCLUDE=-I/usr/local/mysql/include -I/usr/local/include
LIBS=-L/usr/local/mysql/lib -L/usr/local/lib -lmysqlclient -lz -lnetsnmp -lcrypto
itworksmonitor:server.o devicelog.o logging.o thread.o