代码搜索:does

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

代码结果 10,000
www.eeworm.com/read/232291/14199693

h62 std.h62

; ; Copyright 2003 by Texas Instruments Incorporated. ; All rights reserved. Property of Texas Instruments Incorporated. ; Restricted rights to use, duplicate or disclose this code are ; grant
www.eeworm.com/read/123658/14617246

x-apollo68

# x-apollo68 -- 680x0 based Apollos as host system # vasta@apollo.com says this is how to compile on an Apollo (SR10.x). # Use a Berkeley environment. CC=cc -g -A nansi -A cpu,3000 -A runtype,bsd4.3
www.eeworm.com/read/123658/14617752

x-sysv3

# this is m88k/x-sysv3 # native compiler does not provide alloca ALLOCA = alloca.o # end m88k/x-sysv3
www.eeworm.com/read/115583/15008466

txt readme.txt

Note that BEA Weblogic 6.1 currently does not fully comply with RMI-IIOP because your RMI-IIOP implementation does not extend javax.rmi.PortableRemoteObject.
www.eeworm.com/read/168155/5448126

php 200_rc_1.php

www.eeworm.com/read/167133/5469427

java filetest.java

import java.io.File; public class FileTest { public static void exists(File f) { String type = "File"; if (f.isDirectory()) { type = "Directory"; } System.out.print(type + " \"
www.eeworm.com/read/162614/5517741

c error15.c

// { dg-do compile } // Contributed by Volker Reichelt // PR c++/14008: Improve diagnostic on invalid types in declarators. namespace N { template struct A
www.eeworm.com/read/162614/5529316

c c90-array-lval-7.c

/* Test for non-lvalue arrays: test that C90 does not allow them in conditional expressions, while in C99 they decay and are allowed. */ /* Origin: Joseph Myers */ /* {
www.eeworm.com/read/162614/5529955

c float-range-2.c

/* Floating constants outside the range of their type should receive a pedwarn, not a warning. This includes INFINITY if the target does not support infinities. */ /* Origin: Joseph Myers
www.eeworm.com/read/162614/5531240

c builtin-inf-1.c

/* { dg-do compile } */ float fi = __builtin_inff(); double di = __builtin_inf(); long double li = __builtin_infl(); float fh = __builtin_huge_valf(); double dh = __builtin_huge_val(); long double l