搜索资源列表
graphic_demo
- 帮助学习图形学的学生和工程人员的好工具,里面动态的演示了图形生成过程,详细的源代码使你粘贴后就可以运行,其中包括DDA、resenham、 逐点比较法直线生成算法;bresenham,DDA,中点画圆算法;n次bezier, spline,Bspling,Hermite曲线生成算法;单线性,双线性, Bezier曲面生成算法;矢量,点阵字符生成算法;扫描填充, 种子填充算法,多边形,直线裁剪算法;平移,比例,旋转, 原点对称,错切变换算法;-help students lea
graphicDemo
- 一个简单的图形演示系统,包括多边形的填充,多点插值 (逼近) 的Hermite曲线、Bezier曲线及B样条曲线平面中的凸壳算法-a simple graphic display systems, including polygon filling, Multi-point interpolation (approximate) Hermite curve, Bezier curves and B-spline curves of convex hull algorithms, etc.
20070116-3Hemit
- 图形学中三次hermite曲线的绘制方法。hermite算法是图形学中的考点和重点,这个程序就是基于hermite实现来完成的。-graphics three Hermite curve rendering method. Hermite algorithm is the newly graphics and focus This procedure is based on the Hermite to achieve complete.
抛物线和Hermite
- 抛物线和Hermite曲线的生成算法-parabolic curve and the Hermite Algorithm
图形学算法演示
- 对象:想学好计算机图形学的大学生,老师和工程人员内容:动态的演示了图形生成过程,详细的源代码使你粘贴后就可以运行,其中包括DDA、bresenham、逐点比较法直线生成算法;bresenham,DDA,中点画圆算法;n次bezier,spline,Bspling,Hermite曲线生成算法;单线性,双线性,Bezier曲面生成算法;矢量,点阵字符生成算法;扫描填充,种子填充算法,多边形,直线裁剪算法;平移,比例,旋转,原点对称,错切变换算法;斜测投影,一点,二点,三点透视算法;消影,斜平行投影,
Hermite.rar
- Hermite曲线生成算法,通过四个点的确立绘制hermite曲线,Hermite curve generation algorithm, through the establishment of four-point hermite curve drawing
Spline
- 用Opengl实现的样条线绘制,包括: 1.任意次bezier曲线的绘制 2.3次hermite曲线的绘制 -Opengl achieved with spline drawing, including: 1. Arbitrary times Bezier curve drawing 2.3 times hermite Curve
Curve_OpenGL
- 用OpenGL实现的三维曲线绘制软件,可绘制Hermite曲线,Bezier曲线,可用键盘控制旋转。-Three-dimensional curve with OpenGL, drawing software, which can draw the Hermite curve, Bezier curves, available keyboard control the rotation.
wodechengxudaima
- 在屏幕上选取点集,每四个点构成一个控制多边形,绘制贝塞尔曲线和赫米特曲线-Select the point on the screen sets, each of the four points form a control polygon, drawing Bezier curves and hermite curve
shuzhifenxi2
- 实验题目:Hermite插值多项式 相关知识:通过n+1个节点的次数不超过2n+1的Hermite插值多项式为: 其中,Hermite插值基函数 数据结构:三个一维数组或一个二维数组 算法设计:(略) 编写代码:(略) 实验用例: 已知函数y=f(x)的一张表(其中 ): x 0.10 0.20 0.30 0.40 0.50 y 0.904837 0.818731 0.740818 0.670320 0.606531 m
Hermite
- 计算机图形学 丁爱玲版本 java程序实现 hermite曲线-Computer Graphics丁爱玲version of java program hermite curve
curve
- hermite bezier 三次样条三种方法生成曲线-hermite bezier spline curves generated in three ways
hermite
- Hermite Curve Interpolation in c++ using Opengl library and Glut.
Hermite
- 画Hermite曲线,用鼠标给出起点个重点及其切向量即可-Painting Hermite curve, given the starting point with the mouse key and tangent vectors can be
Hermite
- hermite拟合曲线,精度高,能处理导数-hermite curve fitting, high precision, able to handle derivative
Hermite
- 用C++语言编写的程序,画出了自由曲线中的一种Hermite曲线。-In c++ language program, draw the freedom of a Hermite curve curve.
Hermite-Splines
- 自定义函数 根据两个控制点以及对应斜率 画出Hermite曲线 并由方向键控制形状大小-Hermite curve by the arrow keys to control the shape and size of a custom function to draw the two control points and the corresponding slope
hermite
- hermite curve plotter for two points and its derivative
Hermite
- MFC环境下绘制Hermite曲线(可设置曲线的颜色、起点与中点,起点的导数与终点导数)-Draw Hermite curve MFC environment (you can set the color, starting with the midpoint of the curve, the derivative of the starting point and end point of the derivative)
hermiteCurve
- Hermite Curve OpenGL C++