代码搜索:preprocessing
找到约 856 项符合「preprocessing」的源代码
代码结果 856
www.eeworm.com/read/162614/5531072
c paste8.c
/* { dg-do preprocess } */
/* { dg-options "" } */
int foo(int, ...);
#define a(x, y...) foo(x, ##y)
a(1)
a(1, 2, 3)
#define b(x, y, z...) foo(x, ##y)
b(1, 2, 3) /* { dg-warning "valid preprocessi
www.eeworm.com/read/413179/11164031
m preprocessor.m
% preprocessing read input data and sets up mesh information
function [K,f,d] = preprocessor;
include_flags;
% input file to include all variables
input_file5_2_1ele;
%input_file5_2_2ele;
%
www.eeworm.com/read/168845/5433146
v2 jamfile.v2
import boostbook : boostbook ;
import toolset ;
import set ;
toolset.using doxygen ;
boostbook date_time : date_time.xml ;
boostbook date_time_doc : exclusive_date_time.xml ;
# file list
www.eeworm.com/read/168845/5434005
cpp iter_fold_impl.cpp
// Copyright Aleksey Gurtovoy 2002-4004
//
// 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_
www.eeworm.com/read/168845/5434023
cpp iter_fold_if_impl.cpp
// Copyright Aleksey Gurtovoy 2002-4004
//
// 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_
www.eeworm.com/read/168845/5434027
cpp reverse_fold_impl.cpp
// Copyright Aleksey Gurtovoy 2002-4004
//
// 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_
www.eeworm.com/read/413179/11163939
m elasticity2d.m
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
% 2D Elasticity (chapter 9) %
% Haim Waisman, Rensselaer %
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
clear all;
close all;
% include global variables
include_f
www.eeworm.com/read/445820/7589689
m dataloadandpreprocess.m
%------------------------------------------------------------------
%---------------Load Data and Preprocessing -----------------------
%-------------------------------------------------------------
www.eeworm.com/read/466142/7039611
m do_all.m
function do_all(config_file)
%%% Top-level script for ICCV short course demos
%%% Overall routine that does everything, call this with
%%% a configuration file and it will run each subsection