代码搜索:does

找到约 10,000 项符合「does」的源代码

代码结果 10,000
www.eeworm.com/read/162614/5519041

c unify2.c

// { dg-do compile } template void f1 (char [][I+1]) {} template void f2 (char [][I+0]) {} template void f3 (char [][I]) {} template void f4 (char [][I-0]) {} template
www.eeworm.com/read/162614/5528654

c labels-3.c

/* This test does not compile on mips-irix6 using the native assembler, though it does work with gas. See PR6200. Since we cannot (???) distinguish which assembler is being used, always pass -
www.eeworm.com/read/160391/5571416

m adjustable_cpd.m

function p = adjustable_CPD(CPD) % ADJUSTABLE_CPD Does this CPD have any adjustable params? (generic) % p = adjustable_CPD(CPD) p = ~CPD.clamped;
www.eeworm.com/read/154452/5637292

java token.java

package java_cup.runtime; /** This subclass of symbol represents (at least) terminal symbols returned * by the scanner and placed on the parse stack. At present, this * class does nothing mor
www.eeworm.com/read/154452/5637336

java token.java

package java_cup.runtime; /** This subclass of symbol represents (at least) terminal symbols returned * by the scanner and placed on the parse stack. At present, this * class does nothing mor
www.eeworm.com/read/471872/6883608

h bool.h

/* Bool.h by Tydus. Fits for ANSI C who does't have "bool" but "_Bool". */ #ifndef _BOOL_H #define _BOOL_H #ifndef __cplusplus #define bool _Bool #define false 0 #define true !0 #end
www.eeworm.com/read/367407/9751834

cs startsends.cs

using System; class clsStartsEnds { static void Main() { string Office1 = "Houston, Texas 77479"; string Office2 = "Las Vegas, Nevada 85023"; if (Office1.StartsWith("Houston"))
www.eeworm.com/read/269095/11109409

pro animal.pro

database xpositive(symbol,symbol) xnegative(symbol,symbol) predicates run animal_is(symbol) it_is(symbol) positive(symbol,symbol) negative(symbol,sym
www.eeworm.com/read/236570/14011498

in makefile.in

# $Id: Makefile.in,v 1.49 2001/11/04 17:51:53 jnelson Exp $ GCC_FLAGS = -Wstrict-prototypes -Wpointer-arith -Wcast-align -Wcast-qual\ -Wtraditional\ -Wshadow\ -Wconversion\ -Waggregate-return\
www.eeworm.com/read/202785/15373224

m da_quit.m

% % da_quit % % Pretty much does what you'd expect % close(w1); clear all