代码搜索:empty
找到约 10,000 项符合「empty」的源代码
代码结果 10,000
www.eeworm.com/read/108047/7122910
cpp out.cpp
// out.cpp : implementation file
//
#include "stdafx.h"
#include "face.h"
#include "out.h"
#ifdef _DEBUG
#define new DEBUG_NEW
#undef THIS_FILE
static char THIS_FILE[] = __FILE__;
#endif
www.eeworm.com/read/247325/7124927
txt readme.txt
说明:
该文件为带头单向链表接口。
list.c为底层文件;
list.h为提供给用户的接口,在list.h中定义了整个链表的结构;
list.c中是链表的具体实现,这对于用户是隐藏的;
node.h, node.c是提供给用户的接口,节点接口;当应对不同的链表数据结构时,我们只用改动node.c中的内容,比如:
当链表插入的都是1,2,3,4 这样的数,我们在做链表排序工作时,会写一 ...
www.eeworm.com/read/118158/7134326
cpp activemovie3.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/408124/7154344
y sql1.y
/* symbolic tokens */
%union {
int intval;
double floatval;
char *strval;
int subtok;
}
%token NAME
%token STRING
%token INTNUM APPROXNUM
/* operators */
%left OR
%left AND
%left NOT
%left
www.eeworm.com/read/464188/7167803
cpp test1.cpp
#include
#include
#include
typedef int buffer_item;
#define BUFFER_SIZE 5
buffer_item buffer[BUFFER_SIZE];
int count=0,in=0,out=0;
bool producer_done = 0;
HANDLE sem_
www.eeworm.com/read/458274/7299885
cpp _recordset.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/456297/7352457
cpp _rdoresultset.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/456297/7352474
cpp _rdoenvironment.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/456297/7352529
cpp _rdocolumn.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/453193/7424859
cpp datagrid1.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