-
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
-
数字图像MPEG压缩处理算法的程序
数字图像MPEG压缩处理算法的程序-digital image processing algorithm for MPEG compression process
- 2022-03-05 00:20:25下载
- 积分:1
-
:一个简单易用的java编译工具完全汉化版
:一个简单易用的java编译工具完全汉化版-: an easy-to-use java compiler tool complete translation
- 2022-01-23 10:35:51下载
- 积分:1
-
一个图像采集卡演示程序源代码,适合于做图像采集系统人员参考。...
一个图像采集卡演示程序源代码,适合于做图像采集系统人员参考。-an image acquisition card demo program source code, so suitable for image acquisition system for reference.
- 2022-09-27 20:00:03下载
- 积分:1
-
利用水的影响写的VB源代码,源代码是一个参考。
一个用vb写的水波特效的源代码,这个源代码是参考了汇编代码改编过来的-A use of water effects to write vb source code, the source code is a reference to assembly code adapted from the
- 2022-04-09 21:34:34下载
- 积分:1
-
电路画板源代码,具有很高的参考价值。
电路画板源代码,具有很高的参考价值。-circuit slate source code with a high reference value.
- 2023-07-18 23:10:03下载
- 积分:1
-
实现了位图的任意缩放(邻点法和线性插值法),任意旋转(邻点法和线性插值法),全部源代码,没有使用其他库,是纯粹代码实现的...
实现了位图的任意缩放(邻点法和线性插值法),任意旋转(邻点法和线性插值法),全部源代码,没有使用其他库,是纯粹代码实现的 -Realize the arbitrary bitmap scaling (o-point method and linear interpolation), arbitrary rotation (o-point method and linear interpolation method), all source code, do not use the other library, the code is purely to achieve
- 2023-04-26 09:55:04下载
- 积分:1
-
一个十分小的applet音频播放器的源代码,希望能有用
一个十分小的applet音频播放器的源代码,希望能有用-a very small audio player applet source code, can be useful
- 2022-03-18 23:58:31下载
- 积分:1
-
显示图片的VC++源码,可以解决Visual C++ 图片的现实问题.
显示图片的VC++源码,可以解决Visual C++ 图片的现实问题.-showed pictures of VC source can solve Visual C Photo reality.
- 2022-08-05 13:33:25下载
- 积分: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