摘要: (a) Draw the control flow graph for the printPrime() method. (b) Consider test cases ti = (n = 3) and t2 = ( n = 5). Although these tour the same prim 阅读全文
posted @ 2018-03-26 11:42 Dream_Yu 阅读(272) 评论(0) 推荐(0) 编辑
摘要: 首先安装eclipse 然后下载hamcrest-core-1.3.jar,下载地址:http://mvnrepository.com/artifact/org.hamcrest/hamcrest-core/1.3 下载junit-4.12.jar,下载地址:http://mvnrepository 阅读全文
posted @ 2018-03-25 11:11 Dream_Yu 阅读(122) 评论(0) 推荐(0) 编辑
摘要: Identify the fault. 左边程序的fault是循环条件,不会遍历到x[0] 右边程序的fault是程序本身是寻找最前面的0,而目的是寻找最后面的0 If possible, identify a test case that does not execute the fault. ( 阅读全文
posted @ 2018-03-14 19:07 Dream_Yu 阅读(110) 评论(0) 推荐(0) 编辑
摘要: 关于基于Linphone的视频通话Android端开发过程中遇到的问题 运用开源项目Linphone的SDK进行开发,由于是小组进行开发,我主要负责的是界面部分。 由于当时是初学Android开发,对前端界面没什么研究,对于项目管理也没什么研究,使用了很多控件的定义,进行了大量的重复工作,而且需要对 阅读全文
posted @ 2018-03-12 22:17 Dream_Yu 阅读(602) 评论(0) 推荐(0) 编辑