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

Search list

[Otherhermite

Description: Hermite算法,用于数值计算特别是计算方法中最重要的算法之一。
Platform: | Size: 1648 | Author: 刘伟 | Hits:

[Other resourceHermite

Description: Matlab中没有现成的Hermite插值函数,必须编写一个M文件实现插值。 设n个节点的数据以数组x0 (已知点的横坐标), y0(函数值), y1(导数值)输入(注意Matlat的数组下标从1开始), m个插值点以数组x 输入,输出数组y 为m 个插值。编写一个名为hermite.m的M文件。
Platform: | Size: 1374 | Author: 贺鼎宏 | Hits:

[OtherMFC实现三维空间绘制Hermite曲线

Description: 本程序主要在VC++情况下实现CAD中的Hermite曲线,在这里使用了OpenGL
Platform: | Size: 43939 | Author: 172605492@qq.com | Hits:

[Mathimatics-Numerical algorithmsMATLAB源程序

Description: 一阶导数hermite插值。-a derivative hermite interpolation.
Platform: | Size: 1024 | Author: 张俊海 | Hits:

[Graph programHermite_standard

Description: 生成3次Hermite曲线的标准算法。-Hermite generate three times the standard curve algorithm.
Platform: | Size: 1935360 | Author: 赵阳 | Hits:

[Mathimatics-Numerical algorithmshermite插值

Description: 大学里数学系必学的一们课程数值分析中的经典算法————hermit插值的程序vb版本-University's Department of Mathematics will study the courses have a numerical analysis of the classic interpolation algorithm- hermit version of the procedure vb
Platform: | Size: 2048 | Author: liunangui | Hits:

[Mathimatics-Numerical algorithmshermite

Description: 一个非常好的插值程序-a very good interpolation procedures
Platform: | Size: 1024 | Author: 巍巍 | Hits:

[Mathimatics-Numerical algorithms埃尔米特-高斯求积法

Description: 埃尔米特-高斯求积法的c源程序-Hermite- Gaussian quadrature law c source
Platform: | Size: 1024 | Author: 张一琳 | Hits:

[Windows DevelopInterpolationHermiteIsometry

Description: 艾尔米特等距插值。给定n个不等距节点的函数值及一阶导数值,使用埃尔米特插值公式计算指定插值点t处的函数近似值-Hermite Isometry Interpolation: to calculate the approximation of the function at the specified interpolation point t by using Hermite Isometry Interpolation function, which is based on the function value and first derivative value of N trimetry nodes
Platform: | Size: 73728 | Author: 球球 | Hits:

[GDI-Bitmapgraphic_demo

Description: 帮助学习图形学的学生和工程人员的好工具,里面动态的演示了图形生成过程,详细的源代码使你粘贴后就可以运行,其中包括DDA、resenham、 逐点比较法直线生成算法;bresenham,DDA,中点画圆算法;n次bezier, spline,Bspling,Hermite曲线生成算法;单线性,双线性, Bezier曲面生成算法;矢量,点阵字符生成算法;扫描填充, 种子填充算法,多边形,直线裁剪算法;平移,比例,旋转, 原点对称,错切变换算法;-help students learning graphics and engineering staff a good tool, they demonstrated a dynamic graphics generation process, the detailed source code so that you can run after the paste, including DDA, resenham, point by point comparison Linear Algorithm; Bresenham, DDA, the midpoint Circle algorithm; N bezier, spline, Bspling, Hermite curve generation algorithm; single, bilinear, Bezier surface generation algorithm; vector, Character generation algorithm; scanning fill the seed filling algorithm, polygons, linear cutting algorithm; translation ratio, rotation, symmetric origin , Shear Transform algorithm;
Platform: | Size: 806912 | Author: 冯宾 | Hits:

[Mathimatics-Numerical algorithmsIntegraller

Description: 可移植的积分算法 ,提供了数种方法(变步长梯形求积分;变步长辛卜生求积分;自适应梯形求积分;龙贝格求积分;计算一维积分的连分式法;高振荡函数求积分;勒让德-高斯求积分;拉盖尔-高斯求积分;埃尔米特-高斯求积分) ,比较实用-portable integral algorithm, a few methods (variable step-ladder for integration; Variable step for Oracle Integral Health; Adaptive trapezoidal seek integration; Romberg seek integration; calculating an integral dimension of the continued fraction; high oscillation function for integration; Legendre Germany-Gaussian seek integration; Laguerre- Gaussian seek integration; Hermite- Gaussian quadratures), more practical
Platform: | Size: 31744 | Author: 陈学川 | Hits:

[Special EffectsgraphicDemo

Description: 一个简单的图形演示系统,包括多边形的填充,多点插值 (逼近) 的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.
Platform: | Size: 70656 | Author: qbj | Hits:

[File FormatHermite-C

Description: * 用埃特金插值法依据N个已知数据点计算函数值 * 输入: n--已知数据点的个数N-1 * x--已知数据点第一坐标的N维列向量 * y--已知数据点第二坐标的N维列向量 * xx-插值点第一坐标 * eps--求解精度 * 输出: 函数返回值所求插值点的第二坐标 -* Use Aitken interpolation method based on N-known data points calculation function* Input : n-- known data points the number N-1* x-- known data points of the first N-dimensional coordinates listed Vector* y-- Known number stronghold of the second N-dimensional coordinates listed Vector* xx-point first interpolation coordinates* eps-- Accuracy* output : function return values for the second interpolation point coordinates
Platform: | Size: 2048 | Author: xuyan | Hits:

[Graph Drawing2007Hermite

Description: hermite基本算法制图,很实用的算法实现程序,图形学实践中都会用到,习题必备,来看看吧-Hermite basic mapping algorithm, the algorithm is practical procedures, graphics will be used in practice. Exercise essential, looks Look here
Platform: | Size: 41984 | Author: 郝雯 | Hits:

[Graph Drawing20070116-3Hemit

Description: 图形学中三次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.
Platform: | Size: 3620864 | Author: 郝雯 | Hits:

[2D Graphichermitesample

Description: 计算机图形学作业,HERMITE曲线的绘制-computer graphics operations, curve drawing HERMITE
Platform: | Size: 1247232 | Author: Zhao Yan | Hits:

[MPIHermitechazhi

Description: 带导数的Hermite插值,用户输入x,y,及在x点处的导数值-lead and the number of Hermite interpolation, user input x, y and x points in the derivatives
Platform: | Size: 9216 | Author: 辛华 | Hits:

[Otherokokokok

Description: 几个数值分析类MATLAB程序,内容如下:拉个朗日插值,三次样条插值法 ,NEWTON插值,hermite插值,mewton形式的hermite插值,平方根法-several types of numerical analysis computer program, which reads as follows : Take a Long Day interpolation, cubic spline interpolation, Newton-interpolation, Hermite interpolation, Hermite mewton form of interpolation, Square Root Law
Platform: | Size: 1024 | Author: 唐成玉 | Hits:

[AlgorithmHermiteThree

Description: 该程序是一个分段三次Hermite插值函数,给出自变量的值和相应的函数值及一阶导数值,可以用来另外已知自变量值的函数值-that the procedure was a Hermite cubic interpolation function, from the variable to the value and the corresponding function and a derivative values can be used to the other variables known to value the function
Platform: | Size: 1024 | Author: 陈林 | Hits:

[File Formatdujunli_337

Description: 想学好计算机图形学的大学生,老师和工程人员内容:动态的演示了图形生成过程,详细的源代码使你粘贴后就可以运行,其中包括DDA、bresenham、逐点比较法直线生成算法;bresenham,DDA,中点画圆算法;n次bezier,spline,Bspling,Hermite曲线生成算法;单线性,双线性,Bezier曲面生成算法;矢量,点阵字符生成算法;扫描填充,种子填充算法,多边形,直线裁剪算法;平移,比例,旋转,原点对称,错切变换算法;斜测投影,一点,二点,三点透视算法;消影,斜平行投影,正轴测投影,透视投影算法,光照立体球,光照圆环,光照双线性曲面等等!如果需要安装图形学演示系统的请到这下载
Platform: | Size: 38912 | Author: 隋毅 | Hits:
« 1 23 4 5 6 7 8 9 10 ... 15 »

CodeBus www.codebus.net