-
code to solve the image format conversion can be arbitrary image file conversion...
本代码用来解决图像格式转换,可以将任意映像文件转换成位图文件-code to solve the image format conversion can be arbitrary image file conversion into bitmap file
- 2022-04-07 00:06:51下载
- 积分:1
-
用VC编写的一个指纹识别程序
用VC编写的一个指纹识别程序-VC prepared by a fingerprint identification procedures
- 2022-03-20 13:47:04下载
- 积分:1
-
在VC状态下绘图的实现
在VC状态下绘图的实现-in VC under the realization of graphics
- 2022-01-31 02:22:48下载
- 积分:1
-
A good graphics program code, using C# implementation. A good graphics program c...
一个很好的绘图程序代码,用C#实现。 -A good graphics program code, using C# implementation. A good graphics program code, using C# implementation.
- 2023-02-15 23:30:04下载
- 积分:1
-
本程序实现 了在vc环境下自定义算法画圆两种,实现了计算机图形学课程的要求...
本程序实现 了在vc环境下自定义算法画圆两种,实现了计算机图形学课程的要求-the program in vc environment since the definition of the two algorithms Circle, a computer graphics to achieve the required courses
- 2023-03-02 15:15:04下载
- 积分:1
-
vc6工程文件,演示了如何使用VFW连接摄像头的源代码。
vc6工程文件,演示了如何使用VFW连接摄像头的源代码。-vc6 project file, to demonstrate how to use the VFW connected camera source code.
- 2023-01-30 22:20:04下载
- 积分:1
-
实现利用serialize()函数序列化文档和鼠标画一些简单的图形的功能....
实现利用serialize()函数序列化文档和鼠标画一些简单的图形的功能.
-system to use serialize () function sequence of the mouse documents and paintings of some simple graphics functions.
- 2022-01-25 20:48:15下载
- 积分: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
-
著名的CHMM算法源码,是VC++ 7.0 版本的
著名的CHMM算法源码,是VC++ 7.0 版本的-Well-known source CHMM algorithm is VC++ 7.0 version of the
- 2023-06-09 22:05:03下载
- 积分:1
-
几何算法源码(包括多边形填充算法, 多边形裁剪算法和几何绘制算法) 附带演示源码...
几何算法源码(包括多边形填充算法, 多边形裁剪算法和几何绘制算法) 附带演示源码-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