CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 图形图象 图片显示浏览 搜索资源 - c语言显示图片

搜索资源列表

  1. c语言第三方BGI事例

    0下载:
  2. 第三方BGI演示源代码,演示了在C环境下如何加载bmp图片、如何显示。-third-party source code demonstration, a demonstration of the C environment bmp how to load pictures, how to display.
  3. 所属分类:图片显示浏览

    • 发布日期:2008-10-13
    • 文件大小:26636
    • 提供者:五名
  1. bmp.c

    0下载:
  2. tc可以直接调用的c语言图片显示程序,将16色BMP文件显示在你的界面上!-tc can directly call the c language picture display program, 16-color BMP file shows you the interface!
  3. 所属分类:图片显示浏览

    • 发布日期:2008-10-13
    • 文件大小:1550
    • 提供者:sunny
  1. moniyuncai

    0下载:
  2. 用于图形图象的C语言源代码 源码类别为图片显示 开发环境为C++ -graphic images for the C language source code for the type of source images shows development environment for C + +
  3. 所属分类:图片显示浏览

    • 发布日期:2008-10-13
    • 文件大小:11759
    • 提供者:wujun
  1. ElectronicAlbums

    0下载:
  2. C语言写的简单的电子相册,能实现bmp图片的浏览,但是移植性差,可能在不同的机器上不能显示图片。-C language to write simple electronic albums, bmp picture to achieve the browser, but the poor transplantation may be on different machines can not display picture.
  3. 所属分类:Picture Viewer

    • 发布日期:2017-05-31
    • 文件大小:12806740
    • 提供者:何润平
  1. hero

    0下载:
  2. 用C语言实现的显示BMP图片,只显256色,其他例同,详细见代码-display BMP picture
  3. 所属分类:Picture Viewer

    • 发布日期:2017-04-04
    • 文件大小:1431
    • 提供者:吴庆林
  1. ImageWeb

    0下载:
  2. 用c#语言实现的上传图片的代码,每行显示的个数可以改变-use the c# to transfer the pictures
  3. 所属分类:Picture Viewer

    • 发布日期:2017-05-22
    • 文件大小:7059332
    • 提供者:hellenlin
  1. Myimgapp

    0下载:
  2. 可实现JPG和GIF格式的图片的显示以及按照固定比例放大,用C语言编写-this program can realize JPG and GIF format images show and according to the constant proportion, written in C Language.
  3. 所属分类:Picture Viewer

    • 发布日期:2017-05-16
    • 文件大小:4366324
    • 提供者:vivian
  1. YK1

    0下载:
  2. 这是一个读取BMP图片并显示于DOS环境下的c语言程序,该程序实现简单,可读性好-This is a read BMP images and display in the DOS environment c language program, the program is simple and readable
  3. 所属分类:Picture Viewer

    • 发布日期:2017-04-05
    • 文件大小:1910
    • 提供者:周慧 星
  1. zyoye

    0下载:
  2. 这是本人自己编写的一个小的显示BMP格式图片的小程序,采用C语言编程实现。-This is my own preparation of a small display BMP format pictures of small programs, the use of C language programming.
  3. 所属分类:Picture Viewer

    • 发布日期:2017-04-01
    • 文件大小:33151
    • 提供者:周慧 星
  1. C05

    0下载:
  2. 教程----MFC图片显示语言Visual C++6.0全部代码-Language---- MFC tutorial picture shows all the code Visual C++6.0
  3. 所属分类:Picture Viewer

    • 发布日期:2017-05-16
    • 文件大小:4369990
    • 提供者:yuexiaojian1
  1. 800-600-64K-true-color-

    0下载:
  2. C语言开发的在800 600 64K真彩色模式下显示BMP图片的程序-In the 800 600 64K true color mode display BMP image
  3. 所属分类:Picture Viewer

    • 发布日期:2017-04-08
    • 文件大小:2849
    • 提供者:Kevin
  1. ViewJpg

    0下载:
  2. 完成选择文件夹,之后将里面的所有Jpg图片显示在图片框中,C#语言编写-Select the folder after completion, there will be all Jpg picture is displayed in the picture box, C# language
  3. 所属分类:Picture Viewer

    • 发布日期:2017-04-03
    • 文件大小:35669
    • 提供者:Shiye
  1. Play-Sounds-For-C

    0下载:
  2. Dos 中多任务模拟~可以显示图片的同时播放声音,是底层的...C语言代码-Play Sound for C 1193180 is system MHZ.
  3. 所属分类:Picture Viewer

    • 发布日期:2017-11-07
    • 文件大小:1056
    • 提供者:xdm
  1. BitMap

    0下载:
  2. 对bmp格式的图片进行C语言的一步步简单调取显示,对于语言的掌握有示范作用。-simple bmp pictuyes showing.
  3. 所属分类:Picture Viewer

    • 发布日期:2017-05-21
    • 文件大小:6271707
    • 提供者:郭戈
  1. JPG2RGB565

    0下载:
  2. JPG2RGB565 说明: 1.对于单片机而言有的时候需要显示图片,一般单片机为了节约资源采用的图片一般为RGB565格式, PC机上用的一般是RGB格式,也就是说PC机器上RGB(R,G,B)三个字节表示一个像素,单片机采 用两个字节表示一个像素,第一个字节的高5位表示R,第一个字节的低3位和第二个字节的高3位 表示G,第二个字节的低5位表示B 2.本程序支持JPG格式转为RGB565格式,显示在屏幕上或者用管道命令输出到一个文本文件 命令行:JPG2RGB
  3. 所属分类:Picture Viewer

    • 发布日期:2017-04-03
    • 文件大小:356674
    • 提供者:Eric
  1. pic2c

    0下载:
  2. 将图片文件转换成C语言代码,便于程序自带图像显示。-translate picture file to c language souce code
  3. 所属分类:Picture Viewer

    • 发布日期:2017-05-19
    • 文件大小:5367214
    • 提供者:zhaofei
  1. itkbationcluster

    0下载:
  2. 根据C语言设置的图形,According to the graph of the C language(According to the C language of graphics, "According to the graph of the C language)
  3. 所属分类:图片显示

    • 发布日期:2017-12-25
    • 文件大小:1024
    • 提供者:赵志超
  1. nlanet

    0下载:
  2. 用C语言制作的星球,A planet made in C(In C star, A planet made in C)
  3. 所属分类:图片显示

    • 发布日期:2017-12-25
    • 文件大小:16384
    • 提供者:赵梓懿
  1. sbtainoverridebar

    0下载:
  2. 隐马尔可夫模型的C语言实现,人工智能算法领域的参考资料,,(C language implementation of hidden markov model resources in the field of artificial intelligence algorithms,)
  3. 所属分类:图片显示

    • 发布日期:2017-12-20
    • 文件大小:5120
    • 提供者:邵日霞
搜珍网 www.dssz.com