代码搜索结果
找到约 322,615 项符合
Interface 的代码
wb_dma_wb_mast.v
/////////////////////////////////////////////////////////////////////
//// ////
//// WISHBONE DMA WISHBONE Master Interface
todo
* Add a higher level interface which accepts a
start point,
end point,
result array (size N, y0, y1, y2 ... ,y(N-1))
desired relative and absolute errors epsrel and epsabs
it should have its own
todo
* Verify that we support the full CBLAS interface and that the GSL
CBLAS library can be used standalone
* Check that substituting the Reference Blas, ATLAS, and Intel BLAS
all work correctly
httpjsppage.java
/**
* This is the interface that a JSP processor-generated class for the
* HTTP protocol must satisfy.
*/
package javax.servlet.jsp;
import java.io.IOException;
import javax.servlet.*;
jsppage.java
/**
* This is the interface that a JSP processor-generated class must
* satisfy.
*/
package javax.servlet.jsp;
import javax.servlet.*;
public interface JSPPage extends Servlet {
/*
implementinterface.java
// 程序:接口
// 范例文件:ImplementInterface.java
interface SuperInterface
{
int a = 5;
int b = 10;
}
interface ChildInterface extends SuperInterface
{
int addNumber(
jtpmenufactory.java
package com.sunking.tp.framework;
import javax.swing.*;
public interface JTPMenuFactory {
/**
*取得某组件的右键弹出菜单
*/
JPopupMenu getPopup(JTPComponent c[]);
}
netif.c
/**
* @file
*
* lwIP network interface abstraction
*/
/*
* Copyright (c) 2001-2004 Swedish Institute of Computer Science.
* All rights reserved.
*
* Redistribution and use in source and binar
files
This directory contains generic network interface device drivers that
do not contain any hardware or architecture specific code. The files
are:
etharp.c
Implements the ARP (Address Resoluti
clock.h
/**
* \defgroup clock Clock interface
*
* The clock interface is the interface between the \ref timer "timer library"
* and the platform specific clock functionality. The clock
* interface m