CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 搜索资源 - drawImage

搜索资源列表

  1. JAVA显示图像且用鼠标点击改变显示位置

    0下载:
  2. * 显示图像。鼠标点击改变显示位置 * 用 Applet 的方法 getImage() 产生图像Image * 用 Graphics 的方法 drawImage() 画出图像 * 在 paint() 方法中画图,或在鼠标事件侦听方法中画图 * 鼠标点击,产生 mouseClicked 事件-* display the image. Click on the mouse to change location * Use Applet method getImage () produ
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:63.44kb
    • 提供者:邰科
  1. drawImageyanjie

    0下载:
  2. drawImage(调用类的双缓冲缩放) drawImage(调用类的双缓冲缩放)
  3. 所属分类:多媒体

    • 发布日期:2014-01-16
    • 文件大小:937.75kb
    • 提供者:yanjie
  1. drawimage

    0下载:
  2. 一个绘制失量图的例子-drawing a diagram of the missing example
  3. 所属分类:绘图程序

    • 发布日期:2008-10-13
    • 文件大小:183.88kb
    • 提供者:许丕宇
  1. Drawdll.rar

    0下载:
  2. 该程序在内存中画图提供很多画图接口可在各种平台下调用,The program in memory to provide a lot of drawing in a variety of drawing interface platform called
  3. 所属分类:Special Effects

    • 发布日期:2017-05-14
    • 文件大小:2.94mb
    • 提供者:吴俊锋
  1. Winform.rar

    0下载:
  2. 最近在做一个图片查看器,由于使用一般的PctureBox,在性能和缩放控制上都无法满足预期的要求,因此所有组件的呈现均是通过重写控件的OnPaint事件来绘制。在查看gif图片时发现Graphics.DrawImage只呈现第一帧,无法满足预期要求,因此经过摸索寻找到了解决自绘gif的较好办法。,At a recent picture viewer, because of the use of general PctureBox, at performance and zoom control
  3. 所属分类:GDI-Bitmap

    • 发布日期:2017-03-29
    • 文件大小:21.57kb
    • 提供者:delpiero107108
  1. DrawImage(Realse)

    0下载:
  2. 提供检测区域划定的功能,首先SetHostInfo初始化参数,然后SetImageFileName(LPCTSTR pFileName)取得一张场景图像, 根据需要绘制一个检测区域,WriteDataBase(void) 将这个区域存储,作为IVS的输入-To provide regional delineation of the functions of detection, first of all SetHostInfo initialization parameters, and the
  3. 所属分类:Graph Drawing

    • 发布日期:2017-03-29
    • 文件大小:87.66kb
    • 提供者:
  1. DrawImage

    0下载:
  2. 一个画图软件,相当于windows的画图软件,使用MFC-A drawing software, which is equivalent to windows of the drawing software, the use of MFC
  3. 所属分类:ComboBox

    • 发布日期:2017-03-28
    • 文件大小:25.99kb
    • 提供者:刘建芳
  1. DrawImage

    0下载:
  2. symbian的画图程序,教你如何在symbian中实现画图的基本操作-symbian the Paint program to teach you how to achieve symbian Medium drawing the basic operation
  3. 所属分类:Symbian

    • 发布日期:2017-03-27
    • 文件大小:54.67kb
    • 提供者:test
  1. DrawImage

    0下载:
  2. c#开发的图片合并程序,选择图片的开始路径, 选择图片的结束路径-c# kaifade
  3. 所属分类:Special Effects

    • 发布日期:2017-03-26
    • 文件大小:37.98kb
    • 提供者:wwwww
  1. DrawImage

    0下载:
  2. 通过设计图像矩阵直接制作图像.无需图像存储.-Through the design of image matrix directly produce the image. No need to image storage.
  3. 所属分类:Special Effects

    • 发布日期:2017-04-08
    • 文件大小:1.41kb
    • 提供者:孙燮华
  1. DrawImage

    0下载:
  2. 画图的基本操作,有兴趣的可以学一学,欢迎大家下载-DrawImage
  3. 所属分类:Symbian

    • 发布日期:2017-03-23
    • 文件大小:56.2kb
    • 提供者:子鸿
  1. java3

    0下载:
  2. 双缓冲技术: 另一种减小帧之间的闪烁的方法是使用双缓冲,它在许多动画applet 中被使用。 主要原理是创建一个后台图象,将一帧画入图象,然后调用drawImage() 将整个图象一次画到屏幕上去。好处是大部分绘制是离屏的。将离屏图象一次 绘至屏幕上比直接在屏幕上绘制要有效得多。 双缓冲可以使动画平滑,但有一个缺点,要分配一张后台图象,如果图象 相当大,这将需要很大一块内存。 当你使用双缓冲技术时,应重载update()。 -
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-08
    • 文件大小:919byte
    • 提供者:langhua
  1. java4

    0下载:
  2. 在屏幕上移动一幅图象: world.gif作为背景,car.gif作为移动物体,且被绘制了两次,造成 一个两辆车比赛的场景。 -Double-buffering technology: Another reducing flicker between frames is to use double buffering, which in many animation applet Was used.
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-08
    • 文件大小:1.11kb
    • 提供者:langhua
  1. matlab-DrawImage

    0下载:
  2. 这是一个Matlab图形绘制程序,包括了大量MATLAB图形绘制操作,各种基于MATLAB的图形绘制-This is a Matlab graphics rendering process, including a large number of MATLAB graphics rendering operation, all based on MATLAB graphics rendering
  3. 所属分类:matlab

    • 发布日期:2017-04-15
    • 文件大小:5.67kb
    • 提供者:
  1. drawimage

    0下载:
  2. 描叙绘图像系统自带的附件 C# winform-asdassdf df sdf
  3. 所属分类:Picture Viewer

    • 发布日期:2017-04-03
    • 文件大小:42.78kb
    • 提供者:zhu123456
  1. drawimage

    0下载:
  2. 此为类似画图面板程序,可以保存bmp, jpg, gif格式的图片-on draw image, can save .bmp .jpg gif
  3. 所属分类:GDI-Bitmap

    • 发布日期:2017-03-24
    • 文件大小:117.32kb
    • 提供者:jack
  1. drawImage

    1下载:
  2. 这是在vc6.0下,使用opencv1.0 实现的一个关于画图的小程序。具体参考《opencv教程 - 基础篇》里面的P83 页 drawing.c 。主要功能就是利用opencv实现图形的绘制。-This is in vc6.0, using opencv1.0 achieve a small program on the drawing. Specific reference to " opencv tutorial- The Basics," which the P8
  3. 所属分类:OpenCV

    • 发布日期:2013-08-15
    • 文件大小:1.6mb
    • 提供者:vivi
  1. DrawImage

    0下载:
  2. VC++将两张位图合并在一起显示,这是在编写一款PRG游戏时用到的技术,因为不少的PRG游戏的场景和人物都是分开的,所以运用合并的技术就尤其重要了,希望通过这个小例子,让你学会这一过程的实现方法。-VC++ will two pieces of bitmap together shows, this is written in a PRG game use of technology in, because many of the scene and character PRG games ar
  3. 所属分类:Game Engine

    • 发布日期:2017-04-03
    • 文件大小:464.06kb
    • 提供者:李志强
  1. drawimage

    0下载:
  2. how to draw image with the help of vb.net graphics programming
  3. 所属分类:.net

    • 发布日期:2017-05-04
    • 文件大小:1.19mb
    • 提供者:sp
  1. picturebox-drawImage-

    0下载:
  2. 在 picturebox上用drawimage 方法拼接图片-use drawimage method link pictures on picturebox
  3. 所属分类:GDI-Bitmap

    • 发布日期:2017-03-27
    • 文件大小:75.15kb
    • 提供者:perry wang
« 12 »
搜珍网 www.dssz.com