代码搜索:empty
找到约 10,000 项符合「empty」的源代码
代码结果 10,000
www.eeworm.com/read/266994/11198507
h queue.h
#ifndef QUEUE_INCLUDED
#define QUEUE_INCLUDED
#define T Queue_T
typedef struct T *T;
extern T Queue_new(int hint);
extern int Queue_empty(T que);
extern int Queue_full(T que);
extern void
www.eeworm.com/read/148154/12488882
cpp inits.cpp
#include "main.h"
/*************************************************************************
Initialisieren von Strukturen fuer S*N cc Compiler.
Initialize structs for S*N cc compiler.
***********
www.eeworm.com/read/147672/12540315
c fifo.c
/*
先入先出结构的实现和操作
*/
#include "fifo.h"
#include
typedef struct __fifo_element {
ezw_element data;
struct __fifo_element *previous;
} fifo_element;
fifo_element *fifo_fi
www.eeworm.com/read/334375/12607912
cpp dialog_modpswd.cpp
// DIALOG_MODPSWD.cpp : implementation file
//
#include "stdafx.h"
#include "train.h"
#include "DIALOG_MODPSWD.h"
#include "LoginSet.h"
#ifdef _DEBUG
#define new DEBUG_NEW
#undef THIS_FILE
www.eeworm.com/read/134406/13992302
cpp split.cpp
//-------------------------------------------------------------------------------------------------
//
// IBSL Technologies (c) 2000
// BrainTree Development Ltd(c) 2000
//
// Rennie Bowe
// P J
www.eeworm.com/read/236834/13997466
h mz_debug_ll.h
/*
* linux/include/asm-arm/arch-s3c2400/mz_dubug_ll.h
*
* Copyright (C) 2001 MIZI Research, Inc.
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of
www.eeworm.com/read/235472/14070948
c uart1.c
/*--------------------------------------------------------*/
/* WQ21ST SOFTWARE STUDIO. */
/*--------------------------------------------------------*/
/* Onchip UART test f
www.eeworm.com/read/204020/15347459
c fifo.c
/*
先入先出结构的实现和操作
*/
#include "fifo.h"
#include
typedef struct __fifo_element {
ezw_element data;
struct __fifo_element *previous;
} fifo_element;
fifo_element *fifo_fi
www.eeworm.com/read/113720/15449612
cpp dialog_modpswd.cpp
// DIALOG_MODPSWD.cpp : implementation file
//
#include "stdafx.h"
#include "train.h"
#include "DIALOG_MODPSWD.h"
#include "LoginSet.h"
#ifdef _DEBUG
#define new DEBUG_NEW
#undef THIS_FILE
www.eeworm.com/read/112509/15484080
c calc.c
static char rcsid[] = "$Id: H:/drh/idioms/book/RCS/ap.doc,v 1.11 1996/06/26 23:02:01 drh Exp $";
#include
#include
#include
#include
#include "stack.h"