-
人脸检测的源代码,源代码,java。很好的,
人脸检测源码,源码,java.很不错,-Face detection source code, source code, java. Very good,
- 2022-07-07 03:11:28下载
- 积分:1
-
我自己写的查看图片EXIF信息,供大家交流用
我自己写的查看图片EXIF信息,供大家交流用-I wrote it myself view the image EXIF information for your exchange
- 2023-07-13 10:50:04下载
- 积分:1
-
gifimage for BCB, I hope everyone has the time can be used on.
gifimage用于BCB,希望大家要的时候能用上。-gifimage for BCB, I hope everyone has the time can be used on.
- 2022-06-03 15:02:28下载
- 积分:1
-
用EL99算法合成纹理,速度比较慢,效果还不错,适用于大多数纹理的合成...
用EL99算法合成纹理,速度比较慢,效果还不错,适用于大多数纹理的合成-EL99 algorithm using synthetic texture, fairly slow, and the results were pretty good, applicable to the majority of the texture synthesis
- 2023-02-19 10:55:03下载
- 积分:1
-
用Canny算子提取图像边缘,适合于初学者研究的好代码
用Canny算子提取图像边缘,适合于初学者研究的好代码-Canny operator Image Edge Extraction suitable for beginners study by the code
- 2022-03-17 16:36:48下载
- 积分:1
-
vc实现的图形系统,具有缩放功能,用于二维图形系统,
vc实现的图形系统,具有缩放功能,用于二维图形系统,-vc achieve graphics system with zoom functions for 2D graphics system,
- 2022-01-27 13:41:20下载
- 积分:1
-
bmp, ico, jpg and other image format conversion inside the class are given a var...
bmp,ico,jpg等图像格式相互转换的类
里面给出了各种图像的存储格式。
虽然是VB代码,但很容易转换为C的代码,-bmp, ico, jpg and other image format conversion inside the class are given a variety of image storage format. Although the VB code, but easily converted to C code,
- 2023-04-19 20:15:03下载
- 积分:1
-
rubber
橡皮筋绘直线法的vc实现-rubber-band painted the straight-line method to achieve vc
- 2022-08-24 22:53:10下载
- 积分:1
-
WannaPlayDIB实用图形库 Bitmap包装器实现 Bitmap文件存取类:支持8位调色板位图和24位真彩位图的载入,以及24位真彩位图保存...
WannaPlayDIB实用图形库 Bitmap包装器实现 Bitmap文件存取类:支持8位调色板位图和24位真彩位图的载入,以及24位真彩位图保存-WannaPlayDIB practical packaging Bitmap graphics library for achieving Bitmap file access : 8 palette support bitmap and 24-bit color bitmap included, and 24-bit color bitmap preservation
- 2023-07-16 00:20: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