搜索资源列表
JAVA显示图像且用鼠标点击改变显示位置
- * 显示图像。鼠标点击改变显示位置 * 用 Applet 的方法 getImage() 产生图像Image * 用 Graphics 的方法 drawImage() 画出图像 * 在 paint() 方法中画图,或在鼠标事件侦听方法中画图 * 鼠标点击,产生 mouseClicked 事件-* display the image. Click on the mouse to change location * Use Applet method getImage () produ
GoldDigger
- 小游戏--淘金者 主要用到了双缓冲平面作图,以及drawImage等。经典算法,适合初学者观摩-small game -- Gold mainly uses the double buffer plane mapping, and other drawImage. Classical algorithm for beginners to watch!
drawImageyanjie
- drawImage(调用类的双缓冲缩放) drawImage(调用类的双缓冲缩放)
DrawImage
- Demonstrate on how to draw image continuously by java applet
drawimage
- 一个绘制失量图的例子-drawing a diagram of the missing example
Drawdll.rar
- 该程序在内存中画图提供很多画图接口可在各种平台下调用,The program in memory to provide a lot of drawing in a variety of drawing interface platform called
Winform.rar
- 最近在做一个图片查看器,由于使用一般的PctureBox,在性能和缩放控制上都无法满足预期的要求,因此所有组件的呈现均是通过重写控件的OnPaint事件来绘制。在查看gif图片时发现Graphics.DrawImage只呈现第一帧,无法满足预期要求,因此经过摸索寻找到了解决自绘gif的较好办法。,At a recent picture viewer, because of the use of general PctureBox, at performance and zoom control
DrawImage(Realse)
- 提供检测区域划定的功能,首先SetHostInfo初始化参数,然后SetImageFileName(LPCTSTR pFileName)取得一张场景图像, 根据需要绘制一个检测区域,WriteDataBase(void) 将这个区域存储,作为IVS的输入-To provide regional delineation of the functions of detection, first of all SetHostInfo initialization parameters, and the
DrawImage
- 一个画图软件,相当于windows的画图软件,使用MFC-A drawing software, which is equivalent to windows of the drawing software, the use of MFC
DrawImage
- symbian的画图程序,教你如何在symbian中实现画图的基本操作-symbian the Paint program to teach you how to achieve symbian Medium drawing the basic operation
DrawImage
- 该程序是用JAVA来实现图形学中的中点算法来画直线,圆,椭圆!-The program is a JAVA Graphics to achieve the mid-point algorithm to draw a straight line, round, oval!
DrawImage
- c#开发的图片合并程序,选择图片的开始路径, 选择图片的结束路径-c# kaifade
DrawImage
- 通过设计图像矩阵直接制作图像.无需图像存储.-Through the design of image matrix directly produce the image. No need to image storage.
DrawImage
- 画图的基本操作,有兴趣的可以学一学,欢迎大家下载-DrawImage
java3
- 双缓冲技术: 另一种减小帧之间的闪烁的方法是使用双缓冲,它在许多动画applet 中被使用。 主要原理是创建一个后台图象,将一帧画入图象,然后调用drawImage() 将整个图象一次画到屏幕上去。好处是大部分绘制是离屏的。将离屏图象一次 绘至屏幕上比直接在屏幕上绘制要有效得多。 双缓冲可以使动画平滑,但有一个缺点,要分配一张后台图象,如果图象 相当大,这将需要很大一块内存。 当你使用双缓冲技术时,应重载update()。 -
21
- 1. 能使用drawImage()方法显示图像,并结合线程类sleep()方法编写简单动画程序。 2. 能在小程序中使用play()方法播放背景音乐、并能选择声音文件进行播放。 3. 能编写图像缩放显示、“空中飞翔”简单动画、音乐播放等程序。 实验内容: -1. Can use the drawImage () method to display images, combined with the Thread class sleep () method to write sim
drawimage
- 此为类似画图面板程序,可以保存bmp, jpg, gif格式的图片-on draw image, can save .bmp .jpg gif
DrawImage
- 对drawimage 的用法以及其功能,适合于初学者,初步掌握用法-On the drawimage usage, and its function
drawImage
- Java绘制图片火焰效果,源代码相关注释:前景和背景Image对象、Applet和绘制火焰的效果的Image对象、Applet和绘制火焰的效果的Graphics对象、火焰效果的线程、Applet的高度,宽度、实例化MediaTracker对象、增加图片到图片装载器、绘制火焰效果的X坐标,Y坐标、得到X坐标,Y坐标值、绘制火焰效果Image-creat java flame programme,so cool
picturebox-drawImage-
- 在 picturebox上用drawimage 方法拼接图片-use drawimage method link pictures on picturebox