代码搜索:INTERFACES
找到约 10,000 项符合「INTERFACES」的源代码
代码结果 10,000
www.eeworm.com/read/116923/14949084
in configure.in
# Process this file with autoconf to produce a configure script.
AC_INIT([ptpcanon],[0.0.1],[emsi@ipartners.pl])
AM_INIT_AUTOMAKE(ptpcanon, 0.0.1)
AC_PREREQ(2.53)
AM_CONFIG_HEADER([config.h])
AC_PROG_
www.eeworm.com/read/213693/15127632
html soundmap.html
The Soundmap Applet
Clicking one one of the buttons will make your browser
jump to the appropriate section of the table of contents
www.eeworm.com/read/172555/5383959
java logoutapp.java
/*
* Copyright (c) 2000, Niklas Mehner
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following c
www.eeworm.com/read/172555/5384089
java environmentdesc.java
package org.j3de.interfaces;
public interface EnvironmentDesc {
public String getDescription();
}
www.eeworm.com/read/172555/5384095
java applicationdesc.java
package org.j3de.interfaces;
public interface ApplicationDesc {
public String getDescription();
}
www.eeworm.com/read/172555/5384096
java localenvironment.java
package org.j3de.interfaces;
public interface LocalEnvironment {
public Environment getEnvironment();
}
www.eeworm.com/read/170433/5403787
java swfmodelbuilder.java
/****************************************************************
* Copyright (c) 2004, David N. Main, All rights reserved.
*
* Redistribution and use in source and binary forms, with or
* wi
www.eeworm.com/read/169327/5424308
java cglibproxyfactory.java
//$Id: CGLIBProxyFactory.java,v 1.1.2.1 2004/01/27 07:35:06 oneovthafew Exp $
package net.sf.hibernate.proxy;
import java.io.Serializable;
import java.lang.reflect.Method;
import java.util.Set;