-
a C
一个用C语言开发的画抛物线的程序,适用于在学习计算机图形学基础的同学-a C-language development paintings parabola procedures applicable to the study of computer graphics based on the students
- 2022-05-09 06:18:41下载
- 积分:1
-
基于WebCam的视频采集+人脸检测识别软件源码
基于WebCam的视频采集+人脸检测识别软件源码-WebCam Video Collection+-based human face detection-recognition software source code
- 2023-02-11 00:55:04下载
- 积分:1
-
图像频率域的变换方法集合,含有fft,dct,wavlet等
图像频率域的变换方法集合,含有fft,dct,wavlet等-Image Transform the frequency domain method pool, containing fft, Copy, etc. wavlet
- 2022-07-12 15:54:29下载
- 积分:1
-
图形学 包括直线DDA、中点算法,圆的中点、正负算法,线宽控制。射线填充等算法...
图形学 包括直线DDA、中点算法,圆的中点、正负算法,线宽控制。射线填充等算法-linear graphics including DDA, the midpoint algorithm, the midpoint of the round, plus or minus algorithm, linewidth control. Ray fill in the blanks Algorithm
- 2022-01-25 18:31:15下载
- 积分:1
-
主要是关于 图形图象处理方面的光照代码 的源代码开发工具为VC++...
主要是关于 图形图象处理方面的光照代码 的源代码开发工具为VC++ -mainly on the graphics image processing illumination source code development tools for VC
- 2022-08-26 12:14:22下载
- 积分:1
-
挺好!这个是我自己做的 希望大家能够喜欢
谢谢 来日方长
挺好!这个是我自己做的 希望大家能够喜欢
谢谢 来日方长-very good! This is what I do for myself hope that we can someday like to thank long!
- 2022-07-18 08:48:26下载
- 积分:1
-
玩转三维空间 c#实现 代码简单,赶紧下载啦
玩转三维空间 c#实现 代码简单,赶紧下载啦-Conquers 3D space c# code simple, quickly downloaded
- 2022-08-07 05:50:14下载
- 积分:1
-
A good image sample.
A good image sample.
- 2022-05-21 13:37:52下载
- 积分:1
-
基于flex builder3上编写的图形化代码actionscript3编写的变形效果
基于flex builder3上编写的图形化代码actionscript3编写的变形效果-Prepared based on the flex builder3 graphical code actionscript3 prepared deformation effects
- 2023-08-18 21:10:02下载
- 积分: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