-
通用的计算最大流程序,算法的思想比较简单,对初学者编程有参考意义...
通用的计算最大流程序,算法的思想比较简单,对初学者编程有参考意义-Generic maximum flow calculation procedure is relatively simple algorithm, for beginners programming reference value
- 2022-10-04 10:40:04下载
- 积分:1
-
在VC中使用OpenGL编程实现虚拟现实,搭建了一个虚拟的三维建筑,对了解和使用OpenGL很有用处....
在VC中使用OpenGL编程实现虚拟现实,搭建了一个虚拟的三维建筑,对了解和使用OpenGL很有用处.-The programming demonstrate the use of OpenGL in virtual reality, it builds a virtual three-dimensional architecture.It s good for the beginner to understand and make use of OpenGL.
- 2023-06-05 09:40:04下载
- 积分:1
-
用OPENGL+VC开发的料子系统程序.
用OPENGL+VC开发的料子系统程序.-use OpenGL development of the VC system procedures or materials.
- 2023-01-11 13:50:03下载
- 积分:1
-
OPenGL超级宝典源代码,6――10课,适合初学者
OPenGL超级宝典源代码,6――10课,适合初学者-OpenGL source code 6-- 10 classes for beginners
- 2022-09-30 13:20:07下载
- 积分:1
-
一个刽子手游戏(大学外号版)
A Hangman Game (College Nickname Edition)
- 2022-03-18 11:37:40下载
- 积分:1
-
二次曲面,其功能是能够创建二次物体。通过OpenGL基于屏幕像素块所覆盖的区域对每一块覆盖的范围值进行计算,然后在RGBA模式中,OpenGL用该值与Alpha...
二次曲面,其功能是能够创建二次物体。通过OpenGL基于屏幕像素块所覆盖的区域对每一块覆盖的范围值进行计算,然后在RGBA模式中,OpenGL用该值与Alpha值相乘。-conicoid, and its function is to create two objects. Adoption of OpenGL-based screen pixel block area covered for each one covering the value calculated, and then RGBA model, the value of using OpenGL and Alpha value multiplication.
- 2022-02-02 19:22:26下载
- 积分:1
-
周卫,中国
周炜的nehe opengl全中文48章教程,最近网上不能下载,有喜欢的朋友可以一起分享,我会陆续把他的代码全部上载,再次感谢这位无私的朋友为我们提供的这么好的学习教材-Zhou Wei, the Chinese-language nehe opengl tutorial Chapter 48, the latest online Can not download, like to have friends can share, I will catch him all the code upload, once again thank the selfless friend to provide us with such a good learning materials
- 2022-02-25 11:43:21下载
- 积分:1
-
OpenGL MUST Project 1[Polyline Editor] use Array of C++
// student name:
// student ID:
// date:
/*#include "D:HomeworkOpenGLFinalCGLabGLUT_Toolkitglut.h"*/
#include
#include
#include
GLint ploypoint = 0;
GLint ployline=-1;
GLint height;
GLint choose=0;
GLint move_ployline,move_ploypoint;
struct Point
{
int x;
int y;
};
struct GLintPointArray
{
Point point[60];
};
GLintPointArray ploy[60];
void drawPointLine()
{
for (int i=0;i
- 2022-05-15 00:12:34下载
- 积分:1
-
opengl绘制管道
通过定义直线段以及管道的半径,生成管道外壁,可以是任意弯曲的管道,通过数学算法算出拼接程管道的外壁长方形,通过正方形拼接成管道,可以设置算法的计算精度,精度越高用更多的长方形拼接出管道
- 2022-11-03 12:30:03下载
- 积分:1
-
Image processing procedures for OpenGL programming Chap04_MyTemplate.rar
图像处理程序OpenGL编程Chap04_MyTemplate.rar-Image processing procedures for OpenGL programming Chap04_MyTemplate.rar
- 2022-01-26 02:38:47下载
- 积分:1