代码搜索结果
找到约 10,000 项符合
Interface 的代码
generator.java
package myutils;
public interface Generator {
T next();
}
readme.interfaces
============================================================================
Supported Interface Information
as of version 2.8, July 2002
--------------------------------------------------------------
news
What is new in 2.6
- Improved read characteristics (asynchronous reads)
- Support for aborting filesystem connection
- POSIX file locking support
- Request interruption support
- Building mo
olerant.html
OLE Rant
helloapp.idl
module HelloApp
{
interface hello
{
string sayHello();
};
};
readme.txt
/******************************************************************************
**
** Xilinx, Inc. 2002 www.xilinx.com
**
** XAPP 266 - Synthesizable FCRAM Controller
**
******
readme
Two things are provided in this directory: an automatic model selection
tool and a python binding for libsvm.
Part I: Model Selection Tools
Introduction
===============
grid.py is a model selecti
classinterface.java
/* ClassInterface.java */
public interface ClassInterface {
public double Cost();
}
classinterface.java
/* ClassInterface.java */
public interface ClassInterface {
public double Cost();
}
classinterface.java
/* ClassInterface.java */
public interface ClassInterface {
public double Cost();
}