-
扫描线填充
用OpenGL编写的扫描线填充的VC++多文档程序。实现了多边形,圆形等自绘图形的扫描线填充。有多种填充样式可以选择,可控制填充的颜色和画笔的颜色。
- 2022-01-31 02:42:22下载
- 积分:1
-
opengl模拟太阳系
opengl模拟太阳系。各行星和太阳之间的运动关系。
- 2022-01-22 13:50:35下载
- 积分:1
-
View from the click of the mouse to form a straight line, to determine the click...
从视点到鼠标点形成一条直线,来确定鼠标点选择了屏幕上的那一个多面体。Dev-c++编译-View from the click of the mouse to form a straight line, to determine the click of the mouse, choose on the screen that a polyhedron. Dev- c compiler
- 2022-08-19 13:46:26下载
- 积分:1
-
Delphi编写了从原来的代码学习。
Delphi OPCServer编程学习用原码,含引用文件源码。-Delphi OPCServer programmed to learn from the original code.
- 2022-01-28 02:28:59下载
- 积分:1
-
This my another project in AdHoc network. By using Delphi to program the operati...
This my another project in AdHoc network. By using Delphi to program the operation of the OLSR algorithm.It include the source code in Delphi and the execute file to run.-This is my another project in AdHoc network. By using Delphi to program the operation of the OLSR algorithm.It include the source code in Delphi and the execute file to run.
- 2022-08-11 11:17:02下载
- 积分:1
-
vc in the environment, with opengl achieve the droplet on a screen protection pr...
在vc的环境下,用opengl实现的关于水滴的一个屏幕保护程序.-vc in the environment, with opengl achieve the droplet on a screen protection program.
- 2023-06-01 13:45:02下载
- 积分:1
-
Chess source code, very interesting, interested can Kanxia
国际象棋源码,相当有意思,感兴趣的可以看下-Chess source code, very interesting, interested can Kanxia
- 2022-03-21 03:40:39下载
- 积分:1
-
Visualization_Library_SDK.tar
说明: 一个基于OpenGL和C++的轻型图形库(One based on OpenGL and C++ graphics library light)
- 2010-04-27 01:47:53下载
- 积分:1
-
一款简简单单的记事本软件 简单的不能再简单了 供那些初学者用来看一看 长长见识用吧...
一款简简单单的记事本软件 简单的不能再简单了 供那些初学者用来看一看 长长见识用吧-simple one of the notebook simple software can no longer simple for beginners to those who look at it with a long exposure
- 2023-03-01 09:10:03下载
- 积分:1
-
Delphi 模拟Windows “显示桌面”功能
Delphi 模拟Windows “显示桌面”功能,对于功能就不再详述了,单击后,会看到Windows桌面,具体的实现方法也挺简单的,下面几行代码就搞定了:
if IsWindowVisible(h) then
PostMessage(h, WM_SYSCOMMAND, SC_MINIMIZE, 0);
h := GetNextWindow(h, GW_HWNDNEXT);
完整的可编译源码请你下载源码包吧。
- 2023-06-01 06:10:03下载
- 积分:1