搜索资源列表
CADdraw
- 本程序实现八种图形的绘图功能,分别是直线,圆弧,贝赛尔曲线,矩形,圆角矩形,椭圆和多边形。绘图步骤如下: 直线:点鼠标左键确定起始点,移动鼠标点左键确定终点。 圆弧:用鼠标左键依次点四点确定圆弧。 贝赛尔曲线:用鼠标左键依次点四点确定贝赛尔曲线。 矩形:点左键确定起始点,拖动鼠标再点左键确定对角点。 圆角矩形:点左键确定起始点,拖动鼠标再点左键确定对角点。 椭圆:点左键确定起始点,拖动鼠标再点左键确定对角点,便作出了与该矩形相切的椭圆。 多边形:点鼠标左键确定起始点,
huangshan
- huangshan 本程序实现八种图形的绘图功能,分别是直线,圆弧,贝赛尔曲线,矩形,圆角矩形,椭圆 和多边形-Huangshan the program eight graphical mapping function is linear, arc, Bessel curve, rectangle, rounded rectangle, oval and Polygon
计算机图形学小项目
- 实现了 DAA画线法画直 (1) 中点画线法画圆(输入x坐标,y坐标,圆心) (必做) (2) 二维区域填充(四向种子填充颜色算法) (选作) (3) 直线裁减(任选一种) (必做) (4) 贝塞尔曲线(输入四个控制点,或者直接用鼠标点,要求坐标会随右键显示)(必做) -realized DAA painting painting straight line method (1) dotted line method Circle (input coordinates x,
146165
- DAA画线法画直线 (1) 中点画线法画圆(输入x坐标,y坐标,圆心) (2) 二维区域填充(四向种子填充颜色算法) (3) 直线裁减 (4) 贝塞尔曲线(输入四个控制点,或者直接用鼠标点,要求坐标会随右键显示)-DAA painting painting straight line method (1) dotted line method Circle (input coordinates x, y coordinates, Center) (2) two-dimensi
BEZIER.C
- 基于C的贝塞尔曲面生成程序,此程序对于没有专门学习过计算机图形学的人也能看懂.-Bessel surface generation process, This procedure not specifically studied computer graphics people can understand.
Bezier-Curve
- 简单的贝塞尔曲线演示程序(手动绘制曲线)-simple Bessel curve Demonstration Program (manual mapping curve)
CSharpDraw
- CSharp编写的绘图程序实例,包括创建线性梯度、连接线条,由直线、曲线和形状创建图形,在一个区域点击检测,绘制不透明和半透明的线条,绘制贝赛尔样条等等多种绘图技术的实例-CSharp procedures for the preparation of drawing examples, including the creation of linear gradient connecting lines from the straight line. curves and shapes to c
Bessel
- 本代码显示了bessel曲线,可通过参数调节,并可求bessel函数值。
beizer
- 设计C#定制控件实现贝塞尔曲线-design C# Custom Controls Bessel curve
曲线
- 本程序用于贝赛尔曲线的生成,采用四点控制法-the procedures for Bessel curve generation, using 4:00 Control Act
绘制贝赛尔样条
- 本程序使用DrawBeziers方法绘制贝赛尔样条,一个很好的例子绝对值得收藏-procedures for the use of the method of mapping Bessel DrawBeziers kind of a good example worthy collection
DrawSystem
- 本程序可绘制圆 椭圆 直线 贝塞尔曲线,完全按照课本中的算法所写-This procedure can be drawn round Bessel linear elliptic curve, in full accordance with the textbooks written by the algorithm
mapping-Bessel-curve
- 本程序使用评估绘制贝塞尔曲线,上传的是绘制塞尔曲线的源代码-Using assessment mapping Bessel curve
Drawing
- MFC编写的三次贝塞尔函数曲线和曲面的生成程序-MFC programming of the three Bessel function curves and surfaces of the generating program
beselj
- 贝塞尔曲线是计算机图形图像造型的基本工具,是图形造型运用得最多的基本线条之一。它可以通过程序自动编辑形成曲线。-Bessel curve is a basic tool for computer graphics and image modeling, and it is one of the most used basic lines. It can automatically edit the formation curve through the program.
VC++三次样条插值和贝塞尔曲线实例程序
- VC++三次样条插值和贝塞尔曲线实例程序(VC++ three spline interpolation and Bessel curve example program)
贝塞尔曲线实现
- 贝塞尔曲线的实现,vc6.0环境编译通过,不要错过啊(The realization of Bessel curve)
wxPythonsc
- 实现贝塞尔图像绘制,需要python配合wx使用!(To implement Bessel image drawing, you need to use Python with wx!)
bezierTool_print
- 通过processing在原有图上描点,可以计算出原有图像的线条贝塞尔函数(The line Bessel function of the original image can be calculated by tracing points on the original image through processing)