锁定老帖子 主题: 面试题--续
精华帖 (0) :: 良好帖 (0) :: 隐藏帖 (0)
|
|||||||||||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
作者 | 正文 | ||||||||||||||||||||||||||||||||
发表时间:2008-05-29
if (A.intRand > 0) {// a大于0的情况 deposit(A.intRand); } else {// a小于0 withdraw(A.intRand); } System.out.println("0b2's value is:" + B.count);// 在控制台输出count的结果 } } }
4. A video software has 3 buttons: Play, Pause, Step Forward. Initially, only play button is visible. When user clicks play button, it starts to play video and only pause button is visible. Click pause, only play and step forward buttons are visible. Complete the state machine table below.
一个录像软件有3个按钮:Play, Pause, Step Forward。首先,play按钮是看得见的。当使用者按下play按钮时,录像机开始工作。pause按钮也是看得见的。按下pause按钮时,录像机暂停。step forward按钮也是看得见的。完成下面的表格。
答:
声明:ITeye文章版权属于作者,受法律保护。没有作者书面许可不得转载。
推荐链接
|
|||||||||||||||||||||||||||||||||
返回顶楼 | |||||||||||||||||||||||||||||||||
浏览 2547 次