Hot Search : Source embeded web remote control p2p game More...
Location : Home Search - Spline code
Search - Spline code - List
使用 Cubic spline 三次内差做曲线拟合,以C++物件方式.做成元件.含source Code -use within three Cubic spline curve fitting done worse to C objects manner. Causing components. Source-Code
Update : 2008-10-13 Size : 349.69kb Publisher : 秦國銘

用matlab编写的线性插值,最近邻域插值,和双三次样条插值。-using Matlab prepared by the linear interpolation, the recent neighborhood interpolation and bicubic spline interpolation.
Update : 2008-10-13 Size : 17.88kb Publisher : 周萍

用C语言编写的三次B样条曲线源代码!-C language prepared by the cubic B-spline curves source code!
Update : 2025-02-17 Size : 1kb Publisher : 纯净水

DL : 0
图形学B样条曲线代码-graphics B-spline curves code
Update : 2025-02-17 Size : 1kb Publisher : 陈林

累加弦长三次参数样条曲线-cumulative chord three parameters spline curve
Update : 2025-02-17 Size : 2kb Publisher : 程雷

用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 curves
Update : 2025-02-17 Size : 55kb Publisher : 张sir

a)需求分析: 任务 :对一篇英文文章,统计各字符出现的次数,实现Huffman编码; 要求:输出每个字符出现的次数和编码,其中求最小权值要求用堆实现; b)概要设计: 本程序所使用的数据结构是树和线性表,所使用的算法主要有堆排序、赫夫曼算法。 -a) Requirements Analysis : Mandate : an article in English, statistics of the number of characters to achieve Huffman coding; Requirements : Every character in the output of the number and the code for which the minimum requirement of the right to use Heap; B) Summary of design : the procedures used by the data nodes the tree structure and linear form, the algorithm used by the main sculpture, in order Huffman algorithm.
Update : 2025-02-17 Size : 3kb Publisher : 李韦纬

帮助学习图形学的学生和工程人员的好工具,里面动态的演示了图形生成过程,详细的源代码使你粘贴后就可以运行,其中包括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;
Update : 2025-02-17 Size : 788kb Publisher : 冯宾

7种插值算法的c++代码实现,1 拉格朗日插值(POLINT) 2 有理函数插值(RATINT) 3 三次样条插值(SPLINE(二阶导数值)->SPLINT(函数值)) 4 有序表的检索法(LOCATE(二分法), HUNT(关联法)) 5 插值多项式(POLCOE(n2), POLCOF(n3)) 6 二元拉格朗日插值(POLIN2) 7 双三次样条插值(SPLIE2)-seven interpolation algorithm to achieve the c code, a Lagrangian interpolation (POLINT) 2 rational function interpolation (RATINT) 3 cubic spline interpolation (SPLINE (second derivative numerical)-
Update : 2025-02-17 Size : 5kb Publisher : ldg

DL : 0
de Boor 求值算法求作二次和三次B-样条曲线非插值,给定顶点-algorithm evaluates demand for secondary and cubic B-spline- curve interpolation, given vertex
Update : 2025-02-17 Size : 2kb Publisher : jo Wang

一个完整的通用3次样条插值算法的matlab源代码,有调用方法的举例.-integrity of a common 3-spline interpolation algorithm in Matlab source code, a method call, for example.
Update : 2025-02-17 Size : 1kb Publisher :

这是一个三次样条插值函数实现的C代码。如果插值点需要改变,可以在程序中改定。-This is a cubic spline interpolation function of the realization of the C code. If interpolation points need to change, the procedures will change.
Update : 2025-02-17 Size : 1kb Publisher : 宋亚平

DL : 0
EMD分解C语言算法,内含EMD分解所需的三次样条插值C语言算法。-EMD decomposition algorithm C language, containing the decomposition EMD cubic spline interpolation algorithm C language.
Update : 2025-02-17 Size : 1kb Publisher :

自行编写的三次样条插值函数源代码,并针对具体问题编写了程序求解-prepared by the self-cubic spline interpolation function source code, and issue-specific procedures for the preparation of the
Update : 2025-02-17 Size : 2kb Publisher : charming

用matlab编写的线性插值,最近邻域插值,和双三次样条插值。-using Matlab prepared by the linear interpolation, the recent neighborhood interpolation and bicubic spline interpolation.
Update : 2025-02-17 Size : 18kb Publisher : 周萍

用MATLAB画出三次样条插值函数曲线图(先用C++求出M)-Using MATLAB to draw cubic spline interpolation function curves (first C++ Calculated M)
Update : 2025-02-17 Size : 3kb Publisher : ren

DL : 0
三次样条插值的源代码,可以用dsp实现,希望对大家有用!-Cubic spline interpolation of the source code, can be used dsp realize, in the hope that everyone useful!
Update : 2025-02-17 Size : 2kb Publisher : myra

绘制B样条曲线,可以由控制点画,也有反求控制点的-Rendering B-spline curve can be controlled by the stipple, but also have control points in Reverse
Update : 2025-02-17 Size : 37kb Publisher : 杨小汕

样条曲线的算法C++代码实现,包含三个文件spline.cpp/spline.h/spline_prb.cpp,其中sline_prb为测试程序。此库中包含常见的多项式样条、hemitt样条、B样条等八种样条算法。devc++/vc/gcc下均通过-Spline curve algorithm C++ Code, including the three documents spline.cpp/spline.h/spline_prb.cpp, which sline_prb for the test procedure. This library contains the common polynomial spline, hemitt spline, B-spline, such as eight-spline algorithm. devc++/vc/gcc adopted under
Update : 2025-02-17 Size : 41kb Publisher : rene

spline curve fitting VB source code, assignment to draw B-curve line
Update : 2019-11-23 Size : 22.72kb Publisher : christalchuk@yahoo.com
« 12 3 4 5 6 7 8 9 10 ... 16 »
CodeBus is one of the largest source code repositories on the Internet!
Contact us :
1999-2046 CodeBus All Rights Reserved.