码迷,mamicode.com
首页 >  
搜索关键字:graphical effects    ( 595个结果
软件测试 section1.2. EXERCISES 第三题
1 public int findLast(int[] x, int y){ 2 //Effects:If X==null thro NullPointerException 3 //else return the index of the last element 4 //in x that eq
分类:其他好文   时间:2016-03-10 23:41:40    阅读次数:373
homework2
一、findLast() public int findLast (int[] x, int y) {//Effects: If x==null throwNullPointerException// else return the index of the last element// in x
分类:其他好文   时间:2016-03-10 21:47:21    阅读次数:212
软件测试作业二
(1)findLast public int findLast (int[] x, int y) { //Effects: If x==null throw NullPointerException // else return the index of the last element // in
分类:其他好文   时间:2016-03-10 20:21:43    阅读次数:131
软件测试技术 作业2
1 public int findLast (int[] x, int y) { 2 //Effects: If x==null throw 3 NullPointerException 4 // else return the index of the last element 5 // in x
分类:其他好文   时间:2016-03-09 01:18:24    阅读次数:170
软件测试 section1.2. EXERCISES 第三题
public int findLast(int[] x, int y){ //Effects:If X==null thro NullPointerException //else return the index of the last element //in x that equals y.
分类:其他好文   时间:2016-03-08 23:57:23    阅读次数:486
HomeWork2
程序一: 1 public intfindLast(int[] x, inty) { 2 //Effects: If x==null throw NullPointerException 3 // else return the index of the last element 4 // in x
分类:其他好文   时间:2016-03-08 19:23:45    阅读次数:126
软件测试作业第二次作业
public int findLast (int[] x, int y) { //Effects: If x==null throw NullPointerException // else return the index of the last element // in x that equa
分类:其他好文   时间:2016-03-08 16:21:18    阅读次数:153
【ST】hw2——find the error in the follow case
public int findLast (int[] x, int y) { //Effects: If x==null throw NullPointerException // in x that equals y. // If no such element exists, return -1
分类:其他好文   时间:2016-03-06 17:31:02    阅读次数:127
软件测试homework2
一. public intfindLast(int[] x, inty) {//Effects: If x==null throwNullPointerException// else return the index of the last element// in x that equals y
分类:其他好文   时间:2016-03-06 12:39:18    阅读次数:185
图形用户界面设计琐碎概念
//**************************************// 图形用户界面或图形用户接口(Graphical User Interface,GUI)是采用图形方式显示的计算机操作环境用户接口。与早期计算机使用的命令行界面相比,图形界面对于用户来说更为简易。(比如你用Windo
分类:其他好文   时间:2016-03-06 11:13:02    阅读次数:172
595条   上一页 1 ... 34 35 36 37 38 ... 60 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!