搜索资源列表
SSD1815.c
- SSD1815:// Project: mobile // File: Lcd.c // Date: 2006-8-7 // Note: LCD driver: SSD1815-SSD1815 : / / Project : mobile / / File : Lcd.c / / Date : 2006-8-7 / / Note : LCD driver : SSD1815
MY
- BMP图像显示纯C编写,能在DOS下显示BMP文件,只需要把显示驱动文件EGAVGA.BGI拷在你的Project下就可以了。可移植到任何平台-BMP image shows the preparation of pure C and can display BMP files under DOS, just to display driver EGAVGA.BGI copy files in your Project under it. Can be ported to any platfor
bmp
- 在c++console application 工程下,逐点读取.bmp文件,并将图片显示在windows界面上-read the file of .bmp, and draw the picture on the windows, based on the c++ console application project.
Report
- Project deals with implementation of mini-PACS which acquire DICOM images display them at reciever side who can view through an editor that has to be developed using visual studio C++ and the editor should have many options to perform like rotation o
CreateFromClipboard
- Sample Visual C++ project that shows how to use CImageObject library to capture images from clipboard.
VC-GIF
- 基于Visual C++ 6.0 MFC 的工程,显示gif格式的图片的demo程序,需要的可以下载参考一下-Based on Visual C++ 6.0 MFC project, display the gif format images of the demo program, you need to download the reference
my_picture_scan
- QT开发软件、Linux操作系统、超级终端、PC一台、TQ2440开发板一块。 项目描述:主要是采用qt的集成开发环境qtCreator,在*.ui文件中进行界面设计,布置相关的控件(如按钮控件分别为打开、开始、暂停、上一张、下一张、放大、缩小、还原等,label显示图片),然后实现控件的功能(在qt里多数变量都是以类的形式进行封装的),最终在开发板上实现图片浏览器功能。 所需知识:c++,qt的相关知识,arm板上的开发。-QT development software, Linux
JPG2RGB565
- JPG2RGB565 说明: 1.对于单片机而言有的时候需要显示图片,一般单片机为了节约资源采用的图片一般为RGB565格式, PC机上用的一般是RGB格式,也就是说PC机器上RGB(R,G,B)三个字节表示一个像素,单片机采 用两个字节表示一个像素,第一个字节的高5位表示R,第一个字节的低3位和第二个字节的高3位 表示G,第二个字节的低5位表示B 2.本程序支持JPG格式转为RGB565格式,显示在屏幕上或者用管道命令输出到一个文本文件 命令行:JPG2RGB
readPic
- C++读取图像到十六进制文件,vs2008工程,可直接打开-C++ read image to hex file, vs2008 project can directly open