代码搜索结果
找到约 10,000 项符合
Interface 的代码
usb_descriptor.h
//-----------------------------------------------------------------------------
// F32x_USB_Descriptor.h
//-----------------------------------------------------------------------------
// Copyright
control_feeitemu.~pas
unit Control_feeItemU;
interface
implementation
end.
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
ad.txt
public interface ad
{
public abstract boolean a(l l, String s);
public abstract boolean a(l l, boolean flag);
public abstract boolean b(l l);
public abstract boolean a(l l
iphlpapi.h
//
// Copyright (c) Microsoft Corporation. All rights reserved.
//
//
// Use of this source code is subject to the terms of the Microsoft end-user
// license agreement (EULA) under which you lic
product.java
package com.javapatterns.simplefactory;
public interface Product
{
}
product.java
package com.javapatterns.factorymethod;
public interface Product
{
}
producta.java
package com.javapatterns.abstractfactory;
public interface ProductA
{
}
productb.java
package com.javapatterns.abstractfactory;
public interface ProductB
{
}