代码搜索:Compatibility
找到约 6,848 项符合「Compatibility」的源代码
代码结果 6,848
www.eeworm.com/read/276066/4170927
java compatibility.java
/*
* Copyright 2006 Sun Microsystems, Inc. All Rights Reserved.
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
*
* This code is free software; you can redistribute it and/or modi
www.eeworm.com/read/275731/4172319
hpp compatibility.hpp
#ifndef _compatibility_hpp
#define _compatibility_hpp
#include "config.h"
#ifndef HAVE_STRTOLL
long long int strtoll(const char *nptr, char **endptr, int base);
#endif
#ifndef HAVE_STRTOF
float strtof
www.eeworm.com/read/275731/4172324
cpp compatibility.cpp
#include "compatibility.hpp"
#ifndef HAVE_STRTOLL
long long int strtoll(const char *nptr, char **endptr, int base) {
return strtol(nptr, endptr, base);
}
#endif
#ifndef HAVE_STRTOF
float strtof (c
www.eeworm.com/read/420043/2071936
java compatibility.java
package alternative;
import java.applet.*;
import java.awt.*;
public class Compatibility extends Applet {
/* Should localize the following. */
protected String labelText = "Your brows
www.eeworm.com/read/420043/2071942
java compatibility.java
package alternative;
import java.applet.*;
import java.awt.*;
public class Compatibility extends Applet {
/* Should localize the following. */
protected String labelText = "Your brows
www.eeworm.com/read/420043/2071948
java compatibility.java
package alternative;
import java.applet.*;
import java.awt.*;
public class Compatibility extends Applet {
/* Should localize the following. */
protected String labelText = "Your brows
www.eeworm.com/read/420043/2071954
java compatibility.java
package alternative;
import java.applet.*;
import java.awt.*;
public class Compatibility extends Applet {
/* Should localize the following. */
protected String labelText = "Your brows
www.eeworm.com/read/418008/2094752
h compatibility.h
#define CONFIG_FEATURE_TAR_OLDGNU_COMPATIBILITY 1