代码搜索:recognize
找到约 421 项符合「recognize」的源代码
代码结果 421
www.eeworm.com/read/340425/3286422
java classpathchecker.java
package net.sf.fmj.utility;
import java.util.Vector;
import java.util.logging.Logger;
import javax.media.Manager;
import javax.media.PackageManager;
/**
* Used to help recognize when JMF is in the
www.eeworm.com/read/277810/4151758
h inline.h
#ifndef XMLRPC_INLINE_H_INCLUDED
#define XMLRPC_INLINE_H_INCLUDED
/* Xmlrpc-c uses __inline__ to declare functions that should be
compiled as inline code. Some compilers, e.g. GNU, recognize the
www.eeworm.com/read/366702/2871765
c access14.c
// { dg-do assemble }
template struct A { T t; };
template class B: private T {
public:
T::t; // { dg-bogus "" } doesn't recognize access decl
};
template class B
www.eeworm.com/read/415537/11065339
txt save your desktop icon settings.txt
Please note: this tutorial is taken from here
http://www.virtualplastic.net/html/desk_adv.html#save
Recognize this ?? You've got all your windows sized, icons placed the way they look great.... ex
www.eeworm.com/read/138647/13227155
html faq-doc-15.html
JPEG image compression FAQ, part 1/2 - [15] How do I recognize which file format I have, and what do I do about it?
Parent document is top of "
www.eeworm.com/read/470693/1456206
c cris_abi_symbol.c
/* Define symbol to recognize CRIS ABI version 2, for a.out use.
Contributed by Axis Communications.
Written by Hans-Peter Nilsson , c:a 1992.
Copyright (C) 2000, 2001 Free Softw
www.eeworm.com/read/247849/4474236
t-sunos40
# SunOS 4.0.*
# /bin/as doesn't recognize the v8 instructions, so we can't do a v8
# multilib build.
LIBGCC1 =
CROSS_LIBGCC1 =
LIBGCC1_TEST =
www.eeworm.com/read/240162/4582904
c template40.c
// { dg-do run }
// PRMS id: 11315
// Bug: g++ doesn't recognize the copy ctor for Array.
template
class Array {
public:
Array(int sz=12)
: ia (new Type[sz]), size(sz) {}
www.eeworm.com/read/233448/4670499
c cris_abi_symbol.c
/* Define symbol to recognize CRIS ABI version 2, for a.out use.
Contributed by Axis Communications.
Written by Hans-Peter Nilsson , c:a 1992.
Copyright (C) 2000, 2001, 2003 Free
www.eeworm.com/read/233448/4675723
c template40.c
// { dg-do run }
// PRMS id: 11315
// Bug: g++ doesn't recognize the copy ctor for Array.
template
class Array {
public:
Array(int sz=12)
: ia (new Type[sz]), size(sz) {}