代码搜索:reusable
找到约 183 项符合「reusable」的源代码
代码结果 183
www.eeworm.com/read/375509/9358054
java reusable.java
package snaq.util;
/**
* Interface for an object that can be reused.
* @see snaq.util.ObjectPool
* @author Giles Winstanley
*/
public interface Reusable
{
/**
* Cleans an object to put it in a
www.eeworm.com/read/459569/7273725
java reusable.java
index = ++index % params.length;
area.setText(params[index]);
}
}
public static void main(String args[]){
if(args.length > 1){
UIDemo1 one = new UIDemo1(arg
www.eeworm.com/read/202831/15371952
java reusable.java
package snaq.util;
/**
* Interface for an object that can be reused.
* @see snaq.util.ObjectPool
* @author Giles Winstanley
*/
public interface Reusable
{
/**
* Cleans an object to put it in a
www.eeworm.com/read/193778/5142732
mak reusable irq 21160.mak
# Generated by the VisualDSP++ IDDE
# Note: Any changes made to this Makefile will be lost the next time the
# matching project file is loaded into the IDDE. If you wish to preserve
# changes,
www.eeworm.com/read/193778/5142733
asm reusable irq 21160.asm
#include "def21160.h"
.GLOBAL start;
.GLOBAL irq0_isr;
.SECTION/PM seg_pmco;
start:
/************************* Set IRQ0 to edge sensitive ****************************/
BIT SET
www.eeworm.com/read/193778/5142735
asm reusable irq ts201.asm
/***************************************************************************************
*
* reusable IRQ TS201.asm
*
* Accompaniment for:
* Guide for Porting Code from SHARC