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

搜索资源列表

  1. bmpTransfer

    0下载:
  2. 另外的BMP实现,关于BMP图像格式的C语言算法具体实现代码.-other BMP Implementation of the BMP image formats C language algorithms for achieving specific code.
  3. 所属分类:2D图形编程

    • 发布日期:2008-10-13
    • 文件大小:2341
    • 提供者:陈铭
  1. colourful

    0下载:
  2. 图象处理入门,用C语言实现, 包括BMP读取,图象的几何变化,镜像处理等-image processing using C language, including BMP reader, image geometry changes, such as image processing
  3. 所属分类:多媒体

    • 发布日期:2008-10-13
    • 文件大小:2330
    • 提供者:钟远高
  1. GraphicsClippign

    0下载:
  2. 将C语言图形下的图形转换为16色BMP图-C language graphics conversion of graphics to 16 BMP color map
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:10231
    • 提供者:晓墙
  1. CBMPprocessor

    0下载:
  2. 用原始的C语言直接调用API写的一个BMP图象处理的程序-with the original C language API calls directly write a BMP image processing procedures
  3. 所属分类:GDI/图象编程

    • 发布日期:2008-10-13
    • 文件大小:29624
    • 提供者:penbin123
  1. RQP

    0下载:
  2. 基于数字水印BMP图象的隐藏信息原始快对检测算法(RQP算法),利用C++语言实现,检测效率得到提高-based on digital watermarking BMP images for hidden messages to the original fast detection algorithm (PROGRAMMING algorithm) the use of C language, improve the efficiency of detection
  3. 所属分类:GDI/图象编程

    • 发布日期:2008-10-13
    • 文件大小:50405
    • 提供者:陶烨
  1. ImageProLab

    1下载:
  2. 用C语言写的基本图像处理程序,包括显示BMP位图程序,直方图均衡化,线性增强,均值虑波,中值虑波,伪彩色和二值化,对初学者很有用!-C language to write the basic image processing procedures, including shows from Bitmap procedures, histogram equalization, Linear increased, the mean consider the wave, the value of co
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2008-10-13
    • 文件大小:76929
    • 提供者:蓝云杨
  1. showcopybmp

    1下载:
  2. 用c语言编写的关于bmp 4位,8位,24位位图的显示及复制程序。-c language used on bmp four, eight, 24 bitmap display and reproduction procedures.
  3. 所属分类:图片显示浏览

    • 发布日期:2008-10-13
    • 文件大小:5317
    • 提供者:刘存良
  1. llg256

    0下载:
  2. linux-2.4内核修改工具,可以方便的定制启动图标,根据指定的BMP,自动生成linux内核的C语言代码 -linux-2.4 kernel modifying tools, to facilitate the commencement icon customization, According to the designated BMP, automatic generation of the Linux kernel C language code
  3. 所属分类:Linux/Unix编程

    • 发布日期:2008-10-13
    • 文件大小:222332
    • 提供者:夏永明
  1. WaveletView

    0下载:
  2. BMP灰度小波变换,c语言实现图象灰度变换 图象灰度变换-BMP gray wavelet transform, C Language Image Transform Image Gray Gray Transform Image Transform Image Transform Gray
  3. 所属分类:C#编程

    • 发布日期:2008-10-13
    • 文件大小:1420
    • 提供者:fafdsfdsafd
  1. 4234234

    0下载:
  2. 用C语言读取BMP位图的程序-C language read from Bitmap procedures
  3. 所属分类:WEB源码

    • 发布日期:2008-10-13
    • 文件大小:1906
    • 提供者:朱继明
  1. floppy

    0下载:
  2. 吕凤军《数字图象处理编程入门》中的所有例子源代码,中间包括BMP文件格式的分析以及图像处理各种算法的C语言实现,对初次涉及图像处理方面的人而言非常不错。-Mr Lu Fengtai army "Digital Image Processing Programming Primer" all the examples of source code, intermediate file formats including BMP analysis and image proces
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2008-10-13
    • 文件大小:1333408
    • 提供者:刘洋
  1. TurboPascalAdvancedProgramming

    0下载:
  2. 第1章 TURBO PASCAL高级编程技术 1.1 单元及其使用 1.2 与汇编语言混合编程 1.3 与C语言混合编程 1.4 过程类型及其使用 1.5 中断例程的编写方法 1.6 动态数组及其使用 1.7 扩充内存(EMS)及其使用 1.8 扩展内存(XMS)及其使用 1.9 程序的标准数据作代码处理的方法 第2章 实用工具单元 2.1 屏幕输入与输出单元ACRT 2.2 字符串处理单元ASTR 2.3 磁盘
  3. 所属分类:数学计算/工程计算

    • 发布日期:2008-10-13
    • 文件大小:112255
    • 提供者:zhangyoufu
  1. 4702-1

    0下载:
  2. 这是最近做的计算机图形学实验,其界面是一个仿WINDOWS下的窗口界面,程序具有较好的交互性。全部的图形函数都没有用C语言自带的图形库函数,所写的函数都是直接写屏实现的,模拟了大部分图形库函数的功能。但也有部分没有写出,如保存图形块的getimage()等函数。由于水平有限,还有部分功能没有实现,如保存或打开BMP图片等。等有了时间再说吧。算法什么的写的很潦草,都随便说说的,欢迎高手指点,希望与广大C语言爱好者共同学习讨论-This is a recent computer graphics e
  3. 所属分类:书籍源码

    • 发布日期:2008-10-13
    • 文件大小:37732
    • 提供者:张张
  1. Bmp2C.rar

    0下载:
  2. 用于2410 2440的bmp生成c语言程序,2410 2440 for the bmp generate c language program
  3. 所属分类:ARM-PowerPC-ColdFire-MIPS

    • 发布日期:2017-03-27
    • 文件大小:97516
    • 提供者:nian
  1. C-LSB

    0下载:
  2. C语言信息隐藏数字水印LSB算法,BMP图片。信息隐藏大作业。-C language LSB information hiding digital watermarking algorithm, BMP picture. Hide large operations.
  3. 所属分类:Special Effects

    • 发布日期:2017-05-20
    • 文件大小:5778949
    • 提供者:
  1. FaceDetection[write-in-C]

    0下载:
  2. 使用纯C语言实作,找出图像中的人脸,具体过程使用到色彩空间转换、光线补偿、二值化、八连通等等方法,最后框出人脸。 注:请使用bmp格式的图像并命名为input.bmp-Using pure C language implementations, figure out the image of the human face, the use of the specific process to color space conversion, light compensation, bin
  3. 所属分类:Special Effects

    • 发布日期:2017-05-03
    • 文件大小:905049
    • 提供者:spada
  1. mechanical-visual

    0下载:
  2. 使用C语言实现BMP图像灰度化,利用Canndy算子进行边缘检测-Using C language BMP grayscale image using edge detection operator Canndy
  3. 所属分类:Special Effects

    • 发布日期:2017-05-03
    • 文件大小:647971
    • 提供者:于晨
  1. bmpreaderwriter.tar

    0下载:
  2. 这是一个C语言写的简易BMP读取写入工具,所有代码存在头文件中。(This is a C language to write simple BMP read write tool, all the code exists in the header file.)
  3. 所属分类:Windows编程

  1. ShowBitmap

    0下载:
  2. 用c语言打开bmp,有visual c就能直接测试使用(Open BMP in the C language)
  3. 所属分类:图形图象

    • 发布日期:2018-01-01
    • 文件大小:1934336
    • 提供者:qianyuyang
  1. genderBMP

    0下载:
  2. C语言生成BMP格式的图片程序,可直接使用无需调试(C language generates BMP pictures)
  3. 所属分类:其他

    • 发布日期:2018-04-18
    • 文件大小:569344
    • 提供者:RUIIIrr
« 1 2 34 5 6 7 8 9 »
搜珍网 www.dssz.com