代码搜索:queue
找到约 10,000 项符合「queue」的源代码
代码结果 10,000
www.eeworm.com/read/153251/5651882
java queueworker.java
/**
* Redistribution and use of this software and associated documentation
* ("Software"), with or without modification, are permitted provided
* that the following conditions are met:
*
* 1
www.eeworm.com/read/153251/5651885
java fifoqueue.java
/**
* Redistribution and use of this software and associated documentation
* ("Software"), with or without modification, are permitted provided
* that the following conditions are met:
*
* 1
www.eeworm.com/read/473450/6842772
java singlequeue.java
class SingleQueue
{
int size;
SingleColorSet[] queue;
int head;
int rear;
SingleQueue()
{
size = 15;
queue = new SingleColorSet[size];
head = 0;
rear = 0;
}
/**
* put a
www.eeworm.com/read/473191/6858039
txt 找零钱、点移位 数的层次遍列法.txt
#include
#include
#include
using namespace std;
//找零钱问题 点移位问题 树的层次遍列法
/*
输入:
15 0
输出:
3
解释:
初始状态为15,结束状态为0
15=5+5+5 3个硬币
15=11+1+1+1 4个硬币
*/
int
www.eeworm.com/read/473191/6858040
txt pku 3408 多米若 bfs.txt
#include
#include
#include
#include
#include
#include
#include
using namespace std;
//PKU 3408 多米若 BFS
#define NMAX
www.eeworm.com/read/295051/8188603
c ddi_uartapp_unit_test.c
////////////////////////////////////////////////////////////////////////////////
//
// Copyright(C) 2005 SigmaTel, Inc.
//
//! \file ddi_uartapp_unit_test.c
//! \brief Automated unit test program for