CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - cubic bezier

搜索资源列表

  1. NewBezierLine

    0下载:
  2. 三次Bezier图象的生成,用TC可以打开实现-cubic Bezier image generation, TC can be used to achieve open
  3. 所属分类:绘图程序

    • 发布日期:2008-10-13
    • 文件大小:3674
    • 提供者:lins
  1. VC6DrawBezier

    1下载:
  2. 这是用VC6.0编写的绘制三次Bezier曲线的程序,使用MFC框架文档视图结构。程序除实现三次Bezier曲线的绘制,还实现了点,直线,圆的绘制,可做为学习计算机图形算法的参考。与其它Bezier曲线绘制程序的不同是,本程序实现了Bezier曲线上型值点的计算显示。程序中编写了Bezier曲线类来完成Bezier曲线的绘制,并能对绘制的曲线数据进行保存与打开。对学习文件操作也有一定帮助。这是我第一次上传源码,有什么不妥之处还请管理员指点。谢谢!-VC6.0 prepared by the cu
  3. 所属分类:绘图程序

    • 发布日期:2008-10-13
    • 文件大小:174818
    • 提供者:王占辉
  1. Beziergenerate

    0下载:
  2. 人机交互生成三次Bezier曲线,但是没有编辑功能,正在继续改进!-HCI generated cubic Bezier curve, but no editing function, is continuing to improve.
  3. 所属分类:GDI/图象编程

    • 发布日期:2008-10-13
    • 文件大小:9246
    • 提供者:杨静
  1. 三次Bezier曲线

    0下载:
  2. 三次Bezier曲线虽然原理跟二次Bezier曲线的类似,但是具体编程时还是有很多地方需要注意,因实际应用中三次Bezier曲线的作用越来越大,所以编了此程序以供参考-cubic Bezier curve Although the Second Principle Bezier curve with a similar, but specific programming when there are still many areas that need attention, according
  3. 所属分类:绘图程序

    • 发布日期:2008-10-13
    • 文件大小:917
    • 提供者:胡燕燕
  1. cubic bezier曲线拟合

    0下载:
  2. 用C-Bezier曲线拟合给定曲线
  3. 所属分类:源码下载

  1. Bezier

    1下载:
  2. 这是一个描绘一条三次Bezier曲线的程序,其中点的选取已经考虑到平滑性。-This is a cubic Bezier curve depicting a procedure for the selection of which points have been taken into account smoothness.
  3. 所属分类:Graph Drawing

    • 发布日期:2017-04-05
    • 文件大小:348689
    • 提供者:王东阳
  1. Bezier

    0下载:
  2. OpenGL三次贝塞尔曲线绘制,交互式的绘制图形,源码与详细注释。-OpenGL cubic Bezier curve drawing, interactive rendering graphics, source code and detailed comments.
  3. 所属分类:OpenGL program

    • 发布日期:2017-03-23
    • 文件大小:248952
    • 提供者:郝晓婷
  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. Bezier

    0下载:
  2. 计算机图形学中的双三次Bezier曲面算法代码-Computer graphics in the bi-cubic Bezier surface algorithm code
  3. 所属分类:Graph program

    • 发布日期:2017-03-28
    • 文件大小:251434
    • 提供者:小晓
  1. Bezier

    0下载:
  2. 二维的三次Bezier曲线(基于ribbon界面),曲线可以手动输入控制点,也可以随机产生,可改背景及曲线的颜色。-Two-dimensional cubic Bezier curve, the curve can manually enter the control point can also be randomly generated, and the curve can change the background color.
  3. 所属分类:GUI Develop

    • 发布日期:2017-04-07
    • 文件大小:223310
    • 提供者:fangshijie
  1. bezier

    0下载:
  2. bezier三次曲线源代码程序,此程序是基于VC++开发的-bezier cubic curve source code program, this program is based on VC++ development
  3. 所属分类:Windows Develop

    • 发布日期:2017-05-08
    • 文件大小:1929824
    • 提供者:詹君宇
  1. Bezier

    1下载:
  2. 三次贝塞尔分段插值(按照Excel曲线算法),计算平滑曲线上任意一点的点坐标的自定义函数BezierFit。 Excel的平滑曲线没有提供这个曲线图的公式,所以通过编程查找曲线上的点坐标。-Cubic Bezier Interpolation (in accordance with the Excel curve algorithm) to calculate any point on a smooth curve point coordinates of the custom function
  3. 所属分类:Special Effects

    • 发布日期:2017-03-22
    • 文件大小:4852
    • 提供者:zzt
  1. Bezier

    0下载:
  2. 一个非常简单的三次贝齐尔Bezier曲线生成算法,由给定的控制点通过Bernstein基函数生成。-A very simple cubic Bezier Bezier curve generation algorithm, from given control points generated by Bernstein basis functions.
  3. 所属分类:Graph Drawing

    • 发布日期:2017-05-08
    • 文件大小:1950835
    • 提供者:郁萌
  1. shiyan6-double-Bezier

    0下载:
  2. 计算机图形学实验6 常用曲面和曲线的生成算法 包括(双三次Bezier曲面算法)-Computer Graphics Lab 6 common surfaces and curves, including generating algorithm (bi-cubic Bezier surface algorithm)
  3. 所属分类:GDI-Bitmap

    • 发布日期:2017-05-11
    • 文件大小:2996416
    • 提供者:付斌
  1. Bi-cubic-Bezier-surface-algorithm

    0下载:
  2. 在Windows环境下用visual C++实现双三次Bezier曲面算法的编程-In the Windows environment using visual C++ to achieve bi-cubic Bezier surface programming algorithm
  3. 所属分类:GDI-Bitmap

    • 发布日期:2017-03-27
    • 文件大小:269705
    • 提供者:jack
  1. Bezier

    0下载:
  2. 计算机图形学中,对曲线做三次Bezier曲线等分作图算法-Computer graphics, to do the curve plotting algorithm cubic Bezier curve decile
  3. 所属分类:Fractal program

    • 发布日期:2017-04-03
    • 文件大小:577
    • 提供者:123456
  1. bezier

    1下载:
  2. 绘制n次Bezier曲线时,应可以输入控制点个数及控制点x,y坐标,输入数据可以放到文本文件中,以便调试。对于三次Bezier曲线,用多个曲线段拼接而成,并且要求曲线一阶导数连续。绘制Bezier曲面时,应可以输入控制多面体的顶点坐标与曲线的间距。-Bezier curve drawing n times, should be able to enter the number of control points and control points x, y coordinates, the i
  3. 所属分类:OpenGL program

    • 发布日期:2017-03-24
    • 文件大小:1399
    • 提供者:xsl
  1. Bezier Curve Matlab

    0下载:
  2. Cubic Bezier Curve fitting for 2D control points
  3. 所属分类:matlab例程

    • 发布日期:2013-03-06
    • 文件大小:289305
    • 提供者:mbilal6
  1. BEzier

    0下载:
  2. Bézier curve生成三次贝塞尔曲线的源代码, 函数ComputeBezier将以控制点cp产生的曲线点填入Point2D结构的数组 调用者必须分配足够的空间以供输出结果——<sizeof(Point2D) numberOfPoints>-Bzier curve cubic Bezier curve generated source code, function ComputeBezier will control point cp curve points to fil
  3. 所属分类:2D Graphic

    • 发布日期:2017-04-11
    • 文件大小:818
    • 提供者:kevin
  1. The-Bezier-curve-of-rotation

    0下载:
  2. 程序实现了绘制一条三次Bezier曲线,并以其旋转45°-Realization of a cubic Bezier curve drawing, and its rotation 45
  3. 所属分类:matlab

    • 发布日期:2017-04-11
    • 文件大小:836
    • 提供者:王瑞
« 12 3 »
搜珍网 www.dssz.com