CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - 贝塞尔曲线

搜索资源列表

  1. 实现动态绘制贝塞尔(bezier)曲线的代码

    0下载:
  2. 这是在VB环境下实现动态绘制贝塞尔曲线的事例代码,希望对喜欢的朋友有用-This the VB environment dynamic mapping Bessel curve code examples, and I hope to the likes useful friends
  3. 所属分类:GDI/图象编程

    • 发布日期:2008-10-13
    • 文件大小:3396
    • 提供者:焦明
  1. 曲线处理——贝塞尔曲线程序

    0下载:
  2. ;生成界面上有三个按钮,Add**Move,为左键增加点,右键拖动点;Move**Add,为右键增加点,左键拖动点;Clear为清楚界面上所有的点和曲线! 其实这是我得一门选修课的作业!欢迎指教!
  3. 所属分类:GDI/图象编程

    • 发布日期:2008-10-13
    • 文件大小:27960
    • 提供者:
  1. B样条贝塞尔曲线vb源码

    3下载:
  2. 在vb下绘制了简单的贝塞尔B样条曲线,还可升阶与降阶的切换-in vb, produced a simple Bessel B-spline curves, but also with the reduction or the band switch
  3. 所属分类:2D图形编程

    • 发布日期:2008-10-13
    • 文件大小:5199
    • 提供者:丁光
  1. 贝塞尔曲线和曲面

    0下载:
  2. 本程序是一个根据贝赛尔曲线和曲面生成算法的小程序,在tc2.0下完成的。-this is a procedure under Bessel curve and surface generation algorithm for small procedures, the tc2.0 completion.
  3. 所属分类:3D图形编程

    • 发布日期:2008-10-13
    • 文件大小:1515
    • 提供者:代丛军
  1. 曲线处理——贝塞尔曲线程序

    0下载:
  2. 生成界面上有三个按钮,Add**Move,为左键增加点,右键拖动点;Move**Add,为右键增加点,左键拖动点;Clear为清楚界面上所有的点和曲线!
  3. 所属分类:GDI/图象编程

    • 发布日期:2009-03-03
    • 文件大小:29265
    • 提供者:nardo123
  1. 貝茲曲线

    0下载:
  2. 在数学的数值分析领域中,贝塞尔曲线(Bézier curve)是电脑图形学中相当重要的参数曲线。更高维度的广泛化贝塞尔曲线就称作贝塞尔曲面,其中贝塞尔三角是一种特殊的实例。 贝塞尔曲线于1962年,由法国工程师皮埃尔·贝塞尔(Pierre Bézier)所广泛发表,他运用贝塞尔曲线来为汽车的主体进行设计。贝塞尔曲线最初由Paul de Casteljau于1959年运用de Casteljau算法开发,以稳定数值的方法求出贝塞尔曲线。
  3. 所属分类:图形图象

    • 发布日期:2010-10-31
    • 文件大小:638398
    • 提供者:et81209
  1. CubicSplineAndBezier

    0下载:
  2. 三次样条插值和贝塞尔曲线 主要是对图象做插值-Cubic spline interpolation and Bezier curves are mainly made of image interpolation
  3. 所属分类:Special Effects

    • 发布日期:2017-04-10
    • 文件大小:1793224
    • 提供者:Lucx
  1. ComputerGraphics

    0下载:
  2. 是我的计算机图形学的大作业,其中包括的算法有: 直线绘制的DDA算法,bresenham算法,中点算法,绘制圆和椭圆的中点算法,扫描线种子填充算法。N次贝塞尔曲线的绘制以及对他的平移旋转和缩放变换。还有颜色对话框的调用等等,操作方法在帮助里也写明了。另外,还附有一个编写说明书,适合初学者一步步的自己编写出程序来。-Is my great work in computer graphics, including the algorithm are: line drawing of the DDA
  3. 所属分类:2D Graphic

    • 发布日期:2017-05-19
    • 文件大小:5458547
    • 提供者:隗平
  1. curve

    0下载:
  2. OpenGL绘制的B样条、贝塞尔曲线和贝塞尔曲面,可以鼠标选取关键点绘制曲线,可以鼠标对关键点进行拖拽,实现平移,旋转操作-OpenGL rendering B-spline, Bezier curves and Bezier surfaces, you can draw the curve of the mouse select the key points, you can drag the mouse right key points to achieve translation, rot
  3. 所属分类:OpenGL program

    • 发布日期:2017-03-22
    • 文件大小:10657
    • 提供者:dragon
  1. bezier

    0下载:
  2. 一条二维的贝塞尔曲线由四个点定义-两个端点和两个控制点。曲线的端点在两个端点上,控制点就好像「磁石」一样把曲线从两个端点间的直线处拉走。这一点可以由底下的bezier互动交谈程序做出最好的展示-A two-dimensional Bezier curve defined by four points- two endpoints and two control points. Curve at both endpoints on the endpoint, if the control poin
  3. 所属分类:Windows Develop

    • 发布日期:2017-05-04
    • 文件大小:1142719
    • 提供者:xuqin
  1. N-BezierCurve

    2下载:
  2. 在VC++6.0下建立一个单文档应用程序,实现N次Bezier曲线的绘制,在绘图区点击鼠标左键得到控制顶点,并生成控制多边形和相应的N次贝塞尔曲线。利用鼠标拖动控制顶点可以实现对曲线的实时修改。-VC++6.0 in the establishment of a single-document application, to achieve N times Bezier curve drawing, the drawing area in the left mouse button click
  3. 所属分类:Windows Develop

    • 发布日期:2017-05-15
    • 文件大小:3673287
    • 提供者:隗平
  1. threesplinebezier

    0下载:
  2. 设计签名 三次样条插值函数 贝塞尔曲线 光滑曲线-Design Signature cubic spline interpolation function is a smooth curve of Bezier curves
  3. 所属分类:Algorithm

    • 发布日期:2017-05-15
    • 文件大小:4039009
    • 提供者:XUGUANGLONG
  1. Unit1

    0下载:
  2. delphi用于鼠标描绘曲线平滑处理,采用贝塞尔样线进行处理-delphi described for the mouse curve smoothing, using Bezier-like lines for processing
  3. 所属分类:Delphi VCL

    • 发布日期:2017-04-06
    • 文件大小:932
    • 提供者:lwb
  1. CUVSUFC

    0下载:
  2. 能画贝塞尔曲线和另一种曲线,并能转化成曲面,也能对面进行填充-Can draw Bezier curves and other curves and surfaces can be transformed into, but also to fill the opposite
  3. 所属分类:GDI-Bitmap

    • 发布日期:2017-04-09
    • 文件大小:2034331
    • 提供者:海陆空
  1. Bezier

    0下载:
  2. VS2010: sln项目、cpp源码、exe程序 – 利用OpenGL绘制贝塞尔曲线 – 根据输入的点画出贝塞尔曲线 – 交互操作:贝塞尔曲线根据控制点坐标的变化而变化
  3. 所属分类:OpenGL

  1. 18301贝塞尔曲线程序

    0下载:
  2. 贝赛尔曲线的画法,很好的程序,包含C#的源码(Beckinsale curve drawing, a good program)
  3. 所属分类:OpenGL

    • 发布日期:2017-12-20
    • 文件大小:203776
    • 提供者:zhuang20500
  1. 三点绘制贝塞尔曲线

    0下载:
  2. 在平面上用鼠标随机点三个点,绘制贝赛尔曲线,有切线(On the flat surface, three points are randomly selected with the mouse, and the Beckinsale curve is drawn. There is a tangent.)
  3. 所属分类:OpenGL

  1. exam3

    0下载:
  2. 在matlab中用数值法求解一阶贝塞尔函数的前10个零点,并作出一阶贝塞尔函数曲线,并在曲线上标注出其零点。(In MATLAB, the first 10 zeros of the first order Bessel function are solved by numerical method, and the first order Bessel function curve is made, and the zero point is marked on the curve.)
  3. 所属分类:物理计算

    • 发布日期:2018-01-10
    • 文件大小:4096
    • 提供者:jjia
  1. wxPythonsc

    0下载:
  2. 实现贝塞尔图像绘制,需要python配合wx使用!(To implement Bessel image drawing, you need to use Python with wx!)
  3. 所属分类:绘图程序

    • 发布日期:2018-05-03
    • 文件大小:2500608
    • 提供者:111么么哒111
  1. DrawBezier

    1下载:
  2. 采用C++编写的实现了贝塞尔曲线图形化,使用软件vs2017(Graphization of Bessel Curve Written in C++ Language,Using software vs2017)
  3. 所属分类:Windows编程

    • 发布日期:2020-03-20
    • 文件大小:44184576
    • 提供者:梦忆寻蝶
« 1 2 34 5 6 7 8 9 10 ... 21 »
搜珍网 www.dssz.com