搜索资源列表
Computer-Organization
- 计算机组成与体系结构 课程设计报告 1. 实验目的 1 加深计算机组成体系与结构课程的学习。 2 通过阅读《Orange s 一个操作系统的实现》来了解操作系统的基本结构。 3 自己动手写操作系统,通过操作系统运行状况来学习计算机的体系工作情况。 - Computer Organization and Architecture Curriculum design 1 purpose of the experiment A better c
cpilosa_energy
- Gasoline prices averaged $3.767 a gallon in the Los Angeles-Riverside-Orange County area in October 2013, the U.S. Bureau of Labor Statistics reported today. Regional Commissioner Richard J. Holden noted that area gasoline prices were down 73.2 cents
95
- 编程思路:本练习因为要实现华容道游戏中人物的构造,所以首先要生成表示人物的矩形块,这是通过语句Rectangle rect=null实例化Rectangle类,然后在People类的构造函数里通过语句rect=new Rectangle(x,y,w,h)实现有戏中人物的构造。然后因为要实现人机交互的效果,所以要响应当前光标的焦点事件,通过public void focusGained(FocusEvent e)函数得到焦点,通过public void focusLost(FocusEvent e