代码搜索:recognize

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

代码结果 421
www.eeworm.com/read/158865/5592771

netlib readme.netlib

If your compiler does not recognize ANSI C headers, compile with KR_headers defined: either add -DKR_headers to the definition of CFLAGS in the makefile, or insert #define KR_headers at the top of
www.eeworm.com/read/158865/5592857

netlib readme.netlib

If your compiler does not recognize ANSI C headers, compile with KR_headers defined: either add -DKR_headers to the definition of CFLAGS in the makefile, or insert #define KR_headers at the top of
www.eeworm.com/read/278321/10547573

c abx.c

/* * Usage: abx original_file test_file * * Ask you as long as the probability is below the given percentage that * you recognize differences * * Example: abx music.wav music.mp3 *
www.eeworm.com/read/139291/5805830

sha1 readme.sha1

This directory includes some utilities to allow Apache 1.3.6 to recognize passwords in SHA1 format, as used by Netscape web servers. From Netscape's admin interface, export the password database t
www.eeworm.com/read/136812/5857311

c isinf.c

#if !defined(lint) && defined(SCCSIDS) static char sccsid[] = "@(#)isinf.c 1.1 92/07/30 SMI"; #endif /* * Recognize an infinity or a NaN when one is presented. * This is for keeping various IO rout
www.eeworm.com/read/470720/1444767

c covariant1.c

// PR c++/5607 // Currently we don't support covariant returns that would actually require // a pointer adjustment. We were failing to recognize this as such a case, // so were silently generating b
www.eeworm.com/read/470720/1451856

c anon-struct-2.c

/* { dg-options "-std=gnu89" } */ /* In GNU C mode, we recognize the anonymous struct/union extension, but not Microsoft extensions. */ struct A { char a; }; /* MS extension. */ struct B { st
www.eeworm.com/read/470693/1456713

c covariant1.c

// PR c++/5607 // Currently we don't support covariant returns that would actually require // a pointer adjustment. We were failing to recognize this as such a case, // so were silently generating b
www.eeworm.com/read/470693/1463802

c anon-struct-2.c

/* { dg-options "-std=gnu89" } */ /* In GNU C mode, we recognize the anonymous struct/union extension, but not Microsoft extensions. */ struct A { char a; }; /* MS extension. */ struct B { st
www.eeworm.com/read/233448/4684173

c anon-struct-2.c

/* { dg-options "-std=gnu89" } */ /* In GNU C mode, we recognize the anonymous struct/union extension, but not Microsoft extensions. */ struct A { char a; }; /* MS extension. */ struct B { st