搜索资源列表
三次样条曲线
- 由本人改编自C程序的一个三次样条曲线模拟正弦波程序源码,有兴趣的可以看看.-from C procedures adapted from a cubic spline curve simulated sine wave source procedures are interested can look at.
三次样条曲线拟合
- 三次样条曲线拟合 这个也是数学方法中的常用计算程序 学过的人都知道的-cubic spline curve fitting This is a mathematical method of calculation procedures used to learn the know
7720spline_c++
- 一个很好的画三次样条曲线的程序源码-a good painting cubic spline curve procedures FOSS
DrawB
- 用VC编写的圆弧样条,B样条曲线的绘制程序,在单文档中输入任意点,绘制出点间的圆弧样条曲线与B样条曲线-VC prepared by the arc-like, B-spline curve mapping procedures in a single document input arbitrary point and draw points of the circular spline curves and B-spline cur
3次B样条曲线
- 这是我用VC做的一个关于图形曲线的程序,可以绘制B样曲线功能-This is what I do with VC on a graph procedures can be mapped B-spline curves function
三次样条曲线拟合
- 三次样条曲线拟合 这个也是数学方法中的常用计算程序 学过的人都知道的-cubic spline curve fitting This is a mathematical method of calculation procedures used to learn the know
vb_bezierfit
- 这是一个分别用Bezier曲线和B样条曲线进行曲线拟合的例子 程序用VB6.0中文版编写 例子中需要一个窗体和一个按钮(使用默认的名字) 在本例中,黑色的线条是对坐标系上各点的直接连线 黄色的线仅对点间连线进行近似拟合,并不通过每一个点,使用的是B样条曲线 蓝色的线通过除第一个点和最后一个点之外的每一个点,使用的是Bezier曲线-This is a difference with Bezier curv
三次样条曲线
- 由本人改编自C程序的一个三次样条曲线模拟正弦波程序源码,有兴趣的可以看看.-from C procedures adapted from a cubic spline curve simulated sine wave source procedures are interested can look at.
three_curve
- 这是一个画自然三次样条曲线的程序,用opengl实现-This is a painting of natural cubic spline curve of the procedures used to achieve opengl
bsplines
- 采用delphi实现的B样条曲线源程序,包含很多的功能,而且可以点击exe文件,直接查看程序的演示效果。-used to achieve the B-spline curves source include many functions, but can click on the exe file, a direct view of the process demonstration effect.
Gaphics
- 我是一名大学的学生,我没有做过很复杂的编程练习,这也是我第一次上传源程序,这次上传的是我做计算机图形学的练习时在WIN-TC环境下所编的一些程序,其中有二维图形的基本变换(平移,旋转,错切,放缩,对称)的动画演示、三维图在二维平面上的消隐图的显示、线条的裁减、抛物线的绘制以及B样条曲线的绘制,程序中有详细的注释,希望对学生朋友们能够有所帮助。-I was a university student, I had not done a ve
NURBS
- 这个程序是B样条曲线生成的一种简单方法,可以对初学者看。-This procedure is B-spline curve generated by a simple way to look for beginners.
BSpline
- 一个画B样条的小程序,可以用鼠标点击任意多的控制点,实现B样条曲线的绘制.-A painting of a small B-spline procedure, you can use the mouse to click on any number of control points, the realization of B-spline curve drawing.
threeBCurverC
- 三次B样条曲线 对于初学计算机辅助几何设计的学生来说 是一个很好的程序 易懂 简单-Three B-spline curve for the novice computer-aided geometric design students is a good program easy to understand simple
sanciByangtiaoquxian
- 此程序可运行后为三次B样条曲线 用光表进行绘图 很好的程序 跟大家分享-This program can be run for the three B-spline curve drawing with light table with a very good program to share
pic
- 源码简介: 这是我上图形学实验课时写的程序,实现了以下功能: 第一次作业:(第一课时) 要求:用Bresenham算法画出一个多边形,然后用扫描线填充 第二次作业:(第二课时) 要求:二维空间变换 第三次作业:(第三、四课时) 要求:三维空间变换及投影 第四次作业:(第五,六课时) 要求:Cohen_Sutherland裁剪,梁友栋-Barsky裁剪,裁剪开窗算法,多边形裁剪。 第五次作业:(第七
Bez
- 本程序是在VC++环境下编写的二次样条曲线程序源代码,可直接运行程序,是学习图形学的好帮手。-This procedure is VC++ Environment prepared quadratic spline curve of source code, can be directly run the program, is a good helper to learn graphics.
Complex.curve.drawing.program
- 复杂曲线的绘图程序,可以绘制参数样条曲线,贝齐埃曲线 ,B样条曲线,实现绘制,修改,删除等多种功能并显示基函数。CAGD专业非常经典的程序-Complex curve drawing program, you can map parameters spline curve, Pui Maiziere curve, B-spline curve, realize mapping, modify, delete and display a
Splinechengxu
- 这是一个简单的样条曲线绘图程序,程序中每个具体的步骤-This is a simple spline curve drawing program, procedures for each concrete steps
A样条
- A样条曲线插值算法和maple代码,实现离散点列拐角处的平滑过渡。(A-spline interpolation for discrete point sequence)