代码搜索:preprocessor
找到约 5,886 项符合「preprocessor」的源代码
代码结果 5,886
www.eeworm.com/read/229812/4740573
prep01
#
# Preprocessor Test 1
#
# - test for bang error and bang messages
!message hello
!error hello2
!message hello3
!error hello4
www.eeworm.com/read/222163/4822063
java preprocessorexception.java
package isis.anp.preprocessor;
/*
* Created on Apr 16, 2005
*
* TODO To change the template for this generated file go to
* Window - Preferences - Java - Code Style - Code Templates
*/
/
www.eeworm.com/read/168845/5432003
hpp cpp_re2c_lexer.hpp
/*=============================================================================
Boost.Wave: A Standard compliant C++ preprocessor library
Re2C based C++ lexer
http://www.boost.o
www.eeworm.com/read/168845/5432005
hpp cpp_re.hpp
/*=============================================================================
Boost.Wave: A Standard compliant C++ preprocessor library
Re2C based C++ lexer
http://www.boost.o
www.eeworm.com/read/306178/3748006
readme
A preprocessor directive is any line of an LPC program which begins with '#'.
These aren't really actually statements; they just instruct the compiler to
do certain things while compiling the code
www.eeworm.com/read/306178/3748008
define
the #define preprocessor command creates a macro that can be expanded later
on in the file. For example, if you have the line:
#define apples oranges
Then every time the word 'apples' appears
www.eeworm.com/read/437018/1838534
c .#ifspec.c
/*
* Structures for model: oneshot
*
* Automatically generated by cmpp preprocessor
*
* !!! DO NOT EDIT !!!
*
*/
#include "prefix.h"
#include
#include "DEVdefs.h"
#include
www.eeworm.com/read/429426/1948719
py domain8.py
# Description: Shows how to add class noise to data
# Category: preprocessing
# Uses: imports-85
# Classes: Preprocessor_addClassNoise, orngTest.crossValidation
# Referenced: domain
www.eeworm.com/read/429426/1948723
py domain5.py
# Description: Shows how to use Filter_sameValues qith options for conjunction and disjunction of conditions
# Category: preprocessing
# Uses: imports-85
# Classes: Preprocessor_take
www.eeworm.com/read/401712/2336287
java inputconverter.java
// Created on 01.05.2004
package net.softgems.resourceparser.preprocessor;
import java.io.*;
/**
* The InputConverter class takes raw stream input and converts this to a Unicode character s