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

搜索资源列表

  1. avi2bmp

    0下载:
  2. 用matlab 写的将avi电影转化成BMP图像序列,调试通过的-Avi movie to convert BMP image sequences
  3. 所属分类:Special Effects

    • 发布日期:2017-03-24
    • 文件大小:692
    • 提供者:wfhdy
  1. rgb565_bmp

    0下载:
  2. 把rgb565格式的文件写成bmp文件,并显示出来。-Rgb565 format to write bmp files, and displayed.
  3. 所属分类:Graph program

    • 发布日期:2017-04-10
    • 文件大小:1789904
    • 提供者:chezuguo
  1. BMP

    0下载:
  2. 使用MFC读写BMP文件,对了解位图的数据格式很有帮助。-Read and write BMP files using MFC, for understanding the data format bitmap helpful.
  3. 所属分类:GDI-Bitmap

    • 发布日期:2017-05-29
    • 文件大小:11889643
    • 提供者:zhangcht
  1. CISBitmap

    0下载:
  2. bmp读写源码-bmp source code to read and write
  3. 所属分类:GDI-Bitmap

    • 发布日期:2017-11-29
    • 文件大小:1658
    • 提供者:张龙女
  1. WndToBmpFile

    0下载:
  2. I have written this article to capture a Windows image into a bitmap file that will support all PaintBrush tools and Thumbnail Views of Windows Explorer. I have found many programmers suffering from this problem, including me, until I wrote this arti
  3. 所属分类:

    • 发布日期:2017-11-16
    • 文件大小:131204
    • 提供者:徐丽志
  1. bmp_in

    0下载:
  2. 读写dip的vc源程序,所有函数都有定义,可以供开发参考-vc the source, all functions have definition, for the development of reference
  3. 所属分类:GDI-Bitmap

    • 发布日期:2017-11-16
    • 文件大小:85269
    • 提供者:理会
  1. edgeDetection

    0下载:
  2. 我写的一个 使用 Canny算法进行 边缘检测的程序。 目前打开BMP文件。-I wrote an algorithm using the Canny edge detection procedure. BMP file is currently open.
  3. 所属分类:Special Effects

    • 发布日期:2017-04-24
    • 文件大小:90390
    • 提供者:弥一强
  1. showbmp

    0下载:
  2. 自己写的显示bmp文件的程序,能显示黑白图像,和彩色图像。但是移动图像只能用黑白的图像。-Writing his own display bmp file showing the black-and-white images, and color images. But can only use black and white images of mobile images.
  3. 所属分类:GDI-Bitmap

    • 发布日期:2017-04-28
    • 文件大小:23856
    • 提供者:阿不
  1. HideInfoWithBmp

    0下载:
  2. 对于BMP格式的图象,其前54个字节未文件头信息,从第55个字节开始到结束的所有数据,都是图像颜色数据。如果仅仅修改图像颜色数据而不修改文件头信息,则bmp图像大小不变且可以正常使用。当然,为了控制图像的质量,对于数据的植入方式,我们需要稍加斟酌。一个bmp图像要隐藏我们指定的信息,储存空间必不可少。为了保证信息植入前后图像的质量不发生明显的变化,我们只有把信息写到bmp图像颜色数据的每个字节的低位上。这样,每个字节的改变量不超过0Fh,对图像品质的影响非常小,用肉眼几乎分辨不出来。在源码包中有
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-16
    • 文件大小:26111
    • 提供者:lizhoujian
  1. DIBAPI

    0下载:
  2. 这个程序是用来实现关于(bmp)文件的读写功能。很简单,但是很实用!-This procedure is used to achieve the (bmp) file to read and write functions. Is simple, but very practical!
  3. 所属分类:source in ebook

    • 发布日期:2017-03-27
    • 文件大小:13868
    • 提供者:
  1. FileRecv

    0下载:
  2. 基于bmp数字图像的隐写算法,并用matlab编程实现-bmp detect
  3. 所属分类:source in ebook

    • 发布日期:2017-03-27
    • 文件大小:37320
    • 提供者:sky
  1. newpic

    0下载:
  2. 显示BMP图像,和简单的图像处理..DELPHI 7程序写的-show bmp type file
  3. 所属分类:Picture Viewer

    • 发布日期:2017-05-12
    • 文件大小:2717083
    • 提供者:吕成
  1. 09320_2

    0下载:
  2. BMP图像的读写,是图形图像处理的基础,很有用处-Read and write BMP images
  3. 所属分类:Windows Develop

    • 发布日期:2017-05-11
    • 文件大小:2146656
    • 提供者:Crystal
  1. BMP

    0下载:
  2. bmp文件的读写,对了解手机图片的编程和修改有帮助-bmp file to read and write, to understand the cell phone picture and modify the programming help
  3. 所属分类:GDI-Bitmap

    • 发布日期:2017-04-01
    • 文件大小:2208
    • 提供者:
  1. BMP

    0下载:
  2. BMP图片分析,对写彩屏驱动有很大的帮助
  3. 所属分类:File Formats

    • 发布日期:2017-04-04
    • 文件大小:5256
    • 提供者:张贴
  1. AviCreate

    0下载:
  2. 生成AVI文件的例子,可以选择一个目录,允许在同一文件内放一个wav声音文件,程序会将里面的所有bmp文件(要求是24位的)自动合成avi文件,wav文件会做为背景音乐。该例子虽不完善,但可以为avi的视频流及声音流的读写提供参考。-Examples of AVI file is generated, you can choose a directory that allows the same directory put a wav sound file, the program will b
  3. 所属分类:Multimedia Develop

    • 发布日期:2017-05-28
    • 文件大小:10322127
    • 提供者:hw
  1. ReadWrightbmp

    0下载:
  2. 在Visual C++环境下读写bmp文件。该程序可用于图像处理,并对bmp格式的文件进行读写和处理。-In the Visual C++ environment to read and write bmp files. The program can be used for image processing, and bmp format for reading and writing and processing.
  3. 所属分类:Graph program

    • 发布日期:2017-05-01
    • 文件大小:623777
    • 提供者:赵伟
  1. DIBDisplay

    0下载:
  2. VC++ DIB图像的打开,保存等。有详细的代码,BMP文件的读写,直接可以用。-the DID image been open and saved by VC++
  3. 所属分类:Windows Develop

    • 发布日期:2017-05-15
    • 文件大小:3986749
    • 提供者:xinxzhao
  1. vbjietu

    0下载:
  2. 新手用VB写的屏幕监控截图小工具,不要笑话,参考了网上的一段源代码-writer about fat_dog
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-15
    • 文件大小:5748
    • 提供者:王炜琪
  1. ThreeDBMP

    0下载:
  2. 本人为了图像处理的需要,很想实现二维图像的三维显示,于是写了本代码,希望与此有兴趣的读者共享。图像的获取一是bmp图像文件,二是来自剪贴板。本代码在MFC中调用OpenGL库函数来实现二维图像的三维显示,图像的宽度、高度和象素的亮度分别为三维空间的x,z,y坐标。程序主要有初始化、绘图、资源释放和操作部分,这些功能在OGL_MFCView.cpp文件中实现。OpenGL库的初始化在该文件中的OnCreate,InitScene和 DrawScene函数中实现,主要初始化OpenGL运行时的环境变
  3. 所属分类:3D Graphic

    • 发布日期:2017-03-28
    • 文件大小:107039
    • 提供者:arechi
« 1 2 34 5 6 7 8 9 10 ... 25 »
搜珍网 www.dssz.com