-
GDI+编程,适用于VC++的,希望可以对大家有帮助,我也正在学习...
GDI+编程,适用于VC++的,希望可以对大家有帮助,我也正在学习-GDI+ Programming for VC++, and I hope you can help, I am also learning
- 2023-05-04 16:45:06下载
- 积分:1
-
自己写的双缓存例子程序,实现屏幕快速刷新无闪烁。
自己写的双缓存例子程序,实现屏幕快速刷新无闪烁。-write their own examples of the double procedure cache to achieve the rapid refresh the screen without blinking.
- 2022-05-18 01:50:32下载
- 积分:1
-
帮助学习图形学的学生和工程人员的好工具,里面动态的演示了图形生成过程,详细的源代码使你粘贴后就可以运行,其中包括DDA、resenham、
逐点比较法直线生...
帮助学习图形学的学生和工程人员的好工具,里面动态的演示了图形生成过程,详细的源代码使你粘贴后就可以运行,其中包括DDA、resenham、
逐点比较法直线生成算法;bresenham,DDA,中点画圆算法;n次bezier,
spline,Bspling,Hermite曲线生成算法;单线性,双线性,
Bezier曲面生成算法;矢量,点阵字符生成算法;扫描填充,
种子填充算法,多边形,直线裁剪算法;平移,比例,旋转,
原点对称,错切变换算法;-help students learning graphics and engineering staff a good tool, they demonstrated a dynamic graphics generation process, the detailed source code so that you can run after the paste, including DDA, resenham, point by point comparison Linear Algorithm; Bresenham, DDA, the midpoint Circle algorithm; N bezier, spline, Bspling, Hermite curve generation algorithm; single, bilinear, Bezier surface generation algorithm; vector, Character generation algorithm; scanning fill the seed filling algorithm, polygons, linear cutting algorithm; translation ratio, rotation, symmetric origin , Shear Transform algorithm;
- 2022-12-31 03:15:03下载
- 积分:1
-
这是用DELPHI写的控制摄像头的程序
这是用DELPHI写的控制摄像头的程序-This is written in DELPHI camera control procedures
- 2022-02-14 07:00:56下载
- 积分: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
-
a simple line drawing and Circle and Square procedures to achieve a sequence of
一个简单的画线和画圆和正方形的程序,实现了序列化-a simple line drawing and Circle and Square procedures to achieve a sequence of
- 2022-01-25 20:02:36下载
- 积分:1
-
可以实现用双缓冲技术进行绘图,使画面看起来并不怎么闪烁。...
可以实现用双缓冲技术进行绘图,使画面看起来并不怎么闪烁。-Can be achieved with double buffering technology mapping, how to make the screen does not seem to flicker.
- 2023-01-26 03:20:05下载
- 积分:1
-
contains transplantation based on the C language digital watermarking algorithm...
包含了基于可移植的C语言的数字水印算法的代码。这些代码具有示范 性的意义,且有一定的鲁棒性。-contains transplantation based on the C language digital watermarking algorithm code. With the model code of significance, there are certain robustness.
- 2022-02-15 03:46:57下载
- 积分: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
-
c图像处理例子:surface
c图像处理例子:surface-examples : surface
- 2022-04-09 01:29:28下载
- 积分:1