-
在直角坐标系上画圆
在直角坐标系上画圆-the Cartesian coordinate system on the Circle
- 2023-09-07 12:15:02下载
- 积分:1
-
我以前做的MFC小曲线的绘制方法和接口,但老师说…
我用MFC做的小型的曲线的画法及界面,但是老师说了要用opengl,所以我想把我的程序发到网上让大家和我共享,并且给我帮助-I used to do small MFC curve drawing method and interface, but the teacher said to use opengl, so I want my hair to process online so that everyone and I share, and give me help
- 2022-10-27 20:10:04下载
- 积分:1
-
C++builder实现图象的垂直交错效果,分别由上下两端出现的较淡图形向屏幕中央移动,直到完全清楚为止。...
C++builder实现图象的垂直交错效果,分别由上下两端出现的较淡图形向屏幕中央移动,直到完全清楚为止。-C builder Image staggered effect of the vertical, from the lower sections of more lightly-screen graphics to the central mobile until it is completely clear so far.
- 2022-02-05 17:13:56下载
- 积分:1
-
图像处理的彩色校正
图像处理的彩色校正-Image Processing Color Correction
- 2022-08-24 18:43:26下载
- 积分:1
-
dct_2d二维DCT变换
DCT_2D Transform 2D DCT变换-DCT_2D Transform 2D DCT
- 2023-04-25 20:15:03下载
- 积分: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
-
读写jpeg的源码,vc的,还可以
读写jpeg的源码,vc的,还可以-the source code to read and write jpeg, vc, can also
- 2022-01-25 20:51:15下载
- 积分:1
-
在picture内画线,然后选中画的线
在picture内画线,然后选中画的线-the picture painted line, and then selected the painting line
- 2022-03-22 04:22:40下载
- 积分:1
-
美国这是三
这个是三维WRL格式文件的读取和写入源代码,有关三维和CAD的朋友可以参考-WRL this is the three-dimensional format read and write source code, the three-dimensional CAD and friends can reference
- 2022-02-26 06:56:43下载
- 积分:1
-
bmp图像对比度调节
bmp图像对比度调节-bmp image contrast adjustment
- 2022-10-23 03:45:03下载
- 积分:1