代码搜索:preprocessor
找到约 5,886 项符合「preprocessor」的源代码
代码结果 5,886
www.eeworm.com/read/427042/1981824
h speex_preprocess.h
/* Copyright (C) 2003 Epic Games
Written by Jean-Marc Valin */
/**
* @file speex_preprocess.h
* @brief Speex preprocessor. The preprocess can do noise suppression,
* residual echo suppression
www.eeworm.com/read/427042/1981934
c preprocess.c
/* Copyright (C) 2003 Epic Games (written by Jean-Marc Valin)
Copyright (C) 2004-2006 Epic Games
File: preprocess.c
Preprocessor with denoising based on the algorithm by Ephraim and Mala
www.eeworm.com/read/402216/2327303
txt au3.txt
DOCUMENT_DEFAULT =0
COMMENT = 1
COMMENTBLOCK = 2
NUMBER = 3
FUNCTION = 4
KEYWORD = 5
MACRO = 6
STRING = 7
OPERATOR = 8
VARIABLE = 9
SENT = 10
PREPROCESSOR = 11
SPECIAL =
www.eeworm.com/read/396844/2407151
c lambert.c
/*
* Branches 0 and -1 of the Lambert W function.
*
* This file should be compiled with the preprocessor symbol FUNCTION defined to
* one of loglambertwn1, lambertwn1, loglambertw0, and lambertw0.
www.eeworm.com/read/395929/2428489
mh-a68bsd
RANLIB=true
#None of the Apollo compilers can compile gas or binutils. The preprocessor
# chokes on bfd, the compiler won't let you assign integers to enums, and
# other problems. Defining CC to gc
www.eeworm.com/read/372367/2774570
h compat.h
/* -*- Mode: C -*- */
/* --- fake the preprocessor into handlng portability */
/*
* Time-stamp: "2007-02-03 17:41:06 bkorb"
*
* Author: Gary V Vaughan
www.eeworm.com/read/372367/2774593
h compat.h
/* -*- Mode: C -*- */
/* --- fake the preprocessor into handlng portability */
/*
* Time-stamp: "2007-02-03 17:41:06 bkorb"
*
* Author: Gary V Vaughan
www.eeworm.com/read/369339/2800931
1 neqn.1
.th NEQN I 4/30/74
.sh NAME
neqn \*- typeset mathematics on terminal
.sh SYNOPSIS
.bd neqn
[ file ] ...
.sh DESCRIPTION
.it Neqn
is an nroff (I)
preprocessor.
The input language is the same as that of
www.eeworm.com/read/367182/2852042
h wordsize.h
/* Determine the wordsize from the preprocessor defines. */
#if defined __powerpc64__
# define __WORDSIZE 64
# define __WORDSIZE_COMPAT32 1
#else
# define __WORDSIZE 32
#endif
#if !defined __NO_LON