代码搜索:conditional
找到约 2,177 项符合「conditional」的源代码
代码结果 2,177
www.eeworm.com/read/426417/10252091
css jquery.tabs-ie.css
/*
Tabs - additional IE specific bug fixes
Recommended usage (Conditional Comments):
www.eeworm.com/read/325204/13219304
h mpldebug.h
//**********************************************************************
//
// MPLDEBUG.H
//
// Copyright (c) 2004 National Semiconductor Corporation.
// All Rights Reserved
//
// MPL Deb
www.eeworm.com/read/408362/11391303
txt rfc1988.txt
组织:中国互动出版网(http://www.china-pub.com/)
RFC文档中文翻译计划(http://www.china-pub.com/compters/emook/aboutemook.htm)
E-mail:ouyang@china-pub.com
译者:牛韬(NT niutao@sohu.com)
译文发布时间:2001-11-11
版权:本中文翻译文档版权归中国
www.eeworm.com/read/401845/11547104
am makefile.am
## Process this file with automake to produce Makefile.in
## Conditional compilation of cdump
noinst_PROGRAMS = @CDUMP@
EXTRA_PROGRAMS = cdump
cdump_SOURCES = cdump.c
MAINTAINERCLEANFILES = Makefile
www.eeworm.com/read/256505/11993912
txt rfc1988.txt
组织:中国互动出版网(http://www.china-pub.com/)
RFC文档中文翻译计划(http://www.china-pub.com/compters/emook/aboutemook.htm)
E-mail:ouyang@china-pub.com
译者:牛韬(NT niutao@sohu.com)
译文发布时间:2001-11-11
版权:本中文翻译文档版权归中国
www.eeworm.com/read/162614/5516947
c cmov2.c
/* { dg-do compile { target i?86-*-* x86_64-*-* } } */
/* { dg-options "-O2 -march=k8" } */
/* { dg-final { scan-assembler "sbb" } } */
/* This conditional move is fastest to be done using sbb. */
t
www.eeworm.com/read/162614/5516968
c cmov3.c
/* { dg-do compile { target i?86-*-* x86_64-*-* } } */
/* { dg-options "-O2 -march=k8" } */
/* { dg-final { scan-assembler "cmov" } } */
/* This conditional move is fastest to be done using cmov. */
www.eeworm.com/read/162614/5528651
c iftrap-3.c
/* Check that the conditional_trap pattern handles floating-point
comparisons correctly. */
void f1 (float x, float y) { if (x == y) __builtin_trap (); }
void f2 (double x, double y) { if (x == y)
www.eeworm.com/read/160611/5568618
h switches.h
/* switches.h -- conditional compilation features for WIN32 systems */
/* CHANGE LOG
* --------------------------------------------------------------------
* 28Apr03 dm major reorganization of co