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

搜索资源列表

  1. writebmp

    0下载:
  2. 将在内存图像数据直接保存为bmp文件到硬盘,封装为c语言函数,直接调用。-The image data directly in memory, saved as bmp files to the hard disk, the package for the c language function called directly.
  3. 所属分类:Console

    • 发布日期:2017-04-09
    • 文件大小:2029
    • 提供者:胡洪磊
  1. readbmp

    0下载:
  2. 用c语言实现对bmp图片像素的提取,保存在一个.txt的文件里。-Using c language pairs bmp image pixels extracted and stored in a. Txt file inside.
  3. 所属分类:Picture Viewer

    • 发布日期:2017-05-15
    • 文件大小:3739077
    • 提供者:
  1. shixi

    0下载:
  2. 模版图片与测试图片的对比,计算相似度参数,C语言读取并输出BMP文件-Template images and test the contrast of a picture, the calculation of similarity parameters, the C language to read and print BMP files
  3. 所属分类:Special Effects

    • 发布日期:2017-05-08
    • 文件大小:1610590
    • 提供者:Beyoung
  1. DefogFinal

    1下载:
  2. 对输入bmp图像去雾,使用C语言GPU加速实现-image defog,c language,GPU accelerate,cuda
  3. 所属分类:并行运算

    • 发布日期:2016-03-17
    • 文件大小:6833409
    • 提供者:罗杨
  1. rw_bmp_image

    0下载:
  2. 针对C语言中的BMP图像文件,给出了BMP图像的基本读入和保存的程序,程序不仅可以实现BMP图像的读入,还可以写出处理后的BMP图像。-For BMP image file in C language, gives the basic reading and preservation of BMP image program, the program can not only read the BMP image, you can also write BMP image after proce
  3. 所属分类:Special Effects

    • 发布日期:2017-04-16
    • 文件大小:254500
    • 提供者:wangyi
  1. Fourier

    0下载:
  2. 实现了读取一个bmp图片的傅里叶变换 使用C语言实现 北航图像处理作业~需要进一步交流 请联系qq 422563357-Reads a bmp image to achieve a Fourier transform using C language Northern image processing operations
  3. 所属分类:Special Effects

    • 发布日期:2017-05-11
    • 文件大小:2298758
    • 提供者:邢畅
  1. readPicture

    0下载:
  2. 用C语言实现对单色BMP图的读取,并将文件信息以16禁止存储在DAT文件中-Using C language to read monochrome BMP map, and the file information is stored in a 16 prohibits DAT file
  3. 所属分类:Picture Viewer

    • 发布日期:2017-04-13
    • 文件大小:1969
    • 提供者:lao
  1. bmpTest

    0下载:
  2. BMP 图像处理,C 语言,BMP 图像处理,C 语言-BMP image dealing,C language
  3. 所属分类:2D Graphic

    • 发布日期:2017-04-13
    • 文件大小:1961
    • 提供者:yinzhangqin
  1. The-nearest-neighbor-interpolation

    0下载:
  2. 图像的最邻近插值放大 纯C语言实现 包含bmp图像的读取和保存程序 可以直接运行-Read and save the program nearest neighbor interpolation to enlarge the image pure C language contains bmp image can be run directly
  3. 所属分类:Special Effects

    • 发布日期:2017-04-13
    • 文件大小:2003
    • 提供者:晓松
  1. bilinear-interpolation

    0下载:
  2. bmp图像的双线性插值放大 纯C语言实现 包含bmp图像的读取和保存程序 可以直接运行-Read and save the program bmp image bilinear interpolation to enlarge pure C language contains bmp image can be run directly
  3. 所属分类:Special Effects

    • 发布日期:2017-04-13
    • 文件大小:2191
    • 提供者:晓松
  1. bicubic

    0下载:
  2. 图像的立方卷积插值放大 纯C语言实现 包含bmp图像的读取和保存程序 可以直接运行-Read and save the program to enlarge images cubic convolution pure C language contains bmp image can be run directly
  3. 所属分类:Special Effects

    • 发布日期:2017-04-02
    • 文件大小:2417
    • 提供者:晓松
  1. psnr

    1下载:
  2. 计算图像的PSNR值 纯C语言实现 包含bmp图像的读取和保存程序 可以直接运行-Read and save the program to calculate the value of the image PSNR pure C language implementation contains bmp image can be run directly
  3. 所属分类:Special Effects

    • 发布日期:2017-04-13
    • 文件大小:1847
    • 提供者:晓松
  1. bmp2jpg

    0下载:
  2. 在单片机上做BMP到JPG的转码的C语言程序,做多媒体开发练习的好材料,内容详细,有注释-Do BMP to JPG transcoding C language program in MCU, good materials, multimedia development exercises detailed notes
  3. 所属分类:SCM

    • 发布日期:2017-04-26
    • 文件大小:14156
    • 提供者:粟斌
  1. readBMP

    0下载:
  2. c语言实现对bmp文件的读取,作为lsb信息隐藏的先驱步骤-c language reading of the bmp file as a pioneer step lsb information hiding
  3. 所属分类:Windows Kernel

    • 发布日期:2017-04-12
    • 文件大小:591
    • 提供者:盛晟
  1. readbmp

    0下载:
  2. 使用标准的C语言写的BMP图像读取并存储程序。头文件包含BMP图像的结构体,给定一个图像文件名及其路径,读图像的位图数据、宽、高、颜色表及每像素位数等数据进内存,存放在相应的全局变量中,同时将其写到指定文件中。 -Using the standard C language to read and write BMP image storage program. The header file contains the structure of BMP images, given an image
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-27
    • 文件大小:30229
    • 提供者:姜是
  1. jpeg

    0下载:
  2. 用C语言程序实现BMP图像解压为JPEG图像,运行结果完美-BMP images to achieve decompression using C language program for JPEG images, perfect operating results
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-05-14
    • 文件大小:3152231
    • 提供者:戚桂洪
  1. bmp2h

    0下载:
  2. 一款将BMP图片转换成C语言的工具,适合嵌入式LCD显示点阵使用-The BMP images into a C language tools for embedded use dot matrix LCD display
  3. 所属分类:software engineering

    • 发布日期:2017-05-03
    • 文件大小:602359
    • 提供者:jie
  1. getBMPdata

    0下载:
  2. 用C语言实现如何从一幅BMP图片中提取像素信息-How to use C language to extract information a pixel BMP picture
  3. 所属分类:Special Effects

    • 发布日期:2017-04-29
    • 文件大小:9869
    • 提供者:马超
  1. picture-switch

    0下载:
  2. 用C语言写的,可以将bmp格式图片转换成png和jpeg格式,并显示出来的程序-Written in C language can be bmp format image into png and jpeg format, and displayed in the program
  3. 所属分类:Other windows programs

    • 发布日期:2017-06-01
    • 文件大小:13764368
    • 提供者:李佳旭
  1. 24bitinfohide

    0下载:
  2. 24位BMP位图信息隐藏和读取(c语言实现)-24-bit BMP bitmap information hiding and read (c language)
  3. 所属分类:Multimedia Develop

    • 发布日期:2017-04-14
    • 文件大小:4151
    • 提供者:liao641361
« 1 2 3 4 5 6 7 89 »
搜珍网 www.dssz.com