代码搜索:Include
找到约 10,000 项符合「Include」的源代码
代码结果 10,000
www.eeworm.com/read/275831/10794426
rb 05 - listening for changes to a class.rb
class Tracker
def important
"This is an important method!"
end
def self.method_added sym
if sym == :important
raise 'The "important" method has been redefined!'
else
pu
www.eeworm.com/read/420030/10822773
h includes.h
/* $Id: includes.h,v 1.6 1997/07/16 13:41:50 gianpi Exp $
*
* Conditionalizations:
* __BORLANDC__
* _CC51
*/
#ifndef _INCLUDES_H_
#define _INCLUDES_H_
/*
****************************
www.eeworm.com/read/274050/10889767
makefile
CXXC = 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
www.eeworm.com/read/417519/10986817
liblink
This file provides instructions on how to compile and link your programs with
the library. You could link C or C++ programs with the library.
The package will install library libiml.a and header fi
www.eeworm.com/read/417168/11001676
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/417061/11005010
makefile
CXX? = g++
CFLAGS = -Wall -O3 -I$(INCLUDE) -I$(INCLUDE)/QtGui -lQtGui
INCLUDE = /usr/include/qt4
MOC = /usr/bin/moc-qt4
svm-toy: svm-toy.cpp svm-toy.moc ../../svm.o
$(CXX) $(FLAGS) svm-toy.cpp ../..
www.eeworm.com/read/270284/11043051
c sysnet.c
/* sysNet.c - system-dependent Network Library */
/* Copyright 1984-2002 Wind River Systems, Inc. */
/*
modification history
--------------------
01d,29jan02,g_h Add #ifdef INCLUDE_VWARE_LAUNCH bef
www.eeworm.com/read/470719/6906227
c dsp281x_ev.c
//###########################################################################
//
// FILE: DSP281x_Ev.c
//
// TITLE: DSP281x Event Manager Initialization & Support Functions.
//
//###############