搜索资源列表
imageviewerchxl
- 使用多线程做的一个图片显示程序,可以作为学习图片显示和处理,多线程的资料-use multithreading to do a photo display program, the study showed photographs and processing the information Multithreading
imageCarry
- 自己开发的一个对话框形式的缩略图浏览并包含了多线程上传的程序,没有实现图片的压缩功能,完成压缩功能后将再次上传-their development of the dialog form of a thumbnail browser and includes a multithreaded upload procedures, Photo not achieve the compression functionality, complete compression function will ag
gdal 使用gdal读写影像的例子
- 一个很好的使用gdal读写影像的例子,程序中使用分块读写和多线程,支持海量数据的影像,方便大家使用-A good example of using gdal reading and writing images, program and use the block read and write multi-threaded, supporting massive image data, to facilitate the use
source-effects-animation-fade-in
- 易语言动画渐显特效源码例程程序结合易语言多线程支持库和应用接口支持库,调用易语言模块实现动画渐显特效。 -Easy language routines source effects animation fade with easy language support library and multi threading support application interface library, call the easy language module in animation effects
txjmjmyf
- 图像加密解密一法 这个程序的来源是《数字图像处理原理与实践——基于Virsual C++开发》(左飞 万晋森 刘航著)随书光盘中的一个程序。 只是原程序运行时速度很慢,我使用了多线程技术,并把像素调换变成块(8×8象素)调换,速度有了改善。-A method of image encryption and decryption Source of this program is digital image processing theory and practice-