-
CDib类,实现图像的读、写、显示等基本功能。功能完整,代码可靠。...
CDib类,实现图像的读、写、显示等基本功能。功能完整,代码可靠。-CDib category, achieving image reading, writing, basic features, such as display. Functional integrity, and reliable code.
- 2023-05-10 21:00:03下载
- 积分:1
-
是一个很优秀的同名点匹配软件,对于要处理摄影测量左右相片的任务,此程序具有非常好的借鉴意义!...
是一个很优秀的同名点匹配软件,对于要处理摄影测量左右相片的任务,此程序具有非常好的借鉴意义!-Is a very good point matching software of the same name, for Photogrammetry deal about photo mission, this program has a very good reference!
- 2022-03-06 04:13:32下载
- 积分:1
-
经典画圆程序,C语言版,建立了坐标系,用户只需要输入圆的半径。...
经典画圆程序,C语言版,建立了坐标系,用户只需要输入圆的半径。-classic Circle procedures, C language version, a coordinate system, the user need only input the circular radius.
- 2023-07-11 05:35:03下载
- 积分:1
-
similar brush graphics controls source code
类似画笔的绘图控件源代码-similar brush graphics controls source code
- 2022-08-16 18:12:50下载
- 积分: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
-
图形处理程序,含有锐化,平滑等多种处理
图形处理程序,含有锐化,平滑等多种处理-Graphics processing procedures, containing sharpening, smooth handling, etc.
- 2022-01-25 14:26:57下载
- 积分:1
-
这是一个使用CImage类加工和源图像显示格式转换…
这是一个使用CImage类处理图像显示与格式转换的源码程序,包含了许多可以让大家学习的内容-It is a category CImage processing and image display format conversion of source programs, including many so that we can study the contents
- 2022-02-26 13:08:21下载
- 积分:1
-
在上面,插件的开发
在AutoCAD上面开发的插件,用于包装纸盒的CAD-In the above, the development of plug-in AutoCAD, CAD for packaging carton
- 2022-02-09 16:37:28下载
- 积分:1
-
一个基于VC的最小二乘法直线拟合,很有用哦
一个基于VC的最小二乘法直线拟合,很有用哦-a VC-based linear least squares fitting method, useful oh
- 2023-01-20 12:10:03下载
- 积分:1
-
Fast Fourier Transform fft
快速傅立叶变换fft-Fast Fourier Transform fft
- 2022-11-05 06:20:03下载
- 积分:1