代码搜索结果

找到约 10,000 项符合 Interface 的代码

ram.java

package com.javapatterns.abstractfactory.computer; public interface Ram { }

cpu.java

package com.javapatterns.abstractfactory.computer; public interface Cpu { }

readme

- gspy - a gnome security camera application (c) 2000 by Lawrence Glaister VE7IT lg@jfm.bc.ca

dxtrans.h

#pragma warning( disable: 4049 ) /* more than 64k source lines */ /* this ALWAYS GENERATED file contains the definitions for the interfaces */ /* File created by MIDL compiler version 6.00

factory.java

//: typeinfo/factory/Factory.java package typeinfo.factory; public interface Factory { T create(); } ///:~

null.java

//: net/mindview/util/Null.java package net.mindview.util; public interface Null {} ///:~

performs.java

//: generics/Performs.java public interface Performs { void speak(); void sit(); } ///:~

if_subr.c

/* if_subr.c - common routines for network interface drivers */ /* Copyright 1990-1996 Wind River Systems, Inc. */ #include "copyright_wrs.h" /* * Copyright (c) 1982, 1989, 1993 * The Regents of t

etherdemo.h

/* etherDemo.h - header for etherInputDemo and etherOutputDemo */ /* Copyright 1984-1997 Wind River Systems, Inc. */ /* modification history -------------------- 01b,06nov97,mm added copyright. 01a

framedecoder.java

/* * 12/12/99 Initial version. mdm@techie.com /*----------------------------------------------------------------------- * This program is free software; you can redistribute it and/or modify