文件名称:bezier_demo
- 所属分类:
- GDI/图象编程
- 资源属性:
- [Windows] [Visual C] [源码]
- 上传时间:
- 2008-10-13
- 文件大小:
- 38.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)
(系统自动生成,下载前可以参看下载内容)
下载文件列表
压缩包 : 55593413bezier_demo.rar 列表 bezier\bezier.dsp bezier\bezier.h bezier\bezier.rc bezier\bezier.opt bezier\bezierView.cpp bezier\bezier.clw bezier\ReadMe.txt bezier\bezier.cpp bezier\StdAfx.h bezier\StdAfx.cpp bezier\MainFrm.cpp bezier\bezier.aps bezier\bezierDoc.h bezier\bezierView.h bezier\MainFrm.h bezier\bezierDoc.cpp bezier\res\bezier.rc2 bezier\res\bezierDoc.ico bezier\res\bezier.ico bezier\res bezier\Resource.h bezier\Bezier1.h bezier\bezier.dsw bezier\bezier.ncb bezier\Debug bezier\bezier.plg bezier\Bezier1.cpp bezier