代码搜索:empty
找到约 10,000 项符合「empty」的源代码
代码结果 10,000
www.eeworm.com/read/189298/8477444
h g_stack.h
/*
** GENERIC implementation of a stack with a static array. The array
** size is given as one of the arguments when the stack is
** instantiated.
*/
#include
#define GENERIC_STACK
www.eeworm.com/read/290485/8480678
cpp vcview3d.cpp
// Machine generated IDispatch wrapper class(es) created by Microsoft Visual C++
// NOTE: Do not modify the contents of this file. If this class is regenerated by
// Microsoft Visual C++, your m
www.eeworm.com/read/290161/8500928
vhd vr_fifo_rtl.vhd
--
-- VHDL Architecture common_lib.vr_fifo.rtl
--
-- Created:
-- by - Yihua.Zhang.UNKNOWN (CV0009649D2)
-- at - 09:22:44 2006-06-26
--
-- using Mentor Graphics HDL Designer(TM) 2005.
www.eeworm.com/read/429797/8788396
m splat_cell.m
function [buf2, num_files_not_empty]=splat_cell(buf)
% % splat_cell: Returns a row vector of numbers containng all of the numbers in a cell array
% %
% % Syntax: [buf2, num_files_not_empty]=spl
www.eeworm.com/read/285975/8797721
036_prob ch09.036_prob
##############################################################################
## Code fragment (NOT RECOMMENDED) from Chapter 9 of "Perl Best Practices" ##
## Copyright (c) O'Reilly & Associates
www.eeworm.com/read/285975/8797736
022_best ch09.022_best
##############################################################################
## Code fragment (Recommended) from Chapter 9 of "Perl Best Practices" ##
## Copyright (c) O'Reilly & Associates
www.eeworm.com/read/285975/8798311
091_prob ch06.091_prob
##############################################################################
## Code fragment (NOT RECOMMENDED) from Chapter 6 of "Perl Best Practices" ##
## Copyright (c) O'Reilly & Associates
www.eeworm.com/read/285840/8808355
cpp eventhandler.cpp
// EventHandler.cpp : implementation file
//
#include "stdafx.h"
#include "EventHandler.h"
#include "PasswordDlg.h"
#include
#ifdef _DEBUG
#define new DEBUG_NEW
#undef THIS_FILE
www.eeworm.com/read/285840/8808403
cpp eventhandler.cpp
// EventHandler.cpp : implementation file
//
#include "stdafx.h"
#include "PDFCMDSample.h"
#include "EventHandler.h"
#include "PasswordDlg.h"
#include
#ifdef _DEBUG
#define new DE
www.eeworm.com/read/385341/8808674
h key.h
void KeyTest(void);
#define NO_KEY 0
#define ADD_KEY 1
#define DEL_KEY 2
#define EMPTY_KEY 3
#define SEARCH_KEY 4