搜索资源列表

  1. bmpdiglog

    0下载:
  2. 在vc++6.0环境中,对位图对话框的实例源代码,该代码可用于是更加美化你的对话框。放心使用!-In vc++ 6.0 environment, for example bitmap dialog source code, the code can be used more landscaping then your dialog box. Ease of use!
  3. 所属分类:界面编程

    • 发布日期:2024-05-15
    • 文件大小:5079040
    • 提供者:邢冬
  1. bitmap

    0下载:
  2. 读取bmp图像的灰度值,用一维数组输出!-Bmp image to read the gray value, using one-dimensional array of output!
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2024-05-15
    • 文件大小:1301504
    • 提供者:曾轶飞
  1. ScrollBitmap

    0下载:
  2. 滚动显示位图,通过拖动滚动条,显示较大图象-Scrolling bitmap, by dragging the scroll bar, indicating a larger image
  3. 所属分类:图片显示浏览

    • 发布日期:2024-05-15
    • 文件大小:9216
    • 提供者:zq
  1. test11

    0下载:
  2. Well greetings all. For those of you that want to see what we are doing here, you can check it out at the end of my demo/hack Worthless! I am bosco and I will do my best to teach you guys how to do the animated, sine-wav
  3. 所属分类:OpenGL

    • 发布日期:2024-05-15
    • 文件大小:1346560
    • 提供者:mwb
  1. HVStoreBmp

    0下载:
  2. 抓取一帧图像到内存,利用ConvertBayer2Rgb 转换成RGB 24位格式位图,然后直接从内存读取图像数据,保存数据到BMP文件。图像的大小由视频输出窗口和视频格式确定。-Crawl into an image memory, the use of ConvertBayer2Rgb converted to RGB 24-bit format bitmap, and then directly from the memory t
  3. 所属分类:图形图象

    • 发布日期:2024-05-15
    • 文件大小:78848
    • 提供者:dtcdtc
  1. bitmap-Multi

    0下载:
  2. 所属分类:GDI/图象编程

    • 发布日期:2024-05-15
    • 文件大小:1963008
    • 提供者:111111
  1. BITMAP

    0下载:
  2. 一个完整地读取和显示BMP图像,还有旋转,缩放和增强BMP图像-A complete read and display BMP images, as well as rotation, scaling and enhancement of BMP images
  3. 所属分类:图片显示浏览

    • 发布日期:2024-05-15
    • 文件大小:771072
    • 提供者:王博
  1. DIProcessing111

    0下载:
  2. 一个分割窗口的例子 可以查看位图格式,包括位图数据,调色板数据,还有一个简单的图像算法-Example of a partition window can view bitmap formats, including bitmap data, color palette data, there is a simple image algorithm
  3. 所属分类:对话框与窗口

    • 发布日期:2024-05-15
    • 文件大小:140288
    • 提供者:lilixian
  1. LayeredBitmapCtrl_demo

    0下载:
  2. 一个很有实用的显示透明位图的Static控件,可以多个位图同时显示,并可用鼠标移动-Shows a very practical transparent bitmap of Static Control, you can display multiple bitmaps at the same time, and the available mouse
  3. 所属分类:Static控件

    • 发布日期:2024-05-15
    • 文件大小:1354752
    • 提供者:Stone
  1. get_picuter_size

    0下载:
  2. 个人总结:单色位图,16色位图,256色位图,24位真彩色 获取图片大小,供学习使用-Personal Summary: monochrome bitmap, 16 color bitmap, 256-color bitmap, 24-bit True Color access image size for learning to use
  3. 所属分类:GDI/图象编程

    • 发布日期:2024-05-15
    • 文件大小:5120
    • 提供者:chengcantao
  1. Cimage

    1下载:
  2. 支持多种格式的图像类源码 The CImage class enables an application to load, save and display a variety of bitmap types. JPEG, PNG and BMP reading and writing are implemented, plus GIF reading. -Support multiple types of source image
  3. 所属分类:GDI/图象编程

    • 发布日期:2024-05-15
    • 文件大小:914432
    • 提供者:LianWenjie
  1. RGB2BITMAP

    0下载:
  2. 用DELPHI开发的把RGB数据转化为Bitmap的函数. 用户可以直接用的.-DELPHI developed with the RGB data into Bitmap function. Users can directly use.
  3. 所属分类:GDI/图象编程

    • 发布日期:2024-05-15
    • 文件大小:1024
    • 提供者:李国平
  1. richeditrc

    0下载:
  2. 在CRichEditCtrl控件内插入位图-CRichEditCtrl control insert in the bitmap
  3. 所属分类:RichEdit

    • 发布日期:2024-05-15
    • 文件大小:55296
    • 提供者:张婴雄
  1. CBmpSlidersrc

    0下载:
  2. this a Bitmap demo on wince platform
  3. 所属分类:Windows编程

    • 发布日期:2024-05-15
    • 文件大小:76800
    • 提供者:peter
  1. BmpDemo

    0下载:
  2. 读取位图并实现在图上画点,直线,矩形,椭圆的功能-Read bitmap and realize in the map drawing point, a straight line, rectangle, ellipse function
  3. 所属分类:对话框与窗口

    • 发布日期:2024-05-15
    • 文件大小:3621888
    • 提供者:leva
  1. 24BMP256ColorGray

    0下载:
  2. 本代码实现的功能:24位位图(BMP)的灰度化。具体实现过程:打开图像文件,找到数据区(每3个字节代表一个象素的R,G,B值),循环扫描,根据RGB的权重,计算出灰度值. 如果要得到256色灰度图,则要新建一个调色板,修改信息头和文件头.-Realize the function of the code: 24-bit bitmap (BMP) of the gray. Concrete realization of the proce
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2024-05-15
    • 文件大小:3072
    • 提供者:xixi
  1. bitmap

    0下载:
  2. 位图进度条,使用两张位图掩盖,达到进度条的效果,有意思-Bitmap progress bar, the use of two bitmap to cover up, to the effect of the progress bar, interesting
  3. 所属分类:GDI/图象编程

    • 发布日期:2024-05-15
    • 文件大小:10663936
    • 提供者:dongjingyang
  1. CCePngButtonST

    0下载:
  2. 改代码可实现wince button上帖png透明图片,Bitmap或icon当然也可以。该Button类从CCeButtonST(只能加载icon)修改而来。-Changed code can be realized with wince button on png transparent image, Bitmap or icon can also be of course. The Button Class from CCeBut
  3. 所属分类:Windows CE

    • 发布日期:2024-05-15
    • 文件大小:12288
    • 提供者:付星
  1. bmpwr

    0下载:
  2. 在控制台下写的BMP图像的存储,可以复制存储24位,8位、4位和1位的位图-In the console write BMP image storage, you can copy the stored 24-bit, 8-bit, 4 and 1-bit bitmap
  3. 所属分类:GDI/图象编程

    • 发布日期:2024-05-15
    • 文件大小:101376
    • 提供者:金朋轩
  1. CBitmapSlider_src

    0下载:
  2. Introduction Do you need a slider but default control looks too simple? I hope this class, CBitmapSlider, can help you. All you have to do is read this article and make a few bitmaps. Features Transparency eff
  3. 所属分类:界面编程

    • 发布日期:2024-05-15
    • 文件大小:9216
    • 提供者:赵建
« 1 2 ... 4 5 6 7 8 910 11 12 13 14 ... 50 »

源码中国 www.ymcn.org