-
几何算法源码(包括多边形填充算法, 多边形裁剪算法和几何绘制算法) 附带演示源码...
几何算法源码(包括多边形填充算法, 多边形裁剪算法和几何绘制算法) 附带演示源码-Geometric algorithm source code (including polygon fill algorithm, polygon clipping algorithm and geometric rendering algorithm) attached demo source
- 2022-08-16 13:52:24下载
- 积分:1
-
Notes of a curve or histogram display real
注释 以曲线或柱状图实时显示数据的控件 http://dev.csdn.net/article/71/71489.shtm-Notes of a curve or histogram display real-time data control http://dev.csdn.net/article/71/71489.shtm
- 2022-08-04 11:43:40下载
- 积分:1
-
VC environment, with the zoom function bitmap displays procedures, the method is...
VC环境下,具有缩放功能的位图显示的程序,采用的方法简单实用-VC environment, with the zoom function bitmap displays procedures, the method is simple and practical
- 2023-08-18 00:15:03下载
- 积分:1
-
是一个透明的按钮类模块,还带有一个晕,它用的是图像…
是一个透明按钮类模块,还带有光晕,其中用到了图象的模糊算法很有学习的价值.-Is a transparent button class module, but also with a halo, which uses the image of the fuzzy algorithm is the value of learning.
- 2022-03-20 04:07:25下载
- 积分:1
-
基于噪声消除算法的非线性总变差
Nonlinear total variation based noise removal algorithms.pdf
Nonlinear total variation based noise removal algorithms.pdf
- 2022-01-31 03:05:37下载
- 积分:1
-
image pattern recognition example supervision exercised by classification, patte...
图像模式识别示例之监督分类,图像模式识别图书附带源码~-image pattern recognition example supervision exercised by classification, pattern recognition is incidental source books ~
- 2022-02-13 02:51:26下载
- 积分:1
-
比较连个图片是否相似,Compiled in Turbo C++ 3.0.
比较连个图片是否相似,Compiled in Turbo C++ 3.0.-more pictures, even if similar Compiled in Turbo C 3.0.
- 2023-03-14 02:15:04下载
- 积分:1
-
众所周知,Windows Mobile从5.0开始就支持GDI+了,但是却只能使用C#进行代码托管来使用GDI+中的丰富功能。现在有了这个库,让C++也可以使用...
众所周知,Windows Mobile从5.0开始就支持GDI+了,但是却只能使用C#进行代码托管来使用GDI+中的丰富功能。现在有了这个库,让C++也可以使用GDI+了。附件中是手机开发GDI+程序时使用的头和库。支持WinCE5.0, WinCE6.0, VC++代码,非C#封装。附有源码。-As we all know, Windows Mobile from 5.0 beginning supported GDI+, but they can only use C# for managed code to use GDI+ in the feature-rich. Now, with this library, so that C++ can also use GDI+ in. Annex to the development of cell phone use GDI+ program header and libraries. Support WinCE5.0, WinCE6.0, VC++ code, non-C# package. With source code.
- 2022-02-07 03:36:46下载
- 积分:1
-
achieve RAW
实现RAW――>BMP文件的转换 包含显示直方图,各种滤波功能 实现对BMP位图做平移,旋转,缩放,转置等功能-achieve RAW-- gt; BMP file conversion include histogram display, various filtering to achieve right from Bitmap to do translation, rotation, zoom, transpose function
- 2022-04-01 22:50:30下载
- 积分:1
-
Environment: VC6 Win2K/NT/98 This sample describes the difference between CONSOL...
Environment: VC6 Win2K/NT/98
This sample describes the difference between CONSOLE and GUI applications with 20 lines of code.
There are 2 small projects in this sample. The first project shows how to create a console in WinMain(). First of all, we need to allocate a console with AllocConsole() secondly, we in turn retrieve the operating system handle (GetStdHandle), run-time handle (_open_osfhandle), stream (_fdopen) and standard stream (stdout) finally, we can call functions like printf() and scanf().
The second project demonstrates how to create a window in main(). I created an edit box in a separate thread, so that you can control this window from the console. I retrieved the module handle through GetModuleHandle(), and then I called CreateWindow with the predefined class name EDIT.
As you can see, there is not much essential difference between console and GUI applications, even though VC requires us to indicate the type of the application when you create a p
- 2022-02-03 12:24:58下载
- 积分:1