文件名称:bezier_demo
- 所属分类:
- GDI/图象编程
- 资源属性:
- [Windows] [Visual C] [源码]
- 上传时间:
- 2012-11-26
- 文件大小:
- 38kb
- 下载次数:
- 0次
- 提 供 者:
- R**
- 相关连接:
- 无
- 下载说明:
- 别用迅雷下载,失败请重下,重下不扣分!
介绍说明--下载内容均来自于网络,请自行研究使用
贝齐尔曲线算法演示程序
实验原理:贝齐尔曲线的形状是通过一组多边折线(也称为贝齐尔控制多边形)的各顶点唯一的定义出来的。
程序思路:先用链表把鼠标点击过的点记录下来,做为控制多边形。然后调用n次Bernstein多项式的基函数运算出曲线的点,最后用直线分段画出来(本程序分成了50段来画)
-Bezier curve algorithm Experimental Demonstration Program Principle : Bezier curve's shape through a multilateral dogleg Group (also known as the Bezier control polygon) of the apex only in the definition years. Procedures ideas : first use the mouse to click the chain put off point on record, as a control polygon. Then called n-Bernstein polynomial function calculate the curve, Finally, subparagraph drawn straight (this program consists of 50 to paint)
实验原理:贝齐尔曲线的形状是通过一组多边折线(也称为贝齐尔控制多边形)的各顶点唯一的定义出来的。
程序思路:先用链表把鼠标点击过的点记录下来,做为控制多边形。然后调用n次Bernstein多项式的基函数运算出曲线的点,最后用直线分段画出来(本程序分成了50段来画)
-Bezier curve algorithm Experimental Demonstration Program Principle : Bezier curve's shape through a multilateral dogleg Group (also known as the Bezier control polygon) of the apex only in the definition years. Procedures ideas : first use the mouse to click the chain put off point on record, as a control polygon. Then called n-Bernstein polynomial function calculate the curve, Finally, subparagraph drawn straight (this program consists of 50 to paint)
(系统自动生成,下载前可以参看下载内容)
下载文件列表
bezier
......\bezier.aps
......\bezier.clw
......\bezier.cpp
......\bezier.dsp
......\bezier.dsw
......\bezier.h
......\bezier.ncb
......\bezier.opt
......\bezier.plg
......\bezier.rc
......\Bezier1.cpp
......\Bezier1.h
......\bezierDoc.cpp
......\bezierDoc.h
......\bezierView.cpp
......\bezierView.h
......\Debug
......\MainFrm.cpp
......\MainFrm.h
......\ReadMe.txt
......\res
......\...\bezier.rc2
......\Resource.h
......\StdAfx.cpp
......\StdAfx.h
......\bezier.aps
......\bezier.clw
......\bezier.cpp
......\bezier.dsp
......\bezier.dsw
......\bezier.h
......\bezier.ncb
......\bezier.opt
......\bezier.plg
......\bezier.rc
......\Bezier1.cpp
......\Bezier1.h
......\bezierDoc.cpp
......\bezierDoc.h
......\bezierView.cpp
......\bezierView.h
......\Debug
......\MainFrm.cpp
......\MainFrm.h
......\ReadMe.txt
......\res
......\...\bezier.rc2
......\Resource.h
......\StdAfx.cpp
......\StdAfx.h