代码搜索:Include
找到约 10,000 项符合「Include」的源代码
代码结果 10,000
www.eeworm.com/read/190618/8441259
htm inclist.htm
Include Directory
Include Directory
The include directory contains a number of stand, and MIPS-specific
include files. There
www.eeworm.com/read/188554/8528819
h niincludes.h
////////////////////////////////////////////////////////////////////////////////
//
// Title : NiIncludes.h
// Purpose : This file is used to include the proper headers and namespaces
//
www.eeworm.com/read/433274/8534333
makefile
include ../../generic.mk
# Platform specific
ifeq ($(PLATFORM),win32)
else
LIBDL+= -lpthread
DEFS += -DPTHREADS
CPPFLAGS += -fvisibility=hidden
endif
# Settings common to both Win32 & Linu
www.eeworm.com/read/388611/8597239
makefile
CXXC = g++
CFLAGS = -Wall -O3 -g
BIN = $(QTDIR)/bin
INCLUDE = $(QTDIR)/include
LIB = $(QTDIR)/lib
#BIN = /usr/bin
#INCLUDE = /usr/include/qt
#LIB = /usr/lib/qt
svm-toy: svm-toy.cpp svm-toy.moc ../../
www.eeworm.com/read/432184/8621338
h datamanager.h
#ifndef DATAMANAGER_INCLUDE
#define DATAMANAGER_INCLUDE
#include "DBLinkedList.h"
#include "Global_Define.h"
#include "MediaSource.h" // 图像数据源
struct ImageData{
int index;
www.eeworm.com/read/287351/8691329
makefile
CXX? = g++
CFLAGS = -Wall -O3 -DQT_THREAD_SUPPORT
BIN = $(QTDIR)/bin
INCLUDE = $(QTDIR)/include
LIB = $(QTDIR)/lib
#BIN = /usr/bin
#INCLUDE = /usr/include/qt3
#LIB = /usr/lib/qt3
svm-toy: svm-toy.cpp