代码搜索结果
找到约 10,000 项符合
Interface 的代码
action.java
public interface Action {
public String execute(String str);
}
binarytree.java
public interface BinaryTree
extends InspectableBinaryTree, PositionalContainer {
}
binarytree.java
public interface BinaryTree
extends InspectableBinaryTree, PositionalContainer {
}
fuzzyoutvariable.h
//
// File: FuzzyOutVariable.h
//
// Purpose: Interface for the FuzzyOutVariable class.
//
// Copyright
remote-ext.h
/*
* Copyright (c) 2002 - 2003
* NetGroup, Politecnico di Torino (Italy)
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
* modification, are
shape.java
/**
* A interface
*/
public interface Shape {
public void Draw();
public void Border();
}
tcpproxy.1
.de ES
.sp
.in +0.5i
..
.de EE
.in -0.5i
.sp
..
.de EX
.sp
.in +0.5i
\\$1
.in -0.5i
.sp
..
.TH TCPPROXY 1 "02 September 1999"
.SH NAME
tcpproxy \- generic TCP proxy server
.SH SYNOPSIS
\fBtcpproxy\fR
xmlgenerator.java
// XMLGenerator.java
// XMLGenerator is an interface for classes that can generate
// XML Elements. The XML element returned by method getXML
// should contain Elements for each public property.
p