搜索资源列表

  1. Bezier

    0下载:
  2. 用vc实现的贝塞尔曲线,代码简洁,-Vc achieved using Bezier curves, the code is simple and
  3. 所属分类:其他小程序

    • 发布日期:2024-05-17
    • 文件大小:374784
    • 提供者:
  1. BESIER

    0下载:
  2. 贝塞尔曲线程序,实现计算机图形学中的贝塞尔曲线绘制的程序。-Bezier curve procedures, computer graphics to achieve the Bessel curve drawing procedure.
  3. 所属分类:GDI/图象编程

    • 发布日期:2024-05-17
    • 文件大小:1024
    • 提供者:soarhh
  1. Bezier_Curve_Plotter

    1下载:
  2. 自己编写的matlab gui可以实现贝塞尔曲线的参数选择和拟合效果-I have written matlab gui Bezier curves can realize the parameters of selection and fitting the effect of
  3. 所属分类:matlab例程

    • 发布日期:2024-05-17
    • 文件大小:11264
    • 提供者:thusimon
  1. CoolPainter

    0下载:
  2. 1.绘图功能:直线,矩形,任意多边形,圆,贝塞尔曲线及B样条曲线模拟实物造型。 2.编辑功能:对目标图形的拷贝,移动,删除,对某点的任意拉伸、变形,剪切,填充。 3.附加功能:动画时钟,分形模拟景物实例。 注:所绘图形可以选择合适的颜色与线形-1. Mapping function: linear, rectangular, arbitrary polygon, circle, Bezier curve and B-spli
  3. 所属分类:绘图程序

    • 发布日期:2024-05-17
    • 文件大小:22528
    • 提供者:cncexo
  1. C++2

    0下载:
  2. 利用C++实现贝塞尔曲线的绘制,有意者可试用,多多指教-The use of C realize Bezier Curve, Interested parties may try the exhibitions
  3. 所属分类:绘图程序

    • 发布日期:2024-05-17
    • 文件大小:4096
    • 提供者:caidoudou
  1. Beijiai

    1下载:
  2. 贝济埃曲线是以法国数学家皮埃尔• 贝济埃命名的,它首先描述了这种曲线的性质。在一条贝塞尔曲线上,两个中点控制柄的位置足以描述一条不平滑曲线的总体形状。在计算机图形应用程序中,用户操纵的控制柄通常在屏幕上显示为小框。用鼠标单击或牵引这些点就可以控制曲线的复杂度和形状。 在VC++生成的Windows窗口中,单击鼠标四下,即立刻绘制出一条贝济埃曲线。如果想调整该曲线,只要对准贝济埃曲线的四个折点中的一个,按下鼠标右键,拖动
  3. 所属分类:绘图程序

    • 发布日期:2024-05-17
    • 文件大小:33792
    • 提供者:王邦平
  1. beisaier

    0下载:
  2. 根据工程数据点进行贝塞尔曲线拟合的程序,进行拟合后直接在FORM上绘制贝塞尔曲线-According to data points for Bezier curve fitting procedures to fit directly in the drawing Bezier curves FORM
  3. 所属分类:绘图程序

    • 发布日期:2024-05-17
    • 文件大小:4096
    • 提供者:张羽
  1. 4_MyBezier

    0下载:
  2. 贝塞尔曲线拟合 VC++6.0 OPENGL开发环境下 实现贝塞尔曲线拟合-Bezier curve fitting VC++ 6.0 OPENGL realize development environment Bessel curve fitting
  3. 所属分类:OpenGL

    • 发布日期:2024-05-17
    • 文件大小:321536
    • 提供者:liu
  1. SHUBIAOBezierCurve

    0下载:
  2. 鼠标输入型值点画出贝塞尔曲线 OPENGL开发环境-Mouse input data points to draw Bezier curves OPENGL Development Environment
  3. 所属分类:OpenGL

    • 发布日期:2024-05-17
    • 文件大小:97280
    • 提供者:liu
  1. computer

    0下载:
  2. 计算机图形学画贝塞尔曲线 带界面 用界面可以控制图形的变换-Bezier curves in computer graphics drawing interface with graphical interface can control the transformation
  3. 所属分类:界面编程

    • 发布日期:2024-05-17
    • 文件大小:4096
    • 提供者:杨洁
  1. BezierText

    0下载:
  2. 使用MFC编程,通过给定的点绘制4阶贝塞尔曲线的示例。由于是4阶贝塞尔曲线,因此通过鼠标左键定义的点数必须为4、7、10、13-The use of MFC programming, through a given point of order 4 Bezier curves drawn sample. Because it is 4-order Bezier curves, so the left mouse button throu
  3. 所属分类:绘图程序

    • 发布日期:2024-05-17
    • 文件大小:40960
    • 提供者:czy
  1. Bezier

    0下载:
  2. 一个简单的绘制贝塞尔曲线的程序,任意在绘图区给出三点,可以绘制一条贝塞尔曲线-A simple drawing program Bezier curves, arbitrary in drawing the district are given three points, you can draw a Bezier curve
  3. 所属分类:GDI/图象编程

    • 发布日期:2024-05-17
    • 文件大小:30720
    • 提供者:雷波
  1. LineCon

    0下载:
  2. 直线平滑连接程序;该程序可以实现两条相交直线之间参平滑连接,连接弧采用贝塞尔曲线。连接弧自动生成,连接弧大小通过参数设定来限制。-Smooth linear connection procedures the program can realize the intersection of two straight-line connection between the parameter smoothing, using Bezier
  3. 所属分类:绘图程序

    • 发布日期:2024-05-17
    • 文件大小:47104
    • 提供者:
  1. bezier

    0下载:
  2. 这是一个贝塞尔曲线生成的程序,有二次和三次贝塞尔曲线,并且和B样曲线组合的图形-This is a Bezier curve generated by the procedure, there are secondary and three Bezier curves and B-like curves and graphics portfolio
  3. 所属分类:数学计算/工程计算

    • 发布日期:2024-05-17
    • 文件大小:3112960
    • 提供者:刘锦瑞
  1. DrawSystem

    0下载:
  2. 本程序可绘制圆 椭圆 直线 贝塞尔曲线,完全按照课本中的算法所写-This procedure can be drawn round Bessel linear elliptic curve, in full accordance with the textbooks written by the algorithm
  3. 所属分类:绘图程序

    • 发布日期:2024-05-17
    • 文件大小:370688
    • 提供者:我爱玲
  1. beisaier

    0下载:
  2. 一个方便绘出贝塞尔曲线的程序,选好点之后就能画出相应的贝塞尔函数,同时可以调整点的位置来调整曲线。-A convenient procedure for drawing Bezier curves, after the selected point will be able to draw the corresponding Bessel function, while the location of the point can be
  3. 所属分类:图形图象

    • 发布日期:2024-05-17
    • 文件大小:45056
    • 提供者:黄凯
  1. Bezier

    0下载:
  2. 详细的介绍了贝塞尔曲线的绘制,程序分步完成,简单易懂。-Detailed introduction of the Bezier curve drawing, step-by-step process to complete, easy-to-read.
  3. 所属分类:图形图象

    • 发布日期:2024-05-17
    • 文件大小:62464
    • 提供者:林林
  1. CubicSplineAndBezier

    0下载:
  2. 程序中尝试了各种平滑曲线的算法,包括 三次样条平滑曲线 的算法类 贝塞尔曲线的算法 GDI+平滑曲线的代码-Procedures to try a variety of smooth curves of the algorithm, including the cubic spline curve smoothing algorithm type algorithm Bessel curve smooth curve GDI
  3. 所属分类:Windows编程

    • 发布日期:2024-05-17
    • 文件大小:4038656
    • 提供者:yc
  1. Bezier_circle

    0下载:
  2. 贝塞尔曲线拟合程序,完全利用matlab实现-Bezier curve fitting procedures
  3. 所属分类:matlab例程

    • 发布日期:2024-05-17
    • 文件大小:2048
    • 提供者:caixin
  1. beisaier

    0下载:
  2. 我做的一个自动产生贝塞尔曲线的vb程序,虽然简单,但是我一笔一笔的写的-I do have an automatic procedure vb Bezier curves, although simple, but I write a sum of
  3. 所属分类:图形图象

    • 发布日期:2024-05-17
    • 文件大小:2048
    • 提供者:朱杰
« 1 2 3 45 6 7 8 9 10 ... 24 »

源码中国 www.ymcn.org