「BUAA OO Unit 1 HW1」面向测试小白的简易评测机 声明:本评测机所使用数据生成来自郭鸿宇同学,这对本评测机非常重要 目录 「BUAA OO Unit 1 HW1」面向测试小白的简易评测机 Part 0 前言 笔者的配置与环境 面向人群 定位 Part 1 准备工作 Part 2 获取java jar包 目的 过程 须知 Part 2 修改评测机参数 pipline.py gendata.py Part 3 评测机架构 Part 4 有待改进的地方 Part 5 附录:如何从0配置…
I just want to say something about my java project that I did last year. Our task is to finish a linking game. It is a game that you should link all the same picture with specific rules. It is such an interesting game but creating the game can not be…
I still remember the error which I made in my java project last year. I spent a whole night solving it and finally I found it and corrected it. My java project consisted of several parts, every part just had some simple functions so it was maybe a ea…
public class Solution { public static void main(String[] args) { System.out.println(" J A V V A "); System.out.println(" J A A V V A A "); System.out.println("J J AAAAA V V AAAAA "); System.out.println(" J J A A V A A &q…
public class Solution { public static void main(String[] args) { System.out.println("Welcome to Java"); System.out.println("Welcome to Java"); System.out.println("Welcome to Java"); System.out.println("Welcome to Java&qu…
public class Solution { public static void main(String[] args) { System.out.println("Welcome to Java"); System.out.println("Welcome to Computer Science"); System.out.println("Programming is fun"); } }…
如上面两个小程序中,分析下列问题: 1.Identify the fault. 2. If possible, identify a test case that does not execute the fault. (Reachability) 3.If possible, identify a test case that executes the fault, but does not result in an error state. 4.If possible identify a…