文件名称:LX7_8
- 所属分类:
- JSP源码/Java
- 资源属性:
- [Java] [源码]
- 上传时间:
- 2013-11-05
- 文件大小:
- 1kb
- 下载次数:
- 0次
- 提 供 者:
- s***
- 相关连接:
- 无
- 下载说明:
- 别用迅雷下载,失败请重下,重下不扣分!
介绍说明--下载内容均来自于网络,请自行研究使用
使用线程创建动画的程序
(1)程序功能:创建一个显示小球不断跳动并显示不同状态的动画程序。要达到无闪烁现象,显 示速度快,占用内存较小的要求。即要使用双缓冲技术创建图像的显示方式,清除闪烁现象。使用线 程分别解决准备图像、显示图像的任务,解决显示速度慢,占用内存较大的问题。
(2)准备 10 个图像文件(T1.JPG~T10.JPG),它们分别显示小球不同时间的高度和状态,存放 在“程序/image”目录下。这是创建动画的基础工作,是动画显示的内容,应用程序只是解决图像“动” 即显示的方式。
-Use of thread creation animation program
(1) the program function: to create a display ball beat constantly and different states of animation program. To achieve flicker-free phenomenon, show speed, small memory requirements. Namely to use double buffer technology to create the image display method, clear the flicker phenomenon. Use line cheng solution to image, the task of display images, respectively, to solve the display speed slow, large memory problems.
(2) to prepare 10 image file (T1. JPG ~ T10. JPG), respectively according to the height of the ball at different times and state, stored in "program/image" directory. This is the foundation of creating animation work, is the animation display content, application only way of solving "move" the display picture.
关闭全屏阅读
意见与反馈 翻译结果评分: 参加有道翻译用户满意度调查! 关注我们: 推荐应用
(1)程序功能:创建一个显示小球不断跳动并显示不同状态的动画程序。要达到无闪烁现象,显 示速度快,占用内存较小的要求。即要使用双缓冲技术创建图像的显示方式,清除闪烁现象。使用线 程分别解决准备图像、显示图像的任务,解决显示速度慢,占用内存较大的问题。
(2)准备 10 个图像文件(T1.JPG~T10.JPG),它们分别显示小球不同时间的高度和状态,存放 在“程序/image”目录下。这是创建动画的基础工作,是动画显示的内容,应用程序只是解决图像“动” 即显示的方式。
-Use of thread creation animation program
(1) the program function: to create a display ball beat constantly and different states of animation program. To achieve flicker-free phenomenon, show speed, small memory requirements. Namely to use double buffer technology to create the image display method, clear the flicker phenomenon. Use line cheng solution to image, the task of display images, respectively, to solve the display speed slow, large memory problems.
(2) to prepare 10 image file (T1. JPG ~ T10. JPG), respectively according to the height of the ball at different times and state, stored in "program/image" directory. This is the foundation of creating animation work, is the animation display content, application only way of solving "move" the display picture.
关闭全屏阅读
意见与反馈 翻译结果评分: 参加有道翻译用户满意度调查! 关注我们: 推荐应用
(系统自动生成,下载前可以参看下载内容)
下载文件列表
LX7_8.java