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

搜索资源列表

  1. Bitmap_Read_write

    0下载:
  2. VC++实现的bmp位图读写的函数代码,非常实用-VC++ Realized bmp bitmap function to read and write code, very useful
  3. 所属分类:GDI-Bitmap

    • 发布日期:2017-04-14
    • 文件大小:4488
    • 提供者:xuzheng
  1. openimagefile

    0下载:
  2. 用vc写的图象显示程序,按照bmp文件的格式读写图象文件,没有用别人的库函数-Written by vc image display program, in accordance with the bmp file format to read and write image files, not use someone else
  3. 所属分类:Picture Viewer

    • 发布日期:2017-05-15
    • 文件大小:49242
    • 提供者:吴伏
  1. ReadBitmaps

    0下载:
  2. 使用VC编程实现的程序,可以读入BMP图像。并进行显示-The use of VC programming procedures can be read into the BMP image. And show
  3. 所属分类:GDI-Bitmap

    • 发布日期:2017-04-29
    • 文件大小:66467
    • 提供者:klq
  1. bmpReadWrite

    0下载:
  2. 基于VC6.0对位图图象的读写操作等,适合图形图象处理新手参考-read/write BMP picture in VC++6.0
  3. 所属分类:Special Effects

    • 发布日期:2017-04-13
    • 文件大小:2180
    • 提供者:tangle
  1. qqw

    0下载:
  2. 位图的存取在vc中的 因为所在的项目中我负责的模块是有关与位图的读写和存储的,所以看了一些资料后,并且成功在vc 下实现所需的功能后写下这篇读书报告。 对于位图,要想在vc中实现读取和存储,先必须了解BMP的文件格式。 BMP文件大体上分成四个部分:位图文件头,位图信息头,调色板,实际的位图数据。 位图文件头BITMAPFILEHEADER是一个结构,它的定义如下: typedef struct tagBITMAPFILEHEADER{ WORD bfType
  3. 所属分类:GDI-Bitmap

    • 发布日期:2017-04-17
    • 文件大小:187573
    • 提供者:lypdl
  1. zhongzhilvbo

    0下载:
  2. 本代码用vc编写的图像处理中的中值滤波。代码比较清晰,容易读懂。主要处理bmp图像-Vc prepared with the code of image processing median filter. Code clearer, easier to read. Bmp images is mainly concerned with
  3. 所属分类:Special Effects

    • 发布日期:2017-04-28
    • 文件大小:157988
    • 提供者:lifeng
  1. ch1_1

    0下载:
  2. 此程序是基于VC开发平台,实现了bmp格式位图的读入显示和存储-This procedure is based on VC development platform, to achieve the bmp format of the read bitmap display and storage
  3. 所属分类:Picture Viewer

    • 发布日期:2017-05-11
    • 文件大小:2051359
    • 提供者:jyf
  1. BMPViewer

    0下载:
  2. VC++编写的bmp 文件的读/写与显示-bmp read/write/display using VC++ LANGUAGE
  3. 所属分类:Picture Viewer

    • 发布日期:2017-05-19
    • 文件大小:5521582
    • 提供者:yang
  1. databaseimg

    0下载:
  2. 一个数据应用举例,利用VC++操作Access数据库,读写数据库的BMP图像文件,注意这里仅支持BMP图像,如果要支持其它格式如JPG/GIF等,需要修改程序,本实例只是演示如何从数据库读取BMP编辑信息并显示、如何写入BMP图像信息到数据库,测试运行了一下,正常工作,运行时请将数据库移到Debug目录下。-For example a data application using VC++ to operate Access database, the database read and wri
  3. 所属分类:ADO-ODBC

    • 发布日期:2017-05-02
    • 文件大小:570954
    • 提供者:994
  1. VCImage

    0下载:
  2. 涵盖内容: 1>图像处理简介 2>常用图像文件格式说明 3>BMP图像文件读写 涉及VC知识主要有: 1>消息添加 2>文件读写 3>串行化 -Cover the content: an " Image Processing Introduction 2" image file format commonly used descr iption 3> BMP image file rea
  3. 所属分类:Picture Viewer

    • 发布日期:2017-03-29
    • 文件大小:69927
    • 提供者:
  1. car_recong

    0下载:
  2. 使用VC++6.0做开发工具, 采用简单的SDI框架结构 ,一次处理一幅位图(有兴趣的可以作成MDI) 1)位图信息的数据是从左下往右下为一行,一行一行往上排的。 2)每行像素应该是4的倍数,不足的地方用空点补齐,读的时候注意跳过冗余点。 3)主要数据都存在Doc里面,BMP的主要数据存在一个由ImgData指向的BYTE型的内存空间(根据位图的大小,动态分配的)。 4)数据读进来以后,注意向内存中贴图,以保证刷新的效率。 5)程序执行流程-Use VC++6.0 as de
  3. 所属分类:OpenGL program

    • 发布日期:2017-05-16
    • 文件大小:4513906
    • 提供者:zhangguoxia
  1. changeAviToBmp

    0下载:
  2. 使用vc中的MFC读入AVI视频变成BMP格式 以便于进行下一步处理。-use mfc in vc,inread vedio in avi,and transfer it into bmp.
  3. 所属分类:Graph Recognize

    • 发布日期:2017-05-08
    • 文件大小:1990482
    • 提供者:马凝
  1. TestGdi

    1下载:
  2. vc gdi 读,显示,保存bmp文件 截屏幕带光标 截取被挡住的窗体-vc gdi read, display, save the bmp file cut the screen with a cursor interception blocked form
  3. 所属分类:Graph program

    • 发布日期:2016-12-22
    • 文件大小:329728
    • 提供者:张勇
  1. XXTestBmp

    0下载:
  2. 基于VC++的BMP图像读写与显示程序设计 VS2008实现 里面除了源码还有课程设计任务书~说明书-VC++ based on the BMP image display program designed to read and write and implement VS2008 there are courses which in addition to source books ~ manual design task
  3. 所属分类:GDI-Bitmap

    • 发布日期:2017-05-26
    • 文件大小:9123885
    • 提供者:关星星
  1. ImageTest1

    0下载:
  2. Visual C/C++图形图像与游戏编程典型实例解析1--涵盖内容: 1>图像处理简介 2>常用图像文件格式说明 3>BMP图像文件读写 涉及VC知识主要有: 1>消息添加 2>文件读写 3>串行化 实验环境: Win+VC6.0 -Visual C/C++ graphics and game programming typical examples of analytical 1- co
  3. 所属分类:Special Effects

    • 发布日期:2017-03-30
    • 文件大小:64146
    • 提供者:hty
  1. ImageProc

    1下载:
  2. 用VC++实现CT的重建技术,包括bmp图像的读入显示,以及CT反投影法的实现-VC++ implementation with the reconstruction of CT technology, including read bmp image display, and the realization of CT back projection
  3. 所属分类:Special Effects

    • 发布日期:2015-07-25
    • 文件大小:56320
    • 提供者:qinchuan
  1. BMPfile

    0下载:
  2. BMP文件的读写,以及操作,在VC环境下。-The operate of BMP file in VC.
  3. 所属分类:Special Effects

    • 发布日期:2017-04-06
    • 文件大小:120415
    • 提供者:ESM
  1. bitmap-access

    0下载:
  2. 一个数据应用举例,利用VC++操作Access数据库,读写数据库的BMP图像文件-A data application example, the use of VC++ Operating Access database, read and write BMP image file database
  3. 所属分类:ADO-ODBC

    • 发布日期:2017-04-05
    • 文件大小:569087
    • 提供者:
  1. jpeg_vc

    0下载:
  2. JPEG demo,VC工程,可以读入bmp或yuv数据,通过DCT编码保存为JPG格式。-JPEG demo, VC project, you can read bmp or yuv data by DCT coding saved as a JPG format.
  3. 所属分类:Multimedia Develop

    • 发布日期:2017-04-10
    • 文件大小:1803600
    • 提供者:康军
  1. Change_type

    0下载:
  2. 这是一个在vc++6.0环境下,对读入图片进行转换的源程序,也是借用别人的,希望对大家有用。-this is a Source program under vc++6.0 environment.it can convert the input image from jpg into bmp .it is also borrowed from someone else s,and i hope it is useful
  3. 所属分类:GDI-Bitmap

    • 发布日期:2017-04-02
    • 文件大小:291403
    • 提供者:陈冬
« 1 2 34 »
搜珍网 www.dssz.com