文件名称:SplineInterpolation-in-mfc
- 所属分类:
- 2D图形编程
- 资源属性:
- [Windows] [Visual C] [源码]
- 上传时间:
- 2014-02-26
- 文件大小:
- 3.57mb
- 下载次数:
- 0次
- 提 供 者:
- 蒋**
- 相关连接:
- 无
- 下载说明:
- 别用迅雷下载,失败请重下,重下不扣分!
介绍说明--下载内容均来自于网络,请自行研究使用
1、将三次样条插值功能封装成CCubicSplineInterpolation类,所采用的是第二类边界条件:在端点的二阶导数值为0.
2、基于对话框设计了使用界面,通过打开文件夹内的test.xls可以载入全部数据,并可利用上述三次样条类进行单点插值和全部插值。
3、经检验,该程序插值结果与matlab中: pp=csape(a,b, second ,[0 0])
result=ppval(pp,x0) 插值结果一致。-1, will be packaged into a cubic spline interpolation function CCubicSplineInterpolation class, which is used in the second boundary condition: The value of the second derivative is zero endpoint 2, dialog-based user interface design, by opening the file in the folder test. . xls can load all the data, and the use of the above classes of cubic spline interpolation and all single-point interpolation. 3, the test, the program matlab interpolation results in: pp = csape (a, b, ' second' , [0 0]) result = ppval (pp, x0) consistent interpolation results.
2、基于对话框设计了使用界面,通过打开文件夹内的test.xls可以载入全部数据,并可利用上述三次样条类进行单点插值和全部插值。
3、经检验,该程序插值结果与matlab中: pp=csape(a,b, second ,[0 0])
result=ppval(pp,x0) 插值结果一致。-1, will be packaged into a cubic spline interpolation function CCubicSplineInterpolation class, which is used in the second boundary condition: The value of the second derivative is zero endpoint 2, dialog-based user interface design, by opening the file in the folder test. . xls can load all the data, and the use of the above classes of cubic spline interpolation and all single-point interpolation. 3, the test, the program matlab interpolation results in: pp = csape (a, b, ' second' , [0 0]) result = ppval (pp, x0) consistent interpolation results.
(系统自动生成,下载前可以参看下载内容)
下载文件列表
二阶导数为零的三次样条插值\CSpreadSheet.h
..........................\Debug\FisrtKindThrSample.obj
..........................\.....\FisrtKindThrSample.sbr
..........................\.....\SplineInterpolation.obj
..........................\.....\SplineInterpolation.sbr
..........................\.....\StdAfx.obj
..........................\.....\StdAfx.sbr
..........................\.....\test001.bsc
..........................\.....\test001.exe
..........................\.....\test001.ilk
..........................\.....\test001.obj
..........................\.....\test001.pch
..........................\.....\test001.pdb
..........................\.....\test001.res
..........................\.....\test001.sbr
..........................\.....\test001Dlg.obj
..........................\.....\test001Dlg.sbr
..........................\.....\vc60.idb
..........................\.....\vc60.pdb
..........................\ReadMe.txt
..........................\res\test001.ico
..........................\...\test001.rc2
..........................\resource.h
..........................\SplineInterpolation.cpp
..........................\SplineInterpolation.h
..........................\StdAfx.cpp
..........................\StdAfx.h
..........................\test001.aps
..........................\test001.clw
..........................\test001.cpp
..........................\test001.dsp
..........................\test001.dsw
..........................\test001.h
..........................\test001.ncb
..........................\test001.opt
..........................\test001.plg
..........................\test001.rc
..........................\test001Dlg.cpp
..........................\test001Dlg.h
..........................\Debug
..........................\res
二阶导数为零的三次样条插值
test.xls