代码搜索结果
找到约 10,000 项符合
Interface 的代码
interface2.java
interface MyInter1{
public void method1();
}
interface MyInter2{
public void method2();
}
public class Interface2 implements MyInter1, MyInter2{
public void method1(){
System.out.prin
interface1.java
interface MyInter{
public static final int MAX=100;
public static final int MIN=1;
public void method1();
public void method2(int a);
}
public class Interface1 implements MyInter{
p
interface5.java
interface MyInter{
private void method1();
protected void method2();
}
public class Interface5 implements MyInter{
public void method1(){
System.out.println("method1 override");
}
interface3.java
interface MyInter1{
public void method1();
}
interface MyInter2{
public void method2();
}
class MyClass{
public void hi(){
System.out.println("救崇");
}
}
public class Interface3 e
uc_interface.vhd
-- File: uC_interface.vhd
--
-- Author: Jennifer Jenkins
-- Philips Semiconductor
-- Purpose: Description of an interface with a ucontroller/uprocessor
-- (i.e. Motorola 68000)
nand_interface.fit
--------------------------------------------------
| Created : XPLAOPT Version 3.45 |
| DESIGN : NAND_INTERFACE.blx |
| DEVICE : XCR3064XL-6VQ44
nand_interface.v
//-----------------------------------------------------------------
//
// Owner: Xilinx Inc.
// File: nand_interface.v
//
// Purpose: Interface for the AMD AM30LV0064D UltraNAND Flash
// device.
interface.rc2
//
// INTERFACE.RC2 - resources Microsoft eMbedded Visual C++ does not edit directly
//
#ifdef APSTUDIO_INVOKED
#error this file is not editable by Microsoft eMbedded Visual C++
#endif //APSTU