代码搜索:preprocessing
找到约 856 项符合「preprocessing」的源代码
代码结果 856
www.eeworm.com/read/198176/7948691
err pwm.err
TASKING program builder v6.0 r1 SN00000000-027 (c) 2001 TASKING, Inc.
Compiling pwm.c
Assembling pwm.src
Macro preprocessing pwm_cstart.asm
Assembling pwm_cstart.src
Linking to pwm.out
C
www.eeworm.com/read/162614/5531014
c paste13.c
/* Copyright (C) 2000 Free Software Foundation, Inc. */
/* { dg-do preprocess } */
/* This used to be recognized as a comment when lexing after pasting
spellings. Neil Booth, 9 Oct 2002. */
#
www.eeworm.com/read/162614/5531130
c 20000625-1.c
/* Regression test for paste corner cases. Distilled from
syscall stub logic in glibc. */
/* { dg-do compile } */
#define ENTRY(name) name##:
#define socket bind
int
main(void)
{
goto socket
www.eeworm.com/read/162614/5531174
c paste11.c
/* Copyright (C) 2000 Free Software Foundation, Inc. */
/* { dg-do preprocess } */
/* Test correct pasting of identifiers and numbers. We can paste any
number, as long as no '.', '-' or '+' app
www.eeworm.com/read/162614/5531204
c paste6.c
/* Regression test for paste appearing at the beginning of a set of
actual arguments. Original bug exposed by Linux kernel. Problem
reported by Jakub Jelinek . */
/* { dg-d
www.eeworm.com/read/413179/11164050
m bar1d.m
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
% 1D Bar (Chapter 5) %
% Haim Waisman, Renssealer %
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
clear all;
close all;
% include global variables
include_flags;
www.eeworm.com/read/103924/15716178
flash5.0
作者:金毛鼠
email: jlh_77@sina.com
日期:6/16/2001 1:19:52 PM
/******flash5.0的mp3输出完全功略*******/
常常看到这样的问题:我在制作mtv的时候,在flash里面导入了一段mp3,输出这个mtv的时候,整个动画足足有3、4兆那么大,可是我看到别人做的只有几百k,这是怎么回事??
其实,只有对mp3进行一个
www.eeworm.com/read/102015/15794929
flash5.0
作者:金毛鼠
email: jlh_77@sina.com
日期:6/16/2001 1:19:52 PM
/******flash5.0的mp3输出完全功略*******/
常常看到这样的问题:我在制作mtv的时候,在flash里面导入了一段mp3,输出这个mtv的时候,整个动画足足有3、4兆那么大,可是我看到别人做的只有几百k,这是怎么回事??
其实,只有对mp3进行一个
www.eeworm.com/read/390191/8478694
dmake
#! /bin/sh
# Example script contributed by Luke Gorrie
# "Drop-in" front end to 'make' that uses the distributed compile farm
# via `distcc'
# Compile farm hosts are stored in ~bluetail/distcc-host
www.eeworm.com/read/138927/13202284
sh asmarm.sh
#!/bin/sh
# Translate the assembler syntax of arm assembler programs
# Usage: asmarm < riscix-asm-file > portable-asm-file
# The portable-asm-file has to be
# 1. preprocessed,
# 2. grep -v '^ *#li