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

搜索资源列表

  1. ShowPicture

    0下载:
  2. 本文实现了查看多种图像格式文件,同时实现了自绘制的滚动条.-View multiple images of the format, while achieving a mapping from the roll.
  3. 所属分类:GDI/图象编程

    • 发布日期:2008-10-13
    • 文件大小:18644
    • 提供者:郭术同
  1. ShowPicture.rar

    0下载:
  2. VC源代码,可以通过键盘控制图片在小窗口中移动显示,一个商业代码的提取部分。,VC source code, can be controlled through the keyboard picture window in a small mobile display, a commercial code extraction part.
  3. 所属分类:GUI Develop

    • 发布日期:2017-05-13
    • 文件大小:1753307
    • 提供者:郭银
  1. ShowPicture

    0下载:
  2. 窗口显示位图。实现对位图的等比显示功能。-Window displays a bitmap. The realization of the geometric bitmap display.
  3. 所属分类:GDI-Bitmap

    • 发布日期:2017-04-10
    • 文件大小:55680
    • 提供者:雷震杰
  1. showPicture

    0下载:
  2. 通过单击将另一窗体中的图片显示到本窗体,实现窗体间的切换-show the picture
  3. 所属分类:Windows Develop

    • 发布日期:2017-03-31
    • 文件大小:91432
    • 提供者:吴利华
  1. showPicture

    0下载:
  2. 本程序是在visual c++6.0下开发的显示位图程序-show picture
  3. 所属分类:GDI-Bitmap

    • 发布日期:2017-04-10
    • 文件大小:1976347
    • 提供者:liwenqing
  1. showpicture

    0下载:
  2. 该程序用于显示数据库的图片,仅作为学习之用,数据库用的是oracle!-The program used to display the database of pictures, just for learning purposes, the database is used by oracle!
  3. 所属分类:ADO-ODBC

    • 发布日期:2017-04-03
    • 文件大小:44201
    • 提供者:欧阳克
  1. showpicture

    0下载:
  2. 可以在对话框上面显示图片,而且速度很快,大家可以-In the dialog box shown above picture, and fast, we can try
  3. 所属分类:Button control

    • 发布日期:2017-05-04
    • 文件大小:1449166
    • 提供者:周世威
  1. ShowPicture

    0下载:
  2. 套接字发送与接收图片文件,并将接收到的图片文件显示到对话框主界面。截取对方屏幕,再发送过来-A socket send and receive pictures of files, and will receive the image files to indicate to the interface dialog box. Intercept each other screen, then send to come over
  3. 所属分类:GUI Develop

    • 发布日期:2017-04-26
    • 文件大小:121465
    • 提供者:罗治平
  1. showpicture

    0下载:
  2. 一个实现2D和3D 绘画的程序,可以自动绘画2D和3D的线条和纹理。-An implementation of 2D and 3D drawing program can automatically drawing 2D and 3D lines and textures.
  3. 所属分类:GDI-Bitmap

    • 发布日期:2017-11-16
    • 文件大小:10621368
    • 提供者:bin wang
  1. ShowPicture

    0下载:
  2. 用opencv写的显示一幅图片,对于学习opencv初步的朋友很有帮助-Opencv write display a picture of a friend helpful for initial learning opencv
  3. 所属分类:GDI-Bitmap

    • 发布日期:2017-11-18
    • 文件大小:644861
    • 提供者:木兰兰
  1. ShowPicture

    0下载:
  2. VC++ 封装好的一个图片显示类,支持多种图片格式(BMP,JPG,GIF,WMF)-The encapsulated nice a picture VC++ display class, and supports a variety of image formats (BMP, JPG, GIF, WMF)
  3. 所属分类:Dialog_Window

    • 发布日期:2017-12-01
    • 文件大小:33874
    • 提供者:0708010111
  1. ShowPicture

    0下载:
  2. 一个显示图片的小型窗体程序,只提供最简单的显示选择的文件-show picture
  3. 所属分类:CSharp

    • 发布日期:2017-04-29
    • 文件大小:45687
    • 提供者:sc
  1. ShowPicture

    0下载:
  2. 广告图片漂浮显示,将图片按指定路径漂浮在当前窗口上.-Advertising picture floating display, the image floating in the specified path on the current window.
  3. 所属分类:Dialog_Window

    • 发布日期:2017-06-02
    • 文件大小:14092785
    • 提供者:sungaolei
  1. ShowPicture

    0下载:
  2. 在button控件上显示图片,在button控件上显示图片-Display a picture on the control button to display the image on the button control
  3. 所属分类:Button control

    • 发布日期:2017-06-17
    • 文件大小:26439566
    • 提供者:lvqm
  1. ShowPicture

    0下载:
  2. 这是一个win32下显示背景图片的小程序,教人使用Bitbit()函数。(Win32 shows the background image applet)
  3. 所属分类:其他

    • 发布日期:2017-12-25
    • 文件大小:1386496
    • 提供者:xuanzhuan080
  1. ShowPicture

    0下载:
  2. 我完成了修图软件中的三个基本功能,人像磨皮、白平衡调节和皮肤美白。人像磨皮使用双边滤波器完成,效果良好但运行速度慢。白平衡调节使用灰度世界算法来编写程序,可以自动调节偏色照片的白平衡,运行效果良好。皮肤美白使用优化的白平衡算法来对皮肤进行提亮处理,运行效果良好。其中,磨皮力度和美白力度可以通过滑块调节,方便使用。我还为该程序设计了一个简单的界面,并切加入丰富的色彩来吸引用户使用。程序中处理的照片可以自行选择,处理后的照片也可以直接保存。(I finished retouching softwar
  3. 所属分类:其他

    • 发布日期:2018-01-07
    • 文件大小:22528
    • 提供者:Looopc
搜珍网 www.dssz.com