代码搜索结果
找到约 10,000 项符合
Interface 的代码
uart.h
/**
* Copyright (c) 2006-2008 iWESUN (ShenZhen) Inf.
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without modification,
* are permitted provided that t
readme
avcall - calling C functions with variable arguments
This library allows arbitrary C functions to be called from embedded
interpreters, debuggers, RPC calls, etc, by building up a C
argument-list inc
contents.java
//: innerclasses/Contents.java
public interface Contents {
int value();
} ///:~
destination.java
//: innerclasses/Destination.java
public interface Destination {
String readLabel();
} ///:~
a.java
//: typeinfo/interfacea/A.java
package typeinfo.interfacea;
public interface A {
void f();
} ///:~
notes.html
Mappy VM build notes
Build Notes
The Mappy Virtual Machine actually consists of two seperate parts:
The Core: The act
149.htm
CTerm非常精华下载
resultprocessor.java
public interface ResultProcessor {
public void process(int result);
}
shoppingcarthome.java
// ShoppingCartHome.java
// ShoppingCartHome is the home interface for stateful session
// EJB ShoppingCart.
package com.deitel.advjhtp1.bookstore.ejb;
// Java core packages
import java.rmi.Re