代码搜索:empty
找到约 10,000 项符合「empty」的源代码
代码结果 10,000
www.eeworm.com/read/443011/7639415
h uart.h
/*******************************************************************************
- Chip : MG24500/55
- Author : RadioPulse Inc, 2007.
- Date : 2007-07-02
- Version : VER 1.0
********
www.eeworm.com/read/438144/7735812
vhd packet_control.vhd
------------------------------------------------------------------------------
-- Project : Main Receiver
-- Programmer : Byungchan Son
-- Function : 滚胶 力绢
-- Language : VHDL
----------------
www.eeworm.com/read/251325/7809440
cpp split.cpp
//-------------------------------------------------------------------------------------------------
//
// IBSL Technologies (c) 2000
// BrainTree Development Ltd(c) 2000
//
// Rennie Bowe
// P J
www.eeworm.com/read/198889/7904636
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/197736/7972287
c finsh_var.c
#include "finsh_var.h"
#include "finsh_type.h"
struct finsh_var global_variable[FINSH_VARIABLE_MAX];
int finsh_var_init()
{
memset(global_variable, 0, sizeof(global_variable));
return 0;
www.eeworm.com/read/144298/12803332
c uart1.c
/*--------------------------------------------------------*/
/* SPECTRUM DIGITAL INC. */
/*--------------------------------------------------------*/
/* Onchip UART test for E
www.eeworm.com/read/144298/12803495
c uart1.c
/*--------------------------------------------------------*/
/* WQ21ST SOFTWARE STUDIO. */
/*--------------------------------------------------------*/
/* Onchip UART test f
www.eeworm.com/read/143962/12827090
cpp gridbtncell.cpp
/*****************************************************************************
COPYRIGHT (C) 2000, Ken Bertelson
**************************************************
www.eeworm.com/read/243950/12903982
h swfdec_rect.h
#ifndef __SWFDEC_RECT_H__
#define __SWFDEC_RECT_H__
#include
struct _SwfdecRect
{
double x0;
double y0;
double x1;
double y1;
};
void swfdec_rect_init_empty (Swf
www.eeworm.com/read/328414/13028211
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