Welcome![Sign In][Sign Up]
Location:
Search - hermite

Search list

[Graph Drawinghw02_QianLiu

Description: 我编写的曲线编辑器。包括贝计埃,HERMITE,等不同曲线的控制点的计算和连接。-I prepared the curve editor. Including the bay of Egypt, HERMITE, such as the control point curve calculation and connect.
Platform: | Size: 5137408 | Author: ayyuk | Hits:

[Fax programhermite_pulse

Description: hermite,uwb成形脉冲函数,不同导数时-hermite, uwb pulse shaping function, different derivative when
Platform: | Size: 2048 | Author: 周郭楠 | Hits:

[matlabHermite_Spline

Description: 进行分段三次Hermite插值和分段三次Spline插值,比较F-C取导数方法所得到期收益率曲线逼近中债结算公司的到期收益率曲线的效果的程序-Hermite interpolation for sub-three and three sub-Spline interpolation, comparing FC take derivative curve approximation method, due in settlement of debts due the company s procedures for the effect of yield curve
Platform: | Size: 3072 | Author: youyouhun | Hits:

[matlabhermite

Description: 有用的matlab数据,大家看一下,或许对你有帮助。-Matlab useful data, we look at, perhaps to help you.
Platform: | Size: 1024 | Author: 奇怪 | Hits:

[Internet-NetworkHermite

Description: 编制赫尔密特差值函数的VC程序,并用此计算节点的数值-The preparation of Hull Schmidt VC difference function procedures, and using this calculated value node
Platform: | Size: 219136 | Author: 吕静榕 | Hits:

[Otherhermite

Description: Hermite算法,用于数值计算特别是计算方法中最重要的算法之一。-Hermite algorithm for the numerical calculation method, especially in one of the most important algorithms.
Platform: | Size: 1024 | Author: 刘伟 | Hits:

[Graph programgraph1

Description: 本实验报告综合了计算机图形学的多项知识,详细讲述了二维线画图元的生成(包括二维直线、圆、椭圆、抛物线的生成)、二维填充图元的生成(图形的填充、字符的输出)、二维裁剪、图形变换(平移、旋转、放缩三种变换)、投影(透视投影)和曲线生成(Hermite曲线和Bezier曲线的生成)的算法思想以及程序实现。-This experiment, the report combines a number of computer graphics knowledge, a detailed account of the two-dimensional line drawing element formation (including the two-dimensional linear, circular, elliptical, parabolic generation), two-dimensional pixel fill generation (graphics filling, characters in the output), two-dimensional cutting, graphics transform (translation, rotation, zoom transform three), projection (perspective projection) and Curve (Hermite curves and Bezier curves generation) algorithm, as well as procedures for the realization of ideas.
Platform: | Size: 526336 | Author: iamvv | Hits:

[Picture Viewerpic

Description: 源码简介: 这是我上图形学实验课时写的程序,实现了以下功能: 第一次作业:(第一课时) 要求:用Bresenham算法画出一个多边形,然后用扫描线填充 第二次作业:(第二课时) 要求:二维空间变换 第三次作业:(第三、四课时) 要求:三维空间变换及投影 第四次作业:(第五,六课时) 要求:Cohen_Sutherland裁剪,梁友栋-Barsky裁剪,裁剪开窗算法,多边形裁剪。 第五次作业:(第七,八课时) 要求:Hermite曲线,Bezier曲线(几何作图算法,分裂法),B样条曲线分段算法。 -Source Description: This is my experiment on the Graphics class to write the procedures, to achieve the following functions: the first operation: (first class) requirements: using Bresenham algorithm to draw a polygon, then the second scan line fill operation: (second class) requirements: the third two-dimensional space transform operation: (third and fourth class) requirements: three-dimensional projection transformation and the fourth operation: (fifth and sixth class) request: Cohen_Sutherland cutting, You-Xin Liang Dong-Barsky Clipping , cutting window algorithm, polygon clipping. Fifth operation: (seventh, eight hours) to request: Hermite curve, Bezier curve (geometric mapping algorithm, secession law), B-spline curve algorithm subparagraph.
Platform: | Size: 69632 | Author: 罗森 | Hits:

[OpenGL programfeather

Description: 在visual c++和OpenGL环境下用Hermite曲线实现羽毛,并可以进行形状控制和光线的变化-In the visual c++ And OpenGL environment with Hermite curve realize feathers, and can control and shape the changes in light
Platform: | Size: 398336 | Author: 工人 | Hits:

[OpenGL programSpline

Description: 用Opengl实现的样条线绘制,包括: 1.任意次bezier曲线的绘制 2.3次hermite曲线的绘制 -Opengl achieved with spline drawing, including: 1. Arbitrary times Bezier curve drawing 2.3 times hermite Curve
Platform: | Size: 231424 | Author: 吴彧文 | Hits:

[Othershuzhifenxi2

Description: 实验题目: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 -0.904837 -0.818731 -0.740818 -0.670320 -0.606531 x 0.60 0.70 0.80 0.90 1.00 y 0.548812 0.496585 0.449329 0.406570 0.367879 m -0.548812 -0.496585 -0.449329 -0.406570 -0.367879 实验用例:利用Hermite插值多项式 求被插值函数f(x)在点x=0.55处的近似值。建议:画出Hermite插值多项式 的曲线。 -Experiment Title: Hermite interpolation polynomial-related knowledge: By n+ 1 nodes does not exceed the number of 2n+ 1 of the Hermite interpolation polynomial as follows: one, Hermite interpolation basis function data structure: three one-dimensional array or a two-dimensional array algorithm design: (slightly) the preparation of the code: (slightly) experimental use case: a known function y = f (x) of a table (of which): x 0.10 0.20 0.30 0.40 0.50y 0.904837 0.818731 0.740818 0.670320 0.606531m-- 0.904837-0.818731-0.740818-0.670320-0.606531x 0.60 0.70 0.80 0.90 1.00y 0.548812 0.496585 0.449329 0.406570 0.367879m-0.548812-0.496585-0.449329-0.406570-0.367879 experimental use case: the use of Hermite interpolation polynomial interpolation function for by f (x ) in the point x = 0.55 Department approximation. Recommendations: Draw Hermite interpolation polynomial curve.
Platform: | Size: 1024 | Author: 张涛 | Hits:

[Algorithmprogram

Description: 程序包中含有Lagrange插值、Newton插值、Hermite插值、jacobi迭代、gauss迭代、 超松弛迭代、cholesky分解-Package contains Lagrange interpolation, Newton interpolation, Hermite interpolation, jacobi iteration, gauss iteration, ultra-relaxation iteration, cholesky decomposition
Platform: | Size: 3072 | Author: funintears | Hits:

[matlabAumerical_Analysis_MATLAB_function

Description: 研一刚上完数值分析,自己写了几个算法的子函数,可以直接调用,参数的含意在文件中有说明,这五个算法分别是:拉格朗日插值,hermite插值,Newton插值,修正hamming算法,龙贝格加速算法。希望能够对大家有所帮助。-Kenichi just finished numerical analysis, himself wrote a number of algorithms Functions, you can directly call the meaning of the parameters described in the document, the five algorithms are: Lagrange interpolation, hermite interpolation, Newton interpolation value, as amended Hamming algorithm to accelerate the algorithm Romberg. We hope to be able to help.
Platform: | Size: 2048 | Author: 小天 | Hits:

[Mathimatics-Numerical algorithmsspline3

Description: 三样条插值函数算法,还包括其他的比如hermite等算法,很全-Three spline interpolation algorithm, for example, also includes other hermite such algorithm, a very wide
Platform: | Size: 23552 | Author: jordan | Hits:

[Special Effectsdrawingcurve

Description: Coons曲面与hermite、bezier、B样条曲线标准化函数及应用程序源代码(VC6.0下编写)-Coons surface with hermite, bezier, B-spline curve function and application of standardized procedures for the source code [VC6.0 under preparation]
Platform: | Size: 7191552 | Author: 梦琦 | Hits:

[Mathimatics-Numerical algorithmsHermiteDif

Description: hermite差分,任意精度逼近任意的曲线-hermite differential, arbitrary precision approximation of arbitrary curves
Platform: | Size: 452608 | Author: happynoom | Hits:

[Otherhermite

Description: this resolve the hermite problems in C
Platform: | Size: 9216 | Author: Djbril | Hits:

[matlabHermite

Description: 关于matlab的一些很经典的插值算法 特别对做数值计算及曲线拟合很有用-matlab
Platform: | Size: 9216 | Author: 李艺 | Hits:

[matlabwork

Description: HERMITE插值函数,试算,欢迎下载测试-HERMITE
Platform: | Size: 2048 | Author: 郑ZX | Hits:

[Mathimatics-Numerical algorithmsChaZhi

Description: 该文件中有拉格朗日插值算法,艾肯特插值算法,牛顿插值算法,高斯插值算法,埃尔米特插值算法的常见插值算法的代码。-The document in the Lagrange interpolation algorithm,艾肯特interpolation algorithm, the Newton interpolation algorithm, Gaussian interpolation algorithm, Hermite interpolation algorithm of the code common interpolation algorithm.
Platform: | Size: 11264 | Author: 陈臻 | Hits:
« 1 2 34 5 6 7 8 9 10 ... 15 »

CodeBus www.codebus.net