代码搜索:recognize
找到约 421 项符合「recognize」的源代码
代码结果 421
www.eeworm.com/read/261052/4325798
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/465795/7046181
odl wintype.odl
// WinType.Odl - Windows types for easy translation of API types
#ifndef _WINTYPE_ODL_
#define _WINTYPE_ODL_
//@B WinType1
#ifdef SIGNAWARE
// For host languages that recognize unsigned numbe
www.eeworm.com/read/465795/7046192
odl wintypes.odl
// WinTypes.Odl - Windows types for easy translation of API types
#ifndef _WINTYPES_ODL_
#define _WINTYPES_ODL_
//@B WinType1
#ifdef SIGNAWARE
// For host languages that recognize unsigned nu
www.eeworm.com/read/318725/13473366
html output.html
IBG: Controlling The Output
Controlling The Output
The output is the most application-dependent part. I recognize
that almost every application of the grid generator
www.eeworm.com/read/470720/1444429
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/470720/1447861
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/470693/1456375
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/470693/1459807
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/240162/4579116
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/240162/4583044
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;
}