代码搜索:preprocessor
找到约 5,886 项符合「preprocessor」的源代码
代码结果 5,886
www.eeworm.com/read/375190/2728884
hpp preprocessor.hpp
#ifndef BOOST_MPL_AUX_CONFIG_PREPROCESSOR_HPP_INCLUDED
#define BOOST_MPL_AUX_CONFIG_PREPROCESSOR_HPP_INCLUDED
// Copyright Aleksey Gurtovoy 2000-2004
//
// Distributed under the Boost Software Licen
www.eeworm.com/read/375190/2730163
hpp preprocessor.hpp
// Copyright David Abrahams 2002.
// Distributed under the Boost Software License, Version 1.0. (See
// accompanying file LICENSE_1_0.txt or copy at
// http://www.boost.org/LICENSE_1_0.txt)
#ifndef PR
www.eeworm.com/read/375190/2736918
cpp preprocessor.cpp
// Copyright Daniel Wallin 2006. Use, modification and distribution is
// subject to the Boost Software License, Version 1.0. (See accompanying
// file LICENSE_1_0.txt or copy at http://www.boost.org/
www.eeworm.com/read/360165/2967466
h preprocessor.h
/*This file is prepared for Doxygen automatic documentation generation.*/
/*! \file *********************************************************************
*
* \brief Preprocessor utils.
*
* -
www.eeworm.com/read/360165/2968621
h preprocessor.h
/*This file is prepared for Doxygen automatic documentation generation.*/
/*! \file *********************************************************************
*
* \brief Preprocessor utils.
*
* -
www.eeworm.com/read/261019/4326212
java preprocessor.java
/*
* PreProcessor.java
*/
package EDU.cmu.cs.coral.util;
import java.io.*;
import java.util.Hashtable;
/**
* Pre-process a text file. Specifically, handle "define" statements.
* Provides all t
www.eeworm.com/read/253697/4392813
cpp preprocessor.cpp
/*
********************************************************************************
NOTE - One of the two copyright statements below may be chosen
that applies for the software.
*******
www.eeworm.com/read/252973/4400702
otx preprocessor.otx
% preprocessor.otx
% Practical Compiler Construction
% Chapter: Preprocessor
\chapter{Preprocessor}
\section{What is a preprocessor?}
% Describe a preprocessor.
www.eeworm.com/read/413179/11163909
m preprocessor.m
function [K,f,d] = preprocessor;
include_flags;
% input file to include all variables
input_file_example2_2;
% input_file_example2_8;
% Generate LM array
for e = 1:nel
for j = 1
www.eeworm.com/read/413179/11163937
m preprocessor.m
function [K,f,d] = preprocessor;
include_flags;
% read input file
input_file_1ele;
%input_file_16ele;
%input_file_64ele;
% generate ID array and LM arrays
d = setup_ID_LM(d);