搜索资源列表
处理jpeg文件的DLL
- 一个处理jpeg文件的dll,实现jpeg文件的打开,及其对图像的亮度增强。以及解压成bmp文件格式。-a jpeg processing documents dll achieve jpeg documents opened, and its right to enhance the brightness of the image. And unpacked into bmp file format.
open bmp
- 本程序是一个通过菜单打开一个bmp图像文件的vc代码。-this process is through a menu to open a bmp image files of vc code.
VQcoding
- 由matlab编写,带GUI界面。对bmp文件进行Vector Quantization。运行其中的VQ_GUI.m文件。 程序肯定是调试无误的。虽然比较耗时,但是最后能达到较好的图像效果和SNR。毕竟相比于VC,matlab运行较慢。 注意在点open打开了一个bmp文件过后,一定要先点VQ code,进行其他操作才能有效。-prepared by Matlab, with GUI interface. Bmp files to Vector Quantization. VQ_GUI.
bmp061122323343sdcplus
- 对bmp文件打开显示,供初学者参考(可以自己根据需要修改显示大小。)-right bmp files are opened, for beginners information (according to their own needs amendment shows the size.)
ReaYUV
- 打开YUV图形文件,并且显示YUV图象。非常实用,非常好用的好东西。-open YUV graphics files, it also shows the YUV images. Very practical, very useful to the good stuff.
www.cohoo.com.cn.pdfviewer
- pdf viewer 打开PDF文件的代码-pdf viewer to open PDF files of code
图像添加文字
- 打开文件,可以为图像添加任何文字,并保存
PictView
- 在VC++6.0环境下实现的一个图片浏览器。 可以打开BMP、PCX、JPEG及GIF图像。不论打开的是上述图像中的哪一种,用户均能以其中的任意一种格式将其保存。 可以进行全屏幕浏览,并在全屏幕浏览时提供“幻灯片播放”的功能。 在查看一幅图片时,可以选择从当前目录中删除该图片,并将其放入系统回收站中。 可以缩放和旋转图片。 在查看一幅图片时,可以直接调用Windows画图程序打开并进行编辑。 在查看一幅图片时,可以使用系统默认关联的程序打开查看或编辑。 -In VC+
photobrowser
- 图片浏览器:打开文件夹图片,缩放,旋转,幻灯片效果,-photo browser: scaling, rotating, slide effect
ShowBitmap
- 、BMP位图显示程序,用一个简单的SDI工程实现单击“文件”->“打开”,选择一个.bmp文件,如果不是真正的BMP文件,或者不是真彩色的BMP文件,程序都将报告有关信息。如果用户选择的是真彩色的BMP文件,则程序会在客户区显示整个图像。-, BMP bitmap display program with a simple click of the SDI project to achieve the " File" -> " Open" , sele
cximage600_demo
- CxImage是一个可以用于MFC 的C++图像处理类库类,它可以打开,保存,显示,转换各种常见格式的图像文件,比如BMP, JPEG, GIF, PNG, TIFF, MNG, ICO, PCX, TGA, WMF, WBMP, JBG, J2K 等格式的文件。可以实现BMP<->JPG,PNG <>TIFF格式等等的互相转换。-CxImage is a C++ class to load, save, display, transform BMP, JPEG, GI
GDIimage13
- 用GDI+在MFC对话框中显示图片,可以显示常见多种格式的图片。程序在打开文件夹中的图片时,可以对该文件夹下的常见图片文件进行统计,通过点击窗口按钮,进行上一张下一张的图片浏览。-Using GDI+ in MFC dialog box shown in pictures, can show a variety of common image format. Procedures to open the pictures folder, the folder may be the common
Matlab_ImageSee
- 打开文件中图片的简单Matlab程序代码-Open the file in the image of a simple Matlab code
weejiancaozuo
- 怎样打开文件和保存文件以及用opendialog控件打开图像-How to open the file and save the file and open the image with opendialog control
BrownBMP
- 可实现浏览大幅bmp图像的功能,可显示打开文件的路径-Bmp image can achieve significant functional browser, open the path to the file can be displayed
readwrite
- bmp图像读写,打开文件图像,然后进行处理,写入文件中-bmp image read and write, open the document image, and then processed, written to the file
Image-shutter-effect
- 该功能主要实现bmp格式图片的加载和以百叶窗形式显示的功能。用户利用打开文件按钮选择bmp格式的图片就能在客户区里看到该图片,点击菜单栏中的百叶窗效果就能看到图片以百叶窗的形式显示了。-The function mainly realize the BMP format picture of load and in the form of a shutter display function. Users use open file button to choose BMP format pic
PandaDirectXMaxExporter
- 2009Max插件导出X文件,打开文件导出,下来列表中选择X文件-2009Max export plug-X files, open the file export, down list, select the X files. . .
bmpview
- BmpView,bmp文件显示,右健打开文件,VC97编译,6K大小。-BmpView,bmp file viewer,6K size。
samcopy
- 无疑我们中的很多人都会遇到需要读写被其它进程占用的文件的情况,比如说在编写backup程序或是trojan的时候。能从系统中抽出SAM文件,或是读取其它某些用标准方法无法成功访问的文件显然是件不错的事情。比如说当用标志dwShareMode = 0打开文件时,其它进程就不能对它进行访问了。一个很好的例子就是网络寻呼机程序Miranda。这个程序在自己工作的时候不允许别人打开自己的数据库。假设我们需要写一个这样的木马,它在感染机器后从数据库中窃走密码,然后删除自身,这个时候就需要解决这个问题。-N