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

搜索资源列表

  1. Disply

    0下载:
  2. 显示位图文件,并能对图像做二值化、放大图像,缩小图像等操作-display bmp
  3. 所属分类:Picture Viewer

    • 发布日期:2017-04-07
    • 文件大小:44162
    • 提供者:关延春
  1. CDIB

    0下载:
  2. 一个读写DIB的操作类,可以读256,24位,32位等多种格式的位图-DIB to read and write operation of a category, can be read 256,24 place a variety of formats, such as 32-bit bitmap
  3. 所属分类:GDI-Bitmap

    • 发布日期:2017-04-05
    • 文件大小:8906
    • 提供者:JELL
  1. GDI_plus_Painter

    0下载:
  2. GDI+绘图基本操作,包括绘制直线、矩形、椭圆以及绘制填充的基本图形,并可以把绘制的图形保存为位图-GDI+ graphics basic operations, including drawing a straight line, rectangle, ellipse, and fill the basic graphics rendering, and rendering can be saved as a bitmap graphics
  3. 所属分类:GUI Develop

    • 发布日期:2017-03-30
    • 文件大小:101153
    • 提供者:leon
  1. imagdoing

    0下载:
  2. 用c++写的最简单的数字图像处理代码,用了API函数,直接操作位图矩阵,高效-It is a imag-doing pragress
  3. 所属分类:Special Effects

    • 发布日期:2017-04-02
    • 文件大小:13238
    • 提供者:zhangzhenglong
  1. BmpProgCtrlDemo

    0下载:
  2. 一款使用BMP位图作为背景的进度条程序,两张BMP位图叠加形成的效果,通过这个程序你可以了解到C++操作位图的一些知识,比如计算和图像混合技术等。-A BMP bitmap using the progress bar as a background process, two BMP bitmap overlay the effects of the formation, through this process you can learn C++ the number of bitmap op
  3. 所属分类:GDI-Bitmap

    • 发布日期:2017-04-03
    • 文件大小:445291
    • 提供者:108
  1. CBitmapEx

    1下载:
  2. vc++中位图的操作,放大,缩小、移动、很好!-vc++ bmp operations
  3. 所属分类:GUI Develop

    • 发布日期:2017-05-09
    • 文件大小:1590459
    • 提供者:alex
  1. learnVcCodeGame_AliveMe

    0下载:
  2. 让我动吧 [产生动画] 28 3-1、任务: 28 3-2、建立时钟消息: 28 3-3、让角色动起来: 29 3-3-1、变化的文件名 29 3-3-2、getpic(...)调图片到相关位图 30 3-3-3、可以动了 30 3-3-4、OnOK()启动时钟 31 3-4、窗口、控件的基本操作 32 3-5、让我动吧 Dlg.cpp 完整的程序和注释: 32 3-5-1、全局定义: 32 3-5-2、程序的初始入口: 33
  3. 所属分类:GDI-Bitmap

    • 发布日期:2017-04-01
    • 文件大小:31795
    • 提供者:Topsense Sol
  1. BmpProgCtrlDemo

    0下载:
  2. C++位图进度条源代码一款使用BMP位图作为背景的进度条程序,两张BMP位图叠加形成的效果,通过这个程序你可以了解到C++操作位图的一些知识,比如计算和图像混合技术等-C++ source code for the progress bar bitmap using a BMP bitmap as the background of the progress bar program, the formation of two BMP bitmap overlay effect, through
  3. 所属分类:GUI Develop

    • 发布日期:2017-04-02
    • 文件大小:445947
    • 提供者:张钒
  1. drawPictures

    0下载:
  2. 介绍打开位图的方法及位图的一些相关操作。-this is a very important homework which can make you know the way to open the picture with VC
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-07
    • 文件大小:40447
    • 提供者:sabrina
  1. Cplus

    0下载:
  2. 常用C++源码集合,包括闹钟、位图转化、学生成绩管理系统、人脸检测系统、ping系统、自动关机系统、Txt文件转换、超级玛丽、工资管理系统、BIOS操作、中国象棋、自动售货机等等。 -Common C++ source code collections, including the alarm clock, bitmap conversion, student achievement management system, human face detection system, ping sys
  3. 所属分类:Graph program

    • 发布日期:2017-05-24
    • 文件大小:7953847
    • 提供者:conroy cheung
  1. WriterBmp

    0下载:
  2. 源码开发环境是TC,能完成将屏幕按4位BMP位图的写入操作。-Source development environment is a TC, to complete the screen by 4-bit BMP bitmap write operations.
  3. 所属分类:GDI-Bitmap

    • 发布日期:2017-04-10
    • 文件大小:1296
    • 提供者:清玲儿
  1. canvas

    0下载:
  2. 关于图片的打开 对位图在构造函数中直接进行操作-On the picture to open the bitmap in the constructor of the direct action
  3. 所属分类:Picture Viewer

    • 发布日期:2017-05-14
    • 文件大小:3350002
    • 提供者:小明
  1. ColorProcess

    0下载:
  2. 在图像处理时,常常需要对颜色进行量化等操作,这些代码就对位图进行颜色处理。-In image processing, we often need to quantify the color and other operations, which code for the bitmap to color processing.
  3. 所属分类:Special Effects

    • 发布日期:2017-05-11
    • 文件大小:2285692
    • 提供者:卢小宝
  1. bmp

    0下载:
  2. 一个简单的位图程序,完成基本的读取,显示和存储操作,适合于广大初学者哦。-A simple bitmap program, the completion of the basic reading, display and storage operation, suitable for beginners Oh majority.
  3. 所属分类:GUI Develop

    • 发布日期:2017-04-16
    • 文件大小:25879
    • 提供者:黄志业
  1. SHOWDIB1

    0下载:
  2. 读入位图的程序,并可对读入的位图进行平移、旋转、边缘提取等操作-Read bitmap program, it may also read into the bit map to pan, rotate, edge extraction operation
  3. 所属分类:GDI-Bitmap

    • 发布日期:2017-03-29
    • 文件大小:90933
    • 提供者:chenchao
  1. PicSize

    0下载:
  2. VC++图像操作实例,获取BMP图像的尺寸大小,注意这里不是获取的占用字节,是像素,你随便载入一个BMP位图,点击“获取大斜按钮,BMP的长度和宽度会显示出来,这是个很简单的图像基础操作,新手朋友应该掌握的哦。-VC++ examples of image manipulation, image size for BMP, note this is not for the occupation of bytes, is pixels, you talk to load a BMP bitmap,
  3. 所属分类:GDI-Bitmap

    • 发布日期:2017-04-16
    • 文件大小:22050
    • 提供者:张小根
  1. CDib

    0下载:
  2. 在数字图像处理中应用到的一个辅助基础类,CDib类,提供对DIB的操作,包括装载位图,获取位图相关信息,创建调色板,绘制位图等。-CDIB
  3. 所属分类:Special Effects

    • 发布日期:2017-04-16
    • 文件大小:85501
    • 提供者:wulihua
  1. MobilePaintExample_5th

    0下载:
  2. symbian 一个关于操作内存和位图的例子 很好的控制了位图的刷新,内存的优化很好-symbian bitmap memory
  3. 所属分类:Symbian

    • 发布日期:2017-04-07
    • 文件大小:580206
    • 提供者:shiwenbin
  1. bmp

    0下载:
  2. VC++图像操作实例,获取BMP图像的尺寸大小,注意这里不是获取的占用字节,是像素,你随便载入一个BMP位图,点击“获取大斜按钮,BMP的长度和宽度会显示出来-VC++ examples of image manipulation, image size for BMP, note this is not for the occupation of bytes, is pixels, you talk to load a BMP bitmap, click the " Get big r
  3. 所属分类:Other systems

    • 发布日期:2017-04-02
    • 文件大小:22301
    • 提供者:方法
  1. Brightness

    0下载:
  2. 对位图进行亮度增加,亮度取反等操作,使用VC++开发,有详细解释-Bitmap for intensity adjustment, to take such action against the use of VC++ development, with detailed explanations
  3. 所属分类:Special Effects

    • 发布日期:2017-05-10
    • 文件大小:2248538
    • 提供者:KKill
« 1 2 ... 9 10 11 12 13 1415 16 17 18 19 ... 23 »
搜珍网 www.dssz.com