代码搜索结果
找到约 10,000 项符合
Interface 的代码
iwlist.8
.\" Jean II - HPLB - 96
.\" iwlist.8
.\"
.TH IWLIST 8 "13 April 2006" "wireless-tools" "Linux Programmer's Manual"
.\"
.\" NAME part
.\"
.SH NAME
iwlist \- Get more detailed wireless information from
iwevent.8
.\" Jean Tourrilhes - HPL - 2002 - 2004
.\" iwevent.8
.\"
.TH IWEVENT 8 "23 June 2004" "net-tools" "Linux Programmer's Manual"
.\"
.\" NAME part
.\"
.SH NAME
iwevent \- Display Wireless Events generat
index.htm
Freescale NE64 Sample
readme
Python-to-libsvm interface
Introduction
============
Python (http://www.python.org/) is a programming language suitable for
rapid development. This python-to-libsvm interface is developed so
users
readme
This directory contains the source for the PUBLIC INTERFACE Fortran routines
for the Sparse BLAS Toolkit.
readme
This directory contains the source for the PUBLIC INTERFACE C/C++ routines
for the Sparse BLAS Toolkit.
usb.c
/*
* drivers/usb/usb.c
*
* (C) Copyright Linus Torvalds 1999
* (C) Copyright Johannes Erdfelt 1999-2001
* (C) Copyright Andreas Gal 1999
* (C) Copyright Gregory P. Smith 1999
* (C) Copyright De
dvd.java
public interface DVD{
public int getRegionCode();
public String[] getAudioTracks();
public String[] getSubtitles();
}
colleague.java
/**
* An abstract colleague
*/
public interface Colleague {
public void Change();
public void Action();
}
awtlist.java
public interface awtList
{
public void add(String s);
public void remove(String s);
public String[] getSelectedItems();
}