代码搜索结果
找到约 10,000 项符合
Interface 的代码
persistentwrapper.cs
namespace Perst.Impl
{
public interface PersistentWrapper
{
}
}
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
builderunit1.pas
unit BuilderUnit1;
interface
uses maze1;
type
//癵甤-
mazefactory1.pas
unit MazeFactory1;
interface
uses Maze1;
type
//MazeFactory
readme.sol2
This file describes the installation process for ppp-2.3 on systems
running Solaris 2. The Solaris 2 and SVR4 ports share a lot of code
but are not identical. The STREAMS kernel modules and driver f
horselike.java
public interface HorseLike
{
public void winee();
public void gallop();
}
birdlike.java
public interface BirdLike
{
public void chirp();
public void fly();
}
serviceable.java
public interface Serviceable
{
public void changeOil();
public void tuneUp();
}
hello.idl
module HelloApp
{
interface Hello
{
string sayHello();
};
};
command.java
public interface Command {
public void Execute();
public void unDo();
}