代码搜索:queue

找到约 10,000 项符合「queue」的源代码

代码结果 10,000
www.eeworm.com/read/129924/5966018

h queue.h

/* ==== queue.h ============================================================ * Copyright (c) 1993 by Chris Provenzano, proven@mit.edu * All rights reserved. * * Redistribution and use in source an
www.eeworm.com/read/129480/5972363

java queue.java

package com.laoer.bbscs.sys; import java.io.Serializable; import java.util.Vector; /** * Title: TianYi BBS * Description: TianYi BBS System * Copyright: Copyright (c) 200
www.eeworm.com/read/128531/5987660

h queue.h

/* * linux/drivers/acorn/scsi/queue.h: queue handling * * Copyright (C) 1997 Russell King * * This program is free software; you can redistribute it and/or modify * it under the terms of the G
www.eeworm.com/read/128531/5987664

c queue.c

/* * linux/drivers/acorn/scsi/queue.c: queue handling primitives * * Copyright (C) 1997-2000 Russell King * * This program is free software; you can redistribute it and/or modify * it under th
www.eeworm.com/read/128531/5987712

h queue.h

/* * Copyright (c) 1991, 1993 * The Regents of the University of California. All rights reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permi
www.eeworm.com/read/128531/5987984

c queue.c

/****************************************************************************** * * (C)Copyright 1998,1999 SysKonnect, * a business unit of Schneider & Koch & Co. Datensysteme GmbH. * * See the f
www.eeworm.com/read/128122/5992636

java queue.java

package com.laoer.bbscs.sys; import java.io.Serializable; import java.util.Vector; /** * Title: TianYi BBS * Description: TianYi BBS System * Copyright: Copyright (c) 200
www.eeworm.com/read/128026/5993025

c queue.c

#include #define Max 100 void SetNull(front, rear) int *front, *rear; { *front = 0; *rear = 0; } int Empty(front,rear) int *front, *rear; { if(*front == *rear) return(1)
www.eeworm.com/read/127781/5998869

h queue.h

/* * linux/drivers/acorn/scsi/queue.h: queue handling * * Copyright (C) 1997 Russell King * * This program is free software; you can redistribute it and/or modify * it under the terms of the G
www.eeworm.com/read/127781/5998874

c queue.c

/* * linux/drivers/acorn/scsi/queue.c: queue handling primitives * * Copyright (C) 1997-2000 Russell King * * This program is free software; you can redistribute it and/or modify * it under th