搜索资源列表
如何显示位图
- 在vc下 实现图像显示 教你如何封装自己的DIB图像类-To realize icon s display and teach you how to package your own DIB class under VC s circumstance
ShowJPG
- 使用封装IPicture的类显示jpg文件,至于gif,不能动态,代码是从网上看的,不属我个人所有,分享下而已-Use the class package IPicture display jpg file, as gif, not dynamic, the code is read from the Internet, I do not belong to all, sharing only under
my_picture_scan
- QT开发软件、Linux操作系统、超级终端、PC一台、TQ2440开发板一块。 项目描述:主要是采用qt的集成开发环境qtCreator,在*.ui文件中进行界面设计,布置相关的控件(如按钮控件分别为打开、开始、暂停、上一张、下一张、放大、缩小、还原等,label显示图片),然后实现控件的功能(在qt里多数变量都是以类的形式进行封装的),最终在开发板上实现图片浏览器功能。 所需知识:c++,qt的相关知识,arm板上的开发。-QT development software, Linux
abc
- 查看某个文件夹中的图片,显示在网页中。程序片: package tom.jiafei import java.io.* class FileName implements FilenameFilter { public boolean accept(File dir,String name) { boolean boo=false if(name.endsWith(".jpg")||name.endsWith(".JPG"))
DIB
- 自己写的C++图像处理类,用于bmp类型的图像处理,与其他的dib不同,该类封装了其他的图像处理函数-C++ image processing class to write their own, for image processing of type BMP, unlike other DIB, the package of image processing functions for the other
ShowSaveBMP
- 利用cdib类实现bmp图像的显示,提供CDib类对bmp图像读写的封装。-Use cdib class implements bmp image display, providing CDib class bmp image read package.