-
一个界面和功能都比较完善的画图程序 供大家参考
一个界面和功能都比较完善的画图程序 供大家参考-An interface and features are more complete drawing program for your reference
- 2022-06-19 13:03:34下载
- 积分:1
-
图象模板匹配算法源代码
图象模板匹配算法源代码-Image template matching algorithm source code
- 2022-05-05 23:12:11下载
- 积分:1
-
三角网格的简化代码,速度很快
三角网格的简化代码,速度很快-triangular mesh simplification of the code, very fast
- 2022-11-14 18:20:03下载
- 积分:1
-
几何是一个集合的例程几何计算在2,3和氮。
GEOMETRY is a collection of routines for geometric calculations in 2, 3 and N space. These calculations include angles, areas, containment, distances, intersection, nearest point, and volumes. The objects considered include points, lines, line segments, polygons, planes, polyhedra and vectors.-GEOMETRY is a collection of routines for geometric calculations in 2, 3 and N space. These calculations include angles, areas, containment, distances, intersection, nearest point, and volumes. The objects considered include points, lines, line segments, polygons, planes , polyhedra and vectors.
- 2023-06-23 00:05:03下载
- 积分:1
-
Ageia s PhysX (well
Ageia s PhysX(著名的游戏物理库) D3D 9使用代码演示。由于PhysX物理库使用OpenGL代码实现图形着色,从而使许多用DirectX 3D的程序员不能使用/读懂demo代码,这是使用D3D着色引擎重新写的一些demo代码。-Triangle Mesh(带执行文件)-Ageia s PhysX (well-known game physics library) D3D 9 demo using the code. PhysX physics library as a result of the use of OpenGL graphics rendering code so that many use the DirectX 3D programmer can not use/read demo code, which is the use of D3D shaders to re-write some demo code.-Triangle Mesh (with the implementation of document)
- 2022-01-21 23:46:36下载
- 积分:1
-
显示bmp图像的源代码
可以显示8位和24位的bmp图像
显示bmp图像的源代码
可以显示8位和24位的bmp图像-bmp image shows the source code can show the 8-bit and 24-bit bmp image
- 2022-03-24 19:19:37下载
- 积分:1
-
3ds编辑器 实现了3ds的导入 计算 编辑等功能
3ds编辑器 实现了3ds的导入 计算 编辑等功能-3ds editors realized the 3ds into the calculation of editing functions
- 2022-04-24 20:35:59下载
- 积分:1
-
using original algorithm Freehand bitmap read.
采用原始算法实现dib位图的读取.-using original algorithm Freehand bitmap read.
- 2022-07-01 00:29:11下载
- 积分:1
-
用matlab实现的 小波变换 的代码。
用matlab实现的 小波变换 的代码。-With the implementation of wavelet transform matlab code.
- 2022-03-16 23:12:31下载
- 积分:1
-
opengl切削仿真
#include "stdafx.h"
#include
#include
#include
#include
void solidCylinder(GLdouble radius, GLdouble height, GLint slices, GLint stacks) //»Ò»¸öÔ²ÖùÌ壬ÓÃDiskÀ´¸ÇסÉÏϵ×Ãæ
{
GLUquadricObj* qobj = gluNewQuadric();
gluCylinder(qobj, radius, radius, height, slices, stacks); //slicesÀàËÆÓÚ¾¶È£¬stacksÀàËÆÓÚγ¶È
glScalef(-1.0, 1.0, -1.0);
- 2022-02-03 11:01:56下载
- 积分:1