代码搜索:recognize

找到约 421 项符合「recognize」的源代码

代码结果 421
www.eeworm.com/read/440906/1777940

c overload14.c

// Bug: g++ fails to recognize that the template matches the target type. // Build don't link: template void foo (T *, int); struct A; void bar () { void (*p)(A *, int) = &foo; }
www.eeworm.com/read/366702/2866207

c anon-struct1.c

/* { dg-options "-ansi -pedantic -pedantic-errors" } */ /* In strict ISO C++ mode, we don't recognize the anonymous struct extension or any Microsoft C extensions. */ struct A { char a; }; struc
www.eeworm.com/read/366702/2871911

c overload14.c

// { dg-do assemble } // Bug: g++ fails to recognize that the template matches the target type. template void foo (T *, int); struct A; void bar () { void (*p)(A *, int) = &foo; }
www.eeworm.com/read/366702/2881798

c 20061026.c

/* { dg-do compile } */ /* { dg-options "-O1" } */ /* This testcase failed on s390. The frame size for function f will be exactly 32768 bytes. The back end has to recognize that this is to la
www.eeworm.com/read/351636/3103298

u makefile.u

# Unix makefile: see README. # For C++, first "make hadd". # If your compiler does not recognize ANSI C, add # -DKR_headers # to the CFLAGS = line below. # On Sun and other BSD systems that
www.eeworm.com/read/106372/6951542

h des.h

#define DES_BLOCKSIZE 8 #define MAXKEYLEN DES_BLOCKSIZE #ifdef mips typedef char *keyType; /* mips won't recognize keyType x for void * */ #else typedef void *keyType; #endif #ifndef __ST
www.eeworm.com/read/129661/5971008

java recognizepackagepage.java

package com.heaton.bot.ship; import com.heaton.bot.*; import com.heaton.bot.catbot.*; import java.util.*; public class RecognizePackagePage extends Recognize { HTMLForm _targetForm = null;
www.eeworm.com/read/124567/6045427

java recognizepackagepage.java

package com.heaton.bot.ship; import com.heaton.bot.*; import com.heaton.bot.catbot.*; import java.util.*; public class RecognizePackagePage extends Recognize { HTMLForm _targetForm = null;
www.eeworm.com/read/227241/14436203

jsf fortran.jsf

# JOE syntax highlight file for FORTRAN # Heavily improved by: Malte Thoma (thoma@uni-muenster.de) # Bugs: # in: 4. eq. -- does not recognize the .eq. # needs more intrinsics. =Idle =Comment
www.eeworm.com/read/227241/14436303

in fortran.jsf.in

# JOE syntax highlight file for FORTRAN # Heavily improved by: Malte Thoma (thoma@uni-muenster.de) # Bugs: # in: 4. eq. -- does not recognize the .eq. # needs more intrinsics. =Idle =Comment