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

搜索资源列表

  1. 从BMP文件中装入位图并显示(6KB)

    0下载:
  2. 从BMP文件中装入位图并显示 the bmp file has four sections. the first is bitmapfileheader. this contains the bitmap file signature, the size of the bitmap and the offset to the array of bits that define the bitmap image. the next section is the bitmapinfoheader
  3. 所属分类:GDI/图象编程

    • 发布日期:2008-10-13
    • 文件大小:7590
    • 提供者:刘永平
  1. loadimage.java

    0下载:
  2. 用JAVA写的屏幕截图小程序,希望能通过,-with JAVA write Screenshots small procedures in the hope that through, thank you
  3. 所属分类:JSP源码/Java

    • 发布日期:2008-10-13
    • 文件大小:124211
    • 提供者:tony
  1. bitmapEx_source

    0下载:
  2. 一种向CBitmap对象读取“*.bmp”文件的快捷方式。 1、建立自己的CBitmap派生类。 2、增加一个“Load from bitmap”的函数: BOOL CMyBitmap::LoadBitmap(LPCTSTR szFileName) { DeleteObject() HBITMAP hBitmap=NULL hBitmap=(HBITMAP)LoadImage(NULL,szFileName,IMAGE_BITMAP,0,0,L
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2008-10-13
    • 文件大小:5411
    • 提供者:李明
  1. LoadImage

    0下载:
  2. 如何在VC中加载图像,希望对大家有帮助。仅供学习研究,严禁商用。
  3. 所属分类:Windows编程

    • 发布日期:2008-10-13
    • 文件大小:3245
    • 提供者:罗亮
  1. LoadImage.vc.net.2003

    0下载:
  2. 读取JPG图像的每个像素的RGB值,以供图像特征的提取。
  3. 所属分类:图片显示浏览

    • 发布日期:2008-10-13
    • 文件大小:33167
    • 提供者:谢睿
  1. LoadImage_Demo

    1下载:
  2. VC2005下实现wince 5.0动态图片加载,包含多种图片格式(*.jpg,*.gif)-VC2005 achieve wince 5.0 Dynamic image loading, with a variety of image formats (*. jpg,*. gif)
  3. 所属分类:Windows CE

    • 发布日期:2014-05-02
    • 文件大小:6125493
    • 提供者:王昶海
  1. LoadImage

    0下载:
  2. 嵌入式qt/Embed环境,使用QLabel加载bmp图片,然后pushbutton控制切换显示的图片。-Embedded qt/Embed the environment, use the QLabel load bmp image and pushbutton control switch display pictures.
  3. 所属分类:Special Effects

    • 发布日期:2017-03-30
    • 文件大小:28590
    • 提供者:陈旭
  1. 2shujuku

    0下载:
  2. 介绍二进制数据库的编程BOOL CUsingBlobDoc::OnOpenDocument(LPCTSTR lpszPathName) { if (!CDocument::OnOpenDocument(lpszPathName)) return FALSE HBITMAP hbm = (HBITMAP)::LoadImage(NULL, lpszPathName, IMAGE_BITMAP, 0, 0, LR_LOADFROMFI
  3. 所属分类:ADO-ODBC

    • 发布日期:2017-03-27
    • 文件大小:352033
    • 提供者:王风
  1. 329_CustDlg2

    0下载:
  2. 1. 修改对话框的背景颜色 2. 用位图作为对话框的背景 3. 改变静态控件文字和背景颜色 4. 改变编辑框文字和背景颜色 5. 改变CheckBox的文字和背景颜色 6. 改变RadioBox的文字和背景颜色 7. 改变按钮的背景颜色和文字颜色 8. 在对话框中使用Picture控件 9. 修改Picture控件显示的位图 10.使用LoadImage从资源装入位图-1. Modify the background color of dia
  3. 所属分类:Dialog_Window

    • 发布日期:2017-05-03
    • 文件大小:326180
    • 提供者:姜帅云
  1. LoadDllRes

    0下载:
  2. Visual C++ 创建纯资源 DLL 包含资源(如图标、位图、字符串和对话框)的 DLL。 纯资源 DLL 的应用程序应调用loadLibrary 来显式链接到 DLL。若要访问资源,请调用资源特定的函数之一:LoadBitmap,LoadImage,LoadCursor,LoadIcon,LoadString //资源ID不加 “”。使用完资源后,应用程序应调用 FreeLibrary。 LoadDllRes.rar 演示了全过程。 -Visual C++ to cre
  3. 所属分类:Special Effects

    • 发布日期:2017-05-26
    • 文件大小:70891
    • 提供者:xuyucheng
  1. Richxstp

    0下载:
  2. 利用RichEdit控件显示图文数据,首先需使用API函数LoadImage装载图片,然后创建并插入OLE对象.-RichEdit control the use of facsimile data show, first of all need to use API function LoadImage loaded picture, and then create and insert the OLE object.
  3. 所属分类:RichEdit

    • 发布日期:2017-04-16
    • 文件大小:207226
    • 提供者:苏秦
  1. BmpBrowser

    0下载:
  2. 在控件上显示图片用LoadImage方法实现该功能-Display images in the control method to achieve this functionality using LoadImage
  3. 所属分类:Graph program

    • 发布日期:2017-03-29
    • 文件大小:233730
    • 提供者:刘婷
  1. Lecture_M_29_11_2008_1(LoadImage)

    0下载:
  2. load image I mean a bitmap and a lot of differnet controls
  3. 所属分类:Button control

    • 发布日期:2017-04-10
    • 文件大小:1387945
    • 提供者:lashatt
  1. LoadImage

    1下载:
  2. Java编写的用于读取指定图片的每一个像素点的rgb值并且打印到txt文本-Written in Java for reading the specified image for each pixel rgb value of the text and print to txt
  3. 所属分类:Special Effects

    • 发布日期:2017-03-27
    • 文件大小:2411
    • 提供者:Chang
  1. JImage

    0下载:
  2. JImage is class that help programmers easy work with images in java. This class have this methods: saveImage loadImage setPixel setRGB getPixel getRGB getImage setImage getImageType and more -JImage is class that help programmers
  3. 所属分类:Picture Viewer

    • 发布日期:2017-03-29
    • 文件大小:1118
    • 提供者:Romixery
  1. loadImage

    0下载:
  2. 使用c++语言运用opengl技术开发的bmp文件的导入程序-Use opengl c++ language technology development bmp file import process
  3. 所属分类:2D Graphic

    • 发布日期:2017-03-27
    • 文件大小:385791
    • 提供者:张哲
  1. loadimage

    0下载:
  2. 把系统外部图片导入 实现导入一幅图片并显示在系统-load a image to the object
  3. 所属分类:Picture Viewer

    • 发布日期:2017-05-20
    • 文件大小:5810053
    • 提供者:elsa
  1. LoadImage

    0下载:
  2. opencv 加载图片 帮助用户测试opencv的环境;-opencv loadImage
  3. 所属分类:OpenCV

    • 发布日期:2017-05-07
    • 文件大小:1333596
    • 提供者:林一
  1. loadimage

    0下载:
  2. 可以直接go.m 进行程序加载。本人亲自测试,算法还可以,可以参考学习!(The program can be loaded directly by go.m. I personally test, the algorithm can also refer to the study!)
  3. 所属分类:matlab例程

    • 发布日期:2017-12-20
    • 文件大小:581632
    • 提供者:黄天
  1. LoadImage

    0下载:
  2. Android 实现异步加载网络图片显示(none loadimage on android platform)
  3. 所属分类:android开发

    • 发布日期:2018-04-22
    • 文件大小:1024
    • 提供者:金山~
« 12 »
搜珍网 www.dssz.com