代码搜索结果
找到约 10,000 项符合
Interface 的代码
changelog.txt
This file documents changes in the software, firmware and hardware of the
"Remote Sensor" device. New entries are always appended to the end of the file.
Scroll down to the bottom to see the most rece
iphlpapi.h
/*++
Copyright (c) Microsoft Corporation. All rights reserved.
Module Name:
iphlpapi.h
Abstract:
Header file for functions to interact with the IP Stack for MIB-II and
relate
changes
Since Version 0.4 Friday 3rd November 2000
* http module added
* better icmp packet loggin printing os TOS bits and things
* arp will now tell the difference between interfaces
* sniff_pkt now goes th
command.java
package fullCommand;
public interface Command
{
public void Execute();
}
subject.java
public interface Subject {
public void registerInterest(Observer obs);
}
garden.java
public interface Garden {
public String getShade();
public String getCenter();
public String getBorder();
}
garden.java~1~
public interface Garden {
public Plant getShade();
public Plant getCenter();
public Plant getBorder();
}
defconfig
# Example wpa_supplicant build time configuration
#
# This file lists the configuration options that are used when building the
# hostapd binary. All lines starting with # are ignored. Configuration o
driver_wrapper.doxygen
/**
\page driver_wrapper Driver wrapper implementation (driver.h, drivers.c)
All hardware and driver dependent functionality is in separate C files
that implement defined wrapper functions. Other par
porting.doxygen
/**
\page porting Porting to different target boards and operating systems
%wpa_supplicant was designed to be easily portable to different
hardware (board, CPU) and software (OS, drivers) targets. It