代码搜索:empty

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

代码结果 10,000
www.eeworm.com/read/112509/15484104

h stack.h

/* $Id: H:/drh/idioms/book/RCS/inter.doc,v 1.11 1997/02/21 19:42:15 drh Exp $ */ #ifndef STACK_INCLUDED #define STACK_INCLUDED #define T Stack_T typedef struct T *T; extern T Stack_new (void
www.eeworm.com/read/108860/15573693

c fifo.c

/* FIFO.C Simple implementation of a fifo in ANSI-C. This file is part of my Embedded Zerotree Wavelet Encoder Tutorial. (C) C. Valens, Created : 04/09/1999 La
www.eeworm.com/read/105726/15660082

cpp createcarddlg.cpp

// CreateCardDlg.cpp : implementation file // #include "stdafx.h" #include "SuperWorld.h" #include "CreateCardDlg.h" #ifdef _DEBUG #define new DEBUG_NEW #undef THIS_FILE static char THIS_F
www.eeworm.com/read/104187/15702233

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/101208/15841614

h stack.h

/*@A (C) 1992 Allen I. Holub */ /* Stack.h Stack-maintenance macros. Creates downward-growing stacks * (which should work in all six memory models)
www.eeworm.com/read/100789/15864375

h all.h

// all.h - include file for all Constant #define BUFFER 4096 #define MY_REGISTER 100 #define MY_BUFFER_EMPTY 200 struct IN_BUFFER_STRUCT { BYTE channel; BYTE frequency; HANDLE eventha
www.eeworm.com/read/100713/15866516

c fifo.c

/* FIFO.C Simple implementation of a fifo in ANSI-C. This file is part of my Embedded Zerotree Wavelet Encoder Tutorial. (C) C. Valens, Created : 04/09/1999 La
www.eeworm.com/read/100699/15866767

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/8770/152475

c hal_target.c

/* empty */
www.eeworm.com/read/8770/152481

h hal_target.h

/* empty */