代码搜索:empty
找到约 10,000 项符合「empty」的源代码
代码结果 10,000
www.eeworm.com/read/258599/11852028
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/257449/11926632
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/341784/12064932
h uart.h
#ifndef _UART_H_
#define _UART_H_
#include
#include
#include
#define RXB8 1
#define TXB8 0
#define UPE 2
#define OVR 3
#define FE 4
#define UDRE
www.eeworm.com/read/151469/12209057
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/234670/14101850
c uart.c
#include "s3c2410.h"
#include "machine.h"
void init_uart(void)
{
ULCON0 = vULCON0;
UCON0 = vUCON0;
UFCON0 = vUFCON0;
UMCON0 = vUMCON0;
UBRDIV0 = 12;
}
void putc(char c)
{
char i;
while (!(UT
www.eeworm.com/read/234667/14101912
c uart.c
#include "s3c2410.h"
#include "machine.h"
void init_uart(void)
{
ULCON0 = vULCON0;
UCON0 = vUCON0;
UFCON0 = vUFCON0;
UMCON0 = vUMCON0;
UBRDIV0 = 12;
}
void putc(char c)
{
char i;
while (!(UT
www.eeworm.com/read/131076/14162330
c example1.c
#include
#define uchar unsigned char
uchar xdata rt_buf[32];
uchar r_in,t_out;
bit r_full,t_empty;
serial() interrupt4 //串口中断程序
{
if(RI && r_full)
{
rt_buf[r_in]=SBUF;
RI=
www.eeworm.com/read/129870/14220507
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/127778/14334138
y ada.y
%{
#include "lex.yy.c"
%}
%token ABORT_ ABS_ ACCEPT_ ACCESS_ ALL_ AND_ ARRAY_ AT_
%token BEGIN_ BODY_
%token CASE_ CONSTANT_
%token DECLARE_ DELAY_ DELTA_ DIGITS_ DO_
%token ELSE_ ELSIF_ END_
www.eeworm.com/read/127210/14369624
cpp split.cpp
//-------------------------------------------------------------------------------------------------
//
// IBSL Technologies (c) 2000
// BrainTree Development Ltd(c) 2000
//
// Rennie Bowe
// P J