代码搜索:does
找到约 10,000 项符合「does」的源代码
代码结果 10,000
www.eeworm.com/read/247171/4486991
vb conditionalcompilation.vb
Imports System
Module ConditionalCompilation
Function Main() As Integer
Try
'Using syntatically wrong statements inside a #If block that does not satisfy condition
#If False Th
www.eeworm.com/read/240162/4581548
c friend27.c
// { dg-do assemble }
class S
{
friend void f(int); // { dg-error "" } does not match any template
int i;
};
www.eeworm.com/read/240162/4582394
c net14.c
// { dg-do assemble }
// this probably does not have correct debugging info generated.
typedef struct Thing {
Thing();
int x;
} Thing;
www.eeworm.com/read/233448/4674367
c friend27.c
// { dg-do assemble }
class S
{
friend void f(int); // { dg-error "" } does not match any template
int i;
};
www.eeworm.com/read/233448/4675210
c net14.c
// { dg-do assemble }
// this probably does not have correct debugging info generated.
typedef struct Thing {
Thing();
int x;
} Thing;
www.eeworm.com/read/229812/4752186
gml ldcommit.gml
.*
.*
.dirctv COMMIT
.*
.np
When the operating system allocates the stack and heap for an
application, it does not actually allocate the whole stack and heap to
the application when it is initi
www.eeworm.com/read/227686/4769194
txt schema.txt
Database schema used by RdfSchemaRepository (table names
correspond with constants in class TableNames):
Note: the not null restriction where indicated as 'not null*' does not
apply to databases that
www.eeworm.com/read/209211/4984170
c chap.c
/*
* CHAP, MSCHAP
*
* The client does not authenticate the server, hence no CAI
*
* Client protocol:
* write Chapchal
* read response Chapreply or MSchaprely structure
*
* Server protocol: