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

搜索资源列表

  1. BMP文件操作

    0下载:
  2. 纯C的BMP文件操作程序,包含bmp文件的读取,和内存数据写入文件。本人亲自编写,是我机器视觉项目的一个接口程序,特地分享。
  3. 所属分类:图片显示浏览

    • 发布日期:2009-08-27
    • 文件大小:1.88kb
    • 提供者:fjiale
  1. 位图全色生操作类,指纹识别,角点检测,锐化,反色等操作类C++

    0下载:
  2. 指纹识别中的一个步骤分支点检测的实现,使用的是我个人编写的位图操作类,本位图操作类中的算法组,可以用于所有能够返回具有指针特性图像矩阵的文档操作类库。也就是说通用性很强。算法组还包括指纹识别算法,卷积函数。位图操作类包括的方法有 tmBmp(); tmBmp(const std::string & fname, BYTE clrBit = 8 ,DWORD imW = 256,DWORD imH = 256); virtual ~tmBmp();
  3. 所属分类:GDI/图象编程

    • 发布日期:2009-04-09
    • 文件大小:15.35kb
    • 提供者:tr0217
  1. BMP操作(C语言)

    0下载:
  2. 通过该程序可以了解BMP的文件结构。
  3. 所属分类:其他小程序

    • 发布日期:2009-04-18
    • 文件大小:99.93kb
    • 提供者:eqgyjj
  1. AVI to bmp

    0下载:
  2. 作者已经测试过,程序稳定,转换得到的图片序列存入C盘
  3. 所属分类:多媒体编程

  1. Bmp2yuv. BMP转YUV源代码

    2下载:
  2. BMP TO YUV, 422 444 411,BMP TO YUV, 422 444 411
  3. 所属分类:多媒体编程

    • 发布日期:2016-01-27
    • 文件大小:7.2mb
    • 提供者:liuyanbo
  1. show

    0下载:
  2. 几个c语言的小程序,包括pcx,bmp文件显示、俄罗斯方块等,-Several c language programs, including showing of pcx,bmp files, Russian square etc.
  3. 所属分类:Chess Poker games

    • 发布日期:2017-11-09
    • 文件大小:7.12kb
    • 提供者:
  1. bmp

    0下载:
  2. 用C语言实现BMP图像的显示,可以显示出1bit,4bit,8bit,16bit,24bit图像-BMP image using C language display, can show 1bit, 4bit, 8bit, 16bit, 24bit images
  3. 所属分类:Picture Viewer

    • 发布日期:2017-05-21
    • 文件大小:6.28mb
    • 提供者:刘子龙
  1. ARM_Bmp2C

    0下载:
  2. BMP转位图 6410 logo bmp-C-BMP bitmap transfer
  3. 所属分类:Special Effects

    • 发布日期:2017-04-01
    • 文件大小:95.23kb
    • 提供者:清醒
  1. bmp

    0下载:
  2. 很适合初学者使用,用纯C语言写的。希望对需要的人有帮助-Very suitable for beginners to use, and written in pure C language. Hope to those who need help
  3. 所属分类:GDI-Bitmap

    • 发布日期:2017-05-09
    • 文件大小:1.73mb
    • 提供者:lina
  1. bmptogif

    0下载:
  2. 将8的位bmp图像转换位gif图像,不用其它设置自动保存-Will be 8-bit bmp image conversion bit gif images, not the other settings automatically saved
  3. 所属分类:Special Effects

    • 发布日期:2017-04-03
    • 文件大小:1.75kb
    • 提供者:罗安迪
  1. bmp

    0下载:
  2. 用C语言编写的小程序,图像处理实例,供学习C综合实验的同学使用-Using C language applets, image processing examples for learning C students use an integrated experimental
  3. 所属分类:Special Effects

    • 发布日期:2017-04-05
    • 文件大小:74.27kb
    • 提供者:ssh
  1. RSA

    0下载:
  2. RSA公钥加密的基本实现 bmp灰度图片加解密操作包括 RSA 的加减密算法; 素数检测算法;RSA 密钥生成算法; 应用该 RSA 密码体制加、解密; BMP 灰度图的算法; Pollard p-1 算法 ; Pollard r 算法 ; -RSA public key encryption to achieve the basic gray-scale picture bmp including RSA encryption and decryption operations of addi
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-03-29
    • 文件大小:26.99kb
    • 提供者:魏汝垚
  1. bmp-font-bit

    0下载:
  2. 这是用C++ Builder写的两个位图转换成C51格式的提取程序源代码.仅供参考学习,请勿用于商业目的。谢谢 (1)EX1生成4096色16bit(双8bit)RGB数据 (2)EX2用于字库提取,采用横向扫描,可以在画图程序里输入汉字保存图片后转换, 但我推荐使用C51bbs上龙版的字模3输入汉字,然后保存图片或copy到画图程序,可以 很方便的制作各种菜单图片 如有什么问题可以Email跟我联系 95908@163.com 16:54 2004
  3. 所属分类:SCM

    • 发布日期:2017-05-07
    • 文件大小:1.74mb
    • 提供者:like
  1. source7

    0下载:
  2. 边沿检测与提取,轮廓跟踪 source目录下为本章介绍的源程序 功能是边沿检测与提取,轮廓跟踪 命令行编译过程如下 vcvars32 rc bmp.rc cl edge.c bmp.res user32.lib gdi32.lib 注意事项: 运行时,文件c:\test.bmp必须存在 -Edge detection and extraction, contour tracing source directory of the source cod
  3. 所属分类:Special Effects

    • 发布日期:2017-03-29
    • 文件大小:30.74kb
    • 提供者:阿斯顿
  1. bmp

    0下载:
  2. c语言读取bmp图像 ,试了很多个,这个应该有用,看看吧-c language c language to read bmp images to read bmp images, try a lot of months, this should be useful to see it
  3. 所属分类:Special Effects

    • 发布日期:2017-03-25
    • 文件大小:954byte
    • 提供者:刘骏
  1. bmp.1

    0下载:
  2. Here is the program to display bmp image in linux c..i worked this program and i dont know how to give input for this program-Here is the program to display bmp image in linux c..i worked this program and i dont know how to give input for this progra
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-13
    • 文件大小:2.06kb
    • 提供者:ilavarasu.v
  1. 1bit_BMP

    0下载:
  2. This a simple program for Turbo C users that saves your graphics output(screen) as 1bit monochrome bitmap(*.bmp file)-This is a simple program for Turbo C users that saves your graphics output(screen) as 1bit monochrome bitmap(*.bmp file)
  3. 所属分类:File Formats

    • 发布日期:2017-04-13
    • 文件大小:1.67kb
    • 提供者:zandu
  1. BmpToJpg

    0下载:
  2. 用c实现的BMP格式转JPG格式,花了很久-BMP format with the c implementation change JPG, spent a long time
  3. 所属分类:Picture Viewer

    • 发布日期:2017-05-13
    • 文件大小:3mb
    • 提供者:周一
  1. BmpManip

    0下载:
  2. bmp图片格式转换称avi视频格式 code with c-bmp to avi code with c++
  3. 所属分类:Multimedia Develop

    • 发布日期:2017-03-30
    • 文件大小:321.74kb
    • 提供者:devinchen
  1. bmp

    0下载:
  2. BMP and JPEG image format conversion C source
  3. 所属分类:Special Effects

    • 发布日期:2017-04-10
    • 文件大小:1.45kb
    • 提供者:dan
« 12 3 4 5 6 7 8 9 10 ... 50 »
搜珍网 www.dssz.com