-
通过一系列点利用最小2乘法拟合直线,还包含画和计算法线平行线一些小函数...
通过一系列点利用最小2乘法拟合直线,还包含画和计算法线平行线一些小函数-through a series of points with a minimum two multiplication fitting straight line, also includes paintings and calculating normal parallel lines some small function
- 2022-03-15 15:06:56下载
- 积分:1
-
用小线段连接实现bezier curve 的绘制,无控制点数量限制,用鼠标右键可以移动控制点,从而改变bezier curve的形状...
用小线段连接实现bezier curve 的绘制,无控制点数量限制,用鼠标右键可以移动控制点,从而改变bezier curve的形状-to draw bezier curve by using many connected tiny line. it has no limit of the number of the control point. you can also change the position of the control points by using the right mouse button to change the behavier of bizier curve.
- 2023-03-07 18:40:02下载
- 积分:1
-
按AUTOcad2000文件格式写DXF文件,包括点、线、面
按AUTOcad2000文件格式写DXF文件,包括点、线、面-create DXF file
- 2023-07-22 17:40: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
-
一个界面和功能都比较完善的画图程序 供大家参考
一个界面和功能都比较完善的画图程序 供大家参考-An interface and features are more complete drawing program for your reference
- 2022-06-19 13:03:34下载
- 积分:1
-
在屏幕上选取点集,每四个点构成一个控制多边形,绘制贝塞尔曲线和赫米特曲线...
在屏幕上选取点集,每四个点构成一个控制多边形,绘制贝塞尔曲线和赫米特曲线-Select the point on the screen sets, each of the four points form a control polygon, drawing Bezier curves and hermite curve
- 2022-05-15 21:16:40下载
- 积分:1
-
小型CAD绘图系统
小型CAD绘图系统-small CAD system
- 2022-01-24 18:32:29下载
- 积分:1
-
曲线的绘制的控件代码:具有水平和垂直滚动条,带有测试事例!一次可绘制三个分量...
曲线的绘制的控件代码:具有水平和垂直滚动条,带有测试事例!一次可绘制三个分量-curve mapping the control code : with horizontal and vertical scroll, with a test case! Rendering can be a component ... 3
- 2022-02-12 06:09:54下载
- 积分:1
-
关键帧提取 K-mean方法
基于K-mean,也即是取K值法提取方法的关键帧抽取方法
- 2022-11-09 10:25:03下载
- 积分:1
-
3D graphics translation, by clicking on the dialog box or through the importatio...
三维图形的平移,通过点击或者通过对话框输入平移参数 -3D graphics translation, by clicking on the dialog box or through the importation of translation parameters
- 2022-02-20 07:48:34下载
- 积分:1