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

搜索资源列表

  1. Bezier

    0下载:
  2. 这个是贝塞尔曲线(C++)的源代码。它是计算机图形学中非常重要的内容。-This is a Bezier curve (C++) Source code. It is very important in computer graphics content.
  3. 所属分类:Graph Drawing

    • 发布日期:2017-04-04
    • 文件大小:934
    • 提供者:michelle
  1. wodechengxudaima

    0下载:
  2. 在屏幕上选取点集,每四个点构成一个控制多边形,绘制贝塞尔曲线和赫米特曲线-Select the point on the screen sets, each of the four points form a control polygon, drawing Bezier curves and hermite curve
  3. 所属分类:Graph Drawing

    • 发布日期:2017-04-01
    • 文件大小:43581
    • 提供者:王莹
  1. bessel_test

    0下载:
  2. 贝塞尔曲线的一个描述,这是最新的程序,希望能和大家共享-Bezier curves, a descr iption, which is the latest procedures, and we hope to share
  3. 所属分类:2D Graphic

    • 发布日期:2017-04-04
    • 文件大小:7529
    • 提供者:guoshuxia
  1. _rar

    0下载:
  2. 贝塞尔曲线的执行文件,及其vc源代码-Bezier curves of the implementation of document and its source code vc
  3. 所属分类:CSharp

    • 发布日期:2017-04-02
    • 文件大小:838920
    • 提供者:王奇
  1. beisaier

    0下载:
  2. 贝塞尔曲线的画法,是计算机图形学方面的知识,如果感兴趣的可以下来-Bezier curve drawing method is a computer graphics knowledge, if the interest can be down
  3. 所属分类:Special Effects

    • 发布日期:2017-03-27
    • 文件大小:83396
    • 提供者:
  1. bezier

    0下载:
  2. 一个利用VB实现动态绘制贝塞尔曲线的例子!-VB to achieve a dynamic rendering using Bezier curves example!
  3. 所属分类:Graph Drawing

    • 发布日期:2017-04-03
    • 文件大小:2805
    • 提供者:sunny
  1. bezierline

    0下载:
  2. 绘制贝塞尔曲线的程序,可以修改控制点,连接多条曲线,修改曲线精度等操作。在opencv下实现。 -Bezier curve drawing procedure, you can modify the control point to connect a number of curves, modify curve precision operation. Achieved in opencv.
  3. 所属分类:Graph Drawing

    • 发布日期:2017-04-01
    • 文件大小:2305
    • 提供者:feimiao
  1. BEZIER1

    0下载:
  2. 用C++开发的画贝塞尔曲线的程序,鼠标左键可以随意拖曳节点,右键复原-Using C++ development draw Bezier curves procedures can drag the left mouse button node, right-recovery
  3. 所属分类:Multimedia Develop

    • 发布日期:2017-04-26
    • 文件大小:11855
    • 提供者:zhangjin
  1. CoolPainter

    0下载:
  2. 本软件是一个完全由TC2.0开发的功能不错的图形编辑、处理软件。 由于水平与时间限制目前只支持键盘操作。 一.功能与特色: 1.绘图功能:直线,矩形,任意多边形,圆,贝塞尔曲线及B样条曲线模拟实物造型。 2.编辑功能:对目标图形的拷贝,移动,删除,对某点的任意拉伸、变形,剪切,填充。 3.附加功能:动画时钟,分形模拟景物实例。 注:所绘图形可以选择合适的颜色与线形。 二.使用说明: 1.Tab键鼠标速度控制键,有一次移动1个像素,10个像素两种。 2.Ent
  3. 所属分类:Graph Drawing

    • 发布日期:2017-04-17
    • 文件大小:67957
    • 提供者:谭永炳
  1. bezier

    0下载:
  2. 生成贝塞尔曲线-bezier creation............
  3. 所属分类:Graph Drawing

    • 发布日期:2017-04-11
    • 文件大小:640
    • 提供者:jason
  1. VectorWord

    0下载:
  2. 一个矢量汉字生成程序,运用了图像识别和贝塞尔曲线-a vector word generate program
  3. 所属分类:GDI-Bitmap

    • 发布日期:2017-04-26
    • 文件大小:64329
    • 提供者:wangzhengying
  1. BezierSpline

    0下载:
  2. BezierSpline 1.21。sketch up(草图设计大师,Google精品软件)下的贝塞尔曲线插件,使用时解压拷贝到sketch up安装插件的目录下就行了,我暂时也没用过,请大家从网络上找资料学习它,不过它可以实现的功能就是把不同高度的曲线外边缘平滑连接成复杂精细的曲面,而sketch up主要用于3D设计,利用BezierSpline 1.21可以生成不同等高线地形的3维电子地图!-BezierSpline 1.21. sketch up (draft design of the
  3. 所属分类:Graph Drawing

    • 发布日期:2017-04-16
    • 文件大小:78398
    • 提供者:yxl
  1. ComputerGraphics

    0下载:
  2. 三种算法绘制直线,种子填充,画圆画圆弧,绘制二次曲线,贝塞尔曲线等-Draw a straight line of three algorithms, seed filling, drawcircle circular painting, drawing the second curve, Bezier curves, etc.
  3. 所属分类:Special Effects

    • 发布日期:2017-05-22
    • 文件大小:6191264
    • 提供者:liumeng
  1. TTBEZIER

    0下载:
  2. 利用vc单文档绘制的贝塞尔曲线,是学习单文档gdi绘图的有效参考,同时对贝塞尔曲线的形成原理做了介绍-Vc use a single document drawn Bezier curves, a single document to learn effective gdi drawing reference, at the same time the formation of the principle of Bezier curves introduced
  3. 所属分类:Graph Drawing

    • 发布日期:2017-04-28
    • 文件大小:23828
    • 提供者:申文涛
  1. brizer

    0下载:
  2. 贝塞尔曲线画法,计算机图形学,C语言编程,一个小程序-how to draw a brizer line
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-11
    • 文件大小:625
    • 提供者:chenyanqing
  1. bezier

    0下载:
  2. 一个用汇编写的小例子:如何画贝塞尔曲线的程序-Written with the compilation of a small example: how to draw Bezier curves procedure
  3. 所属分类:GDI-Bitmap

    • 发布日期:2017-04-05
    • 文件大小:4607
    • 提供者:战天意
  1. a

    0下载:
  2. 自己编制的一个图形编辑菜单软件,有直线,圆,椭圆,贝塞尔曲线的绘制和删除等功能.-The preparation of their own menu, a graphics editing software, there is a straight line, circle, ellipse, Bezier curve drawing, and delete functions.
  3. 所属分类:Graph Drawing

    • 发布日期:2017-03-30
    • 文件大小:586630
    • 提供者:豪哥
  1. curve

    0下载:
  2. 这是一个画花的程序,计算机图形学课程设计,应用到贝塞尔曲线。-This is a smear procedures, computer graphics, curriculum design, applied to the Bezier curve.
  3. 所属分类:Graph Drawing

    • 发布日期:2017-04-02
    • 文件大小:148634
    • 提供者:liyangyang
  1. BezierCurve

    0下载:
  2. 贝塞尔曲线的经典程序代码,简单易懂,容易实现.-an algorith of drawing bezierCurve
  3. 所属分类:Graph Drawing

    • 发布日期:2017-03-29
    • 文件大小:29745
    • 提供者:zhangxia
  1. Teapot

    0下载:
  2. 利用给定的控制点,使用贝塞尔曲线和曲面建模的方法生成的茶壶。并添加了光照和倒影及阴影。程序中附操作说明。-The use of a given control point, use the Bezier curve and surface modeling methods to generate the teapot. And add a light and shadow and reflection. Program operating instructions attached.
  3. 所属分类:OpenGL program

    • 发布日期:2017-04-03
    • 文件大小:4688
    • 提供者:chen
« 1 2 ... 4 5 6 7 8 910 11 12 13 14 ... 21 »
搜珍网 www.dssz.com