搜索资源列表
RobotView
- 双击RobotView.exe,打开应用程序; 2. 菜单中Draw->Block,出现一个对话框,从键盘输入具体值,然后在左边蓝色区域任意位置点击,出现红色的矩形,即设置好障碍物位置,此时右上方区域中相应位置的值从0变为1; 3. 菜单中Draw->RobotPoint,然后在左边蓝色区域任意位置点击,出现绿色的圆,即设置好机器人目前位置; 4. 菜单中Draw->GoalPoint,然后在左边蓝色区域任意位置点击,出现黄色的圆,即设置好目的地位置; 5. 菜
circleAndRectangle
- 该函数运用线程实现同时画圆和方,就如传说中的“左手画圆,右手画圆”-The function used to achieve the same time draw a circle and square thread, as the legendary " left hand draw a circle, right hand draw a circle"
Circle
- 一个简单的java程序,用来计算圆的面积和周长。-A simple java program to draw a circle.
yanhua
- 可惜一开始没能画成圆,所以整个过程都是菱形的变换,希望大家多多指教,能够想办法把初始状态就围成一个圆-Unfortunately, the beginning could not draw into a round, so the whole process is the diamond transformation, we hope the exhibitions, to be able to think of a way to put the initial state is surroun
Zhuomicang
- 用java实现捉迷藏小游戏,当用户鼠标靠近目标圆时,圆圈跑出鼠标捕捉点。 提示:先画出一个圆,监听鼠标移动事件,鼠标进入圈内,则删除该圆,在原有范围外,重新画一个同样大小的圆。 -Hide and seek game using java, when users mouse close to the target circle, the circle ran the mouse capture point. Hint: Draw a circle, listen mouse even
GeometricVersion3
- 课程设计 几何图形(满分50 分) 版本1:满分10 分 设计抽象类GeometricObject 及其子类Triangle 和Circle。 GeometricObject 类设计要求如下: ■ 一个名为color 的Color 类型的私有数据域,表示对象的颜色。 ■ 一个名为filled 的Boolean 类型的私有数据域,表示对象是否填充颜色。 ■ 一个名为dateCreated 的Date 类型的私有数据域,表示对象的创建日期。 ■ 一个无参构造方法。
surfaceView
- 在应用中使用SurfaceView控件来绘制一个半径逐渐变大的圆-Use SurfaceView controls in the application to draw a circle radius gradually increases