-
opengl source
opengl源码--云-opengl source-- Cloud
- 2022-03-24 01:15:39下载
- 积分:1
-
我也不太清楚干什么用的. 我也不太清楚干什么用的.
我也不太清楚干什么用的. 我也不太清楚干什么用的.-I do not quite sure of. I also do not quite sure of.
- 2022-02-24 15:58:23下载
- 积分:1
-
CVC++图形文字识别OCR控件及示例R
简约不简单的OCR开发包图形文字识别(OCR)是常用的东西。许多程序员都想在自己的程序中嵌入OCR的识别模块。但是,用别人的—要价太高;自己做—难度太大。其实微软早在Office2003中推出了一个OCR模块,对中文有很好的支持(不亚于国内的一个品牌产品)。可能有许多人都注意到这个好东西了,但是MS_OCR在VC++上的接口和用法一直没见披露。笔者在这里发布一个用MS_OCR做的示范程序,大家试试,识别能力还不错,并且支持多种图形格式(bmp,jpg,tif)。
- 2022-03-10 18:15:46下载
- 积分:1
-
绕任意轴旋的VC源码(OpenGl库)。学习交流。
绕任意轴旋的VC源码(OpenGl库)。学习交流。-arbitrary axis rotation around the VC-source (OpenGl library). Learning exchanges.
- 2022-03-13 17:11:43下载
- 积分:1
-
opengl实现摄像和漫游,可以学习制作!
opengl实现摄像和漫游,可以学习制作!-opengl achieve cameras and roaming, we can learn from the production!
- 2022-04-23 04:44:53下载
- 积分:1
-
skyline to do a basic three
skyline做的一个基本的三维城市。可以飞行,定位,距离测量-skyline to do a basic three-dimensional city. Can fly, positioning, distance measurement
- 2022-03-03 16:32:09下载
- 积分:1
-
用OpenGL VC程序编写的一个动画的演示版本的过程。
本程序用opengl编写vc版的一个演示动画程序,值得一看。-the procedures used opengl vc prepared a demo version of the animation process overseas.
- 2023-05-28 17:15:04下载
- 积分:1
-
A used VC++ And OPENGL prepared simulated sky cloud of three
一个用VC++和OPENGL编写的模拟天空云层的三维动态显示程序-A used VC++ And OPENGL prepared simulated sky cloud of three-dimensional dynamic display program
- 2022-08-12 13:43:16下载
- 积分:1
-
一款经典的vc opengl例程。实现了多种绘图效果。并且提供了视角变换功能...
一款经典的vc opengl例程。实现了多种绘图效果。并且提供了视角变换功能-vc opengl routines. Achieve a variety of graphics effects. And to provide a perspective transformation function
- 2023-04-23 07:20:02下载
- 积分: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