-
通用的计算最大流程序,算法的思想比较简单,对初学者编程有参考意义...
通用的计算最大流程序,算法的思想比较简单,对初学者编程有参考意义-Generic maximum flow calculation procedure is relatively simple algorithm, for beginners programming reference value
- 2022-10-04 10:40:04下载
- 积分:1
-
opengl实现鼠标旋转、移动物体
//#include"Qua.h";
#include
#include
using std::cout;
using std::endl;
void DrawCube( int * a, int * b, int * level )
{
glPolygonMode( GL_FRONT_AND_BACK, GL_LINE );
glLineWidth(1.0f);
glEnable( GL_LINE_STIPPLE );
glLineStipple(1, 0x0F0F);
- 2022-05-19 01:44:26下载
- 积分:1
-
An Spiral using geometric transformation, in opengl and c++.
An Spiral using geometric transformation, in opengl and c++.
- 2023-01-31 13:35:04下载
- 积分:1
-
将.3ds文件转换成.h c++ 的头文件
将3ds 文件转换成 c++ 头文件你只需要3DS 标准即可。 3D 文件必须保护一列向量和面。否则就没有什么可以加载到程序中。它不存储专业建模显示的某些数据。 如果你有了 3DS 结构,你可以写一个 C++ 读/写常规程序。
- 2022-01-25 19:10:37下载
- 积分:1
-
利用OpenGL来编程实现多边形扫描线算法,要实现不容易,需要多次编译。...
利用OpenGL来编程实现多边形扫描线算法,要实现不容易,需要多次编译。
-to use OpenGL Programming polygon scan-line algorithm, is not easy to achieve the required number of compiler.
- 2022-06-17 09:43:24下载
- 积分:1
-
一个delphi 下 opengl的演示程序 可根据参数画出线 圆 矩形,可作为delphi下 opengl的入门参考 程序有详细注释,运行要opengl库文件...
一个delphi 下 opengl的演示程序 可根据参数画出线 圆 矩形,可作为delphi下 opengl的入门参考 程序有详细注释,运行要opengl库文件支持 在压缩包内已有 放了system文件夹下就行-an opengl under the demonstration program under the parameters of painting Cup round rectangle, as delphi under opengl entry procedures are detailed reference notes run to opengl support for the document compressed within the system has been put folder on the line
- 2022-03-14 16:27:28下载
- 积分:1
-
opengl例子4
opengl例子4-opengl example 4
- 2023-03-16 01:35:04下载
- 积分:1
-
实现碰转的绘制,并且有流动的效果,效果很好
实现碰转的绘制,并且有流动的效果,效果很好-Realize touch to the drawing, and has the effect of the flow, very good
- 2022-07-12 02:10:35下载
- 积分:1
-
用opengl画一个黄金分割矩形
用opengl画一个黄金分割矩形-use opengl package to draw ....
- 2022-06-17 21:46:17下载
- 积分:1
-
opengl特效:使用纹理模拟冒泡,用贴图来达到冒泡的感觉,很有意思呀!...
opengl特效:使用纹理模拟冒泡,用贴图来达到冒泡的感觉,很有意思呀!-opengl effects : the use of simulated textures bubbling with textures to achieve the bubbling feeling, a very interesting!
- 2022-01-21 21:33:59下载
- 积分:1