代码搜索:Preprocessor
找到约 5,886 项符合「Preprocessor」的源代码
代码结果 5,886
www.eeworm.com/read/133707/14029208
lnt co-cc86.lnt
// co-cc86.lnt
// Compiler Options for CadUL CC-86
//
// Gimpel Software acknowledges the assistance of Andreas Bock
// of Siemens in the preparation of this file.
// This file c
www.eeworm.com/read/133707/14029548
lnt co-cc86.lnt
// co-cc86.lnt
// Compiler Options for CadUL CC-86
//
// Gimpel Software acknowledges the assistance of Andreas Bock
// of Siemens in the preparation of this file.
// This file c
www.eeworm.com/read/133707/14029550
lnt co-in386.lnt
// co-in386.lnt
// Compiler Options for Intel iC-386
// This file contains options to allow PC-lint to process source
// files for your compiler. It is used as follows:
//
// li
www.eeworm.com/read/203939/15348564
h speex_preprocess.h
/* Copyright (C) 2003 Epic Games
Written by Jean-Marc Valin */
/**
@file speex_preprocess.h
@brief Speex preprocessor
*/
/*
Redistribution and use in source and binary forms, with or witho
www.eeworm.com/read/201318/15410950
js makenewapp.js
function Notify( str )
{
if ( typeof WScript != "undefined" )
WScript.Echo( str );
else
alert( str );
}
function PreProcessor()
{
this.env = {};
this.defEnv = {};
this.includeStack = [true