-
bmp格式 的阅读器,代码比较细致,对学习文件格式有帮助
bmp格式 的阅读器,代码比较细致,对学习文件格式有帮助-bmp format, reader, code rather meticulous file format for learning has helped
- 2022-01-24 18:20:33下载
- 积分:1
-
这个工程实现位图与调色板的功能,比较简单
这个工程实现位图与调色板的功能,比较简单-bmp picture and palette
- 2022-06-03 01:56:51下载
- 积分:1
-
一个小球跟踪程序
一个跟踪小球的程序-a small ball tracking procedures
- 2022-09-24 17:35:03下载
- 积分: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
-
一个非常不错的vc GUI编程源码。画出的图形能够相应鼠标事件...
一个非常不错的vc GUI编程源码。画出的图形能够相应鼠标事件-A very good source vc GUI programming. Draw graphics to the corresponding mouse events
- 2022-07-12 00:55:02下载
- 积分:1
-
可以随意放大的GDI实例
可以随意放大的GDI实例-can arbitrarily enlarged examples of GDI
- 2022-11-28 23:35:03下载
- 积分:1
-
MiniGUI 的最新发布版本是 0.9.96。我们将 0.9.xx 系列版本定位为 MiniGUI 1.0 版本的预览版。在 0.9.xx 版本足够稳定时,我...
MiniGUI 的最新发布版本是 0.9.96。我们将 0.9.xx 系列版本定位为 MiniGUI 1.0 版本的预览版。在 0.9.xx 版本足够稳定时,我们将发布 MiniGUI 1.0 版本,同时,目前的代码不会再进行重大调整。在 MiniGUI 1.0 版本发布之后,我们将立即着手开发 MiniGUI 2.0 版本。该版本预期将在体系结构上进行重大调整-MiniGUI release of the latest version 0.9.96. We will be positioning version 0.9.xx series of MiniGUI 1.0 version of the preview version. The 0.9.xx version stable enough, we will release version 1.0 MiniGUI, and the current code will not be further significant adjustments. MiniGUI in version 1.0 was released, we will immediately proceed with the development of version 2.0 of MiniGUI. This version of the system is expected to undergo major structural adjustment
- 2022-10-18 02:10:04下载
- 积分:1
-
将彩色图片转换为灰度图片,一个很好的例子绝对值得收藏
将彩色图片转换为灰度图片,一个很好的例子绝对值得收藏-Transfer color picture to gray picture, a excellent example which is really worth adding to your collection.
- 2022-01-25 22:20:26下载
- 积分:1
-
这段程序实现了对图像的膨胀运算,针对的都是黑色点。参数中有一个BOOL变量,为真时,表示在水平方向进行膨胀运算,即结构元素B为(1 ,1. ,1)否则在竖直方向...
这段程序实现了对图像的膨胀运算,针对的都是黑色点。参数中有一个BOOL变量,为真时,表示在水平方向进行膨胀运算,即结构元素B为(1 ,1. ,1)否则在竖直方向上进行膨胀运算,即结构元素B为1 1.1 。-this program for the expansion of computing image has been aimed at Black Point. Parameters have a BOOL variable to true, in the horizontal direction for expansion of computing, the structural elements of B (1, 1. , 1) in the vertical direction or on the expansion of computing, the structural elements of a B 1.1.
- 2022-04-02 05:44:07下载
- 积分:1
-
back propagation algorithm
back propagation algorithm
- 2023-01-06 19:40:04下载
- 积分:1