/*
* 【程序编程相关:学习java-配置tomcat】 * created on 2004-12-25 【推荐阅读:MessageDrivenBean笔记】 * window - preferences - java - code style - code templates 【扩展信息:Java记事本和界面(一)】 * todo to change the template for this generated file go to *//**
* @michelangelo * * todo to change the template for this generated type comment go to * window - preferences - java - code style - code templates */import java.util.*;
public class testreplacement {/**
* */ private final int arraysize=20; private int digitalarray[]=new int [arraysize]; //private int digitalarray[]={1,2,3,4,2,1,5,6,2,1,2,3,7,6,3,2,1,2,3,6}; private static final int framesize[]={1,2,3,4,5,6,7}; private static int errorcount=0; vector frame=new vector(); public testreplacement() { super(); // todo auto-generated constructor stub }... 下一页