摘要: 一、 environment setup Firstly, I download the eclemma Zip from our ST’s course web. Because it is my first time to add plugins into Eclipse. So I searc 阅读全文
posted @ 2017-03-27 16:02 faruk 阅读(125) 评论(0) 推荐(0)
摘要: Question1: public int findLast (int[] x, int y) { for ( int i=x.length-1; i > 0; i--) {if (x[i] == y) { return i; } } return -1; } // test: x = [2, 3, 阅读全文
posted @ 2017-03-01 21:32 faruk 阅读(96) 评论(0) 推荐(0)
摘要: In a program, I want to get all the balls by collecting the pool on the position of the positioning in the mobile phone app client, to aim through bal 阅读全文
posted @ 2017-02-27 16:15 faruk 阅读(88) 评论(0) 推荐(0)