搜索资源列表
ImageBoard
- 图像处理工具ImageBoard的源程序,一个完整的例子,界面精美,功能完善,有大量的图像处理方法,为感谢大家提供源代码对本菜鸟的帮助,特发此源代码-image processing tools ImageBoard source, a comprehensive example, the interface beautifully, complete functions, a large number of image processing methods, thank you for pro
自绘位图
- 在这个程序中,给出了怎样自绘位图的一种方法,这个源代码是vc开发大全书中的例子,它给出了详细的解释和示例,有兴趣的朋友可以去下载来看看。-in this process, given how self-drawn map a way that the source code is developed Daquan book vc example, it gives a detailed explanation and examples, interested friends to downloa
drawindesktop
- 在桌面绘图示例,源代码示范了在桌面上画一个矩形-desktop mapping example, the source code model in a desktop picture of a rectangle
graphical
- 该系统前台为VB开发,调用VC写的dll,该DLL封装了46个图片处理函数,而且该程序含有源码,是图像开发的非常好的典范-prospects for VB, VC was called the dll, the DLL package of 46 photos handling functions, and the source code contains procedures, the development of the image is a very good example
视频捕获程序代码
- 这是一个纯粹的Win32 API 应用程序,No MFC。程序示范了VFW(Video for Windows)的使用。显示来自摄像头的视频并可以将视频截获下来保存为AVI文件。程序示范了非矩形窗口编程以及“文件保存”通用对话框的实现。本代码是初学者不可多得的例子程序。-This is a pure Win32 API application, No. MFC. The VFW procedure Model (Video for Windows) use. To show that the v
java键盘操作
- 本代码是关于java的键盘的输入,当你输入o是会弹出新窗口,当你输入其他是它会在最上一排显示你输入的字符,对学习java的同学是好例子-the java code is on the keyboard input, when you enter o is the new pop-up window When you enter the other is that it will show your best suit the character input, to learn java stud
wnghasdsf
- 用vc开发的实现图像解码,支持的格式包括 BMP、JPG、WMF、ICO、GIF、PNG、TIFF。 源代码是一个简单的图像浏览器例子,演示如何用 IImgCtx 接口解码、显示图像,及如何实现简单的翻页。其中翻页部分的源代码直接来自ComicsViewer,不过做了简化,如果各位有兴趣,可以试试看在此基础上,能不能做出自己的功能更丰富的图像浏览器。-with vc development of image decoding, support for the format, includin
ImageView1
- 注意例子中并不包含类库的代码,请一起下载CImageObject代码。另外,在运行时请确保在系统目录或你的可执行文件目录下有ImageLoad.dll。(也在CImageObject中)-attention example does not include class library code, please join CImageObject download code. In addition, please ensure that the operation of the system d
MyBitmap
- 进行图象合成并保存的源代码非常简单的例子-Image Synthesis and preserve the source code is very simple example
TuXiangChuLiRuanJian
- 图像处理软件和源码,可一将其用于图像的各种处理,例如:图像的显示、Huffman变换、平滑、锐化、快速傅立叶变换、中值滤波-image processing software and source code, one can be used in various image processing, for example : image display, Huffman transform, Smooth, Sharpen, Fast Fourier transform, median filt
ColorMaker_src
- GDI+ 混合颜色编程实例 实例中有实现代码来说明各种颜色组合的效果(Alpha + Red + Green + Blue) 程序是用C#编写的,有详细的注解-mixed color GDI programming examples, example code for achieving various colors to illustrate the effect of combination (Alph a Red Green Blue) procedures using C# is
Screenshots
- Win32例子源代码(截屏活动窗口,桌面)(Gdi库bmp转化成jpg等比,指定尺寸)(封装成2个类)-Win32 example code (screenshots activities window, desktop) (Gdi library BMP, JPG form into a specified size) (package into two classes)
png
- PNG图像格式说明及编解码代码,有C++ 例子代码-PNG image format and codec code, C++ example code
vb_net
- 全面的VB实例代码,其中有网络、多煤体、游戏等个方面的实例供你参考-VB comprehensive example code, there is one of the network, many coal, games, etc. Examples of areas for your reference
Imageconverter
- VB图片批量转换处理工具源程序代码,可以将BMP转为JPG/GIF,也可以实现这个反过程,转换时可以设定转换品质,自动遍历符合条件的目录,显示转换进度条。这个程序实际上是IJL15.DLL动态库文件的一个应用示例,用IJL15.DLL你还可以编写很多实用的程序。-VB Image batch processing tool for source code conversion can be BMP to JPG/GIF, it can achieve the anti-process, the
SrcCaptur
- 该示例代码完成屏幕区域图形拷贝,并保存为BMP文件或发送到剪贴板中-The example code completion regional screen graphics, and keep copies for BMP file or sent to the clipboard
GDI-P-code
- GDI+程序设计实例源代码,学习gdi+的好工具-GDI+ program source code, and the learning design example of GDI+ good tools
QtTXTEditer-example
- Qt学习实例,学习Qt开发的初学使用,一个完整的实例工程,源码-Qt learning examples for beginners learning to use Qt development, a complete example project, source code
DrawOfMemory
- VC++内存绘图例子代码,包括了多个实用的VC++函数:比如DrawLine函数:将传入函数的值以图像的形式显示到对应的控件上(int AllNum:总的数据量,int Value[]:数据值数组,COLORREF PenColor:画笔的颜色,CWnd *pWnd:需要显示曲线的控件指针);DrawWave函数,将传进函数的值以图像的形式显示到对应的控件上;DrawMultiLine函数:将传进函数的值以图像的形式显示到对应的控件上,可以显示多个数据段。-VC++ example code g
Benchmark_Src_SSE2
- Alpha blend example program