public void simulate() throws IOException {
while(k==1 || !currnt.Field2.equals("ef000011")){//updt termination condition
fetch();
decode();
execute();
memory();
write();
System.out.println("***************************************************");
}
FileWriter fw=new FileWriter("Maa_ki_chu.txt");/////////////////////
for(int i=0;i<use_to_store.size()-1;i=i+2)
{
fw.write(use_to_store.get(i)+" "+ use_to_store.get(i+1));
}
fw.close();
}
Proc.java 文件源码
java
阅读 29
收藏 0
点赞 0
评论 0
项目:CSE112
作者:
评论列表
文章目录