代码搜索结果
找到约 10,000 项符合
Interface 的代码
fruit.java
package com.javapatterns.abstractfactory.farm;
public interface Fruit
{
}
veggie.java
package com.javapatterns.abstractfactory.farm;
public interface Veggie
{
}
ram.java
package com.javapatterns.abstractfactory.computer;
public interface Ram
{
}
cpu.java
package com.javapatterns.abstractfactory.computer;
public interface Cpu
{
}
ioctlvdd.htm
IOCTLVDD
calculate.java
package JSHOP2;
/** This is the common interface for code calls in call terms. Each call term,
* when initialized, will have a pointer to an instance of a class that
* implements this interface.
readme
This is version 0.2 of my driver for a simple CAN bus interface.
2000 03 25
Copyright (c) 2000 Martin Homuth-Rosemann
This program is free software; you can redistribute it
scribblepane1.java
/*
* Copyright (c) 2000 David Flanagan. All rights reserved.
* This code is from the book Java Examples in a Nutshell, 2nd Edition.
* It is provided AS-IS, WITHOUT ANY WARRANTY either expressed or
i2c_vpl_uc.v
//-----------------------------------------------------------------
// i2c_vpl_uc.v
//
// I2C Video Peripheral Loader
//
//
//
// Author: Gregg C. Hawkes, Xilinx, Inc.
//