代码搜索:queue
找到约 10,000 项符合「queue」的源代码
代码结果 10,000
www.eeworm.com/read/254607/7071913
mak chapt04.mak
# ********************** START OF CHAPT04.MAK **********************
#
# This is the make file for the Chapter 4 test program.
# Just remove the leading comments for the CC and LINK lines
# for yo
www.eeworm.com/read/462824/7195090
c topsort.c
/* Program for topological sorting */
#include
#define MAX 20
int n,adj[MAX][MAX];
int front=-1,rear=-1,queue[MAX];
main()
{
int i,j=0,k;
int topsort[MAX],indeg[MAX];
create
www.eeworm.com/read/459363/7276758
c os_q.c
/*
*********************************************************************************************************
* uC/OS-II
*
www.eeworm.com/read/453793/7412288
c os_q.c
/*
*********************************************************************************************************
* uC/OS-II
*
www.eeworm.com/read/453793/7412309
lst os_q.lst
C51 COMPILER V8.08 OS_Q 04/13/2009 13:31:22 PAGE 1
C51 COMPILER V8.08, COMPILATION OF MODULE OS_Q
OBJECT MODULE PLACED IN OS
www.eeworm.com/read/452050/7449385
c 2434500_wa.c
#include
#include
int n, m, ans;
char map[201][201];
int mark[201][201];
int head[3][3], h;
int valid(int a,int b)
{
if(a=m)
return 0;
return 1;
www.eeworm.com/read/452050/7449451
c 2434545_re.c
#include
#include
int n, m, ans;
char map[301][301];
int mark[301][301];
int head[10][10], h;
int valid(int a,int b)
{
if(a=m)
return 0;
return
www.eeworm.com/read/452050/7449452
c 2434539_re.c
#include
#include
int n, m, ans;
char map[201][201];
int mark[201][201];
int head[3][3], h;
int valid(int a,int b)
{
if(a=m)
return 0;
return 1;
www.eeworm.com/read/452050/7449453
c 2434772_wa.c
#include
#include
int n, m, ans;
char map[201][201];
int mark[201][201];
int head[3][3], h;
int valid(int a,int b)
{
if(a=m)
return 0;
return 1;