利用虚拟软件Lab VIEW软件制作的曲线拟合程序,LabVIEW(Laboratory Virtual Instrument Engineering Workbench)是常用的虚拟仪器开发软件之一,可以方便快捷的完成程序的编辑。
2021-01-12 11:24:31 22KB labview
1
1.绘制Bezier曲线,即根据给定的控制顶点,得到Bezier曲线。 2 绘制三次均匀B样条曲线,即根据给定的控制顶点,得到B样条曲线。 3 均匀B样条曲线拟合,即根据给定的型值点,得到B样条曲线。 4能够支持鼠标和键盘两种输入方式输入控制顶点和型值点; 5采用栈的方法,能支持无数个点的输入; 6程序界面及交互操作方面方便:如菜单,工具图表对话框; 7能修改输入的控制顶点(拟合均匀B样条曲线除外); 8能预览输入点时的效果,即移动鼠标时,生成预览图象;
2020-11-26 01:07:45 3.46MB MFC CAD 曲线绘制 Bezier曲线
1
对于发动机实验建模有帮助吧 算是一种建模方法 如果能把发动机仿真做好就好了!
2020-04-04 21:42:10 376KB matla 发动机 特性曲线
1
图形学完整课件,包括光栅图形学,图形裁剪,基本几何,二维几何,图形变换,三维几何,几何造型,光照模型,曲线与曲面,曲线拟合与双圆弧逼近,交互技术等
2020-02-25 03:02:32 17.33MB 曲线拟合
1
很好用的一款曲线拟合 插值小工具 界面简洁 操作方便
2020-02-16 03:05:41 1.94MB 曲线拟合 软件工具 方便 好用
1
最小二乘法曲线拟合C语言可执行代码
2020-01-08 03:11:52 592KB 曲线拟合
1
这个软件是一个非常强大的根据数值找出其中数学规律的工具。对于给定的一组数据(x,y),它可以用上百种模型(函数公式)去匹配,找出其中误差最小的几个供你挑选,也可以自定义函数拟合。
2020-01-04 03:14:54 1018KB 曲线 拟合
1
ct. 18, 1995 v. 1.00 =========================================================================== + First release of CurveExpert 1.0. Oct. 26, 1995, v. 1.01 =========================================================================== New Features: + More attractive help file, with more keywords for searching + new help search facility available directly from CurveExpert Bug Fixes: + If a polynomial was already calculated, selecting another polynomial of a differing degree incorrectly pulled results from the cache instead of recalculating the curve fit. Fixed. + running two versions of CurveExpert is prevented, since two simultaneous instances cause stack faults. + if the data set is sorted, all interpolations are now marked invalid as they should be. + "Apply to All" did not necessarily force the current attributes of a graph to the current graph (only if the user clicks OK). Fixed. + The scrollbar did not get reset to the top when the user read in a new data file. Fixed. + The structure of the code has been undergone some major changes to ease porting to Windows 95 and Windows NT. I was exceedingly careful, but I hope this didn't introduce new bugs! :-) + For some reason, the help file didn't have any single or double quotes in it. This has been corrected, so it is now easier to read. + The help file was not terminated when CurveExpert was. Fixed. + The Window and Help menus were moved to more conventional positions on the menu bar. Nov. 4, 1995, v. 1.10: =========================================================================== New Features: + Previously undocumented logical functions can be used in the user-defined models. See the help documentation. + Current filename now appears in the title bar. + QuickCalc has been expanded to find the x-value, given the y-value. + Optimizations have
2020-01-03 11:41:26 448KB 另类软件
1
函数逼近与曲线拟合,拟合的结果与拉格朗日插值及样条插值的结果比较 复化梯形方法;2.复化辛甫森方法;3.复化高斯方法,求解第二类Fredholm积分方程 高维积分数值计算的蒙特卡罗方法,分别用积分和测度两种不同角度,通过蒙特卡罗方法求冰激凌的体积 病态的线性方程组的求解,选择病态问题的维数为6,分别用Gauss消去法、J迭代法、GS迭代法和SOR迭代法求解方程组,及其比较
1
MATLAB曲线拟合代码 只要改变代码中ui uo内值,便可进行所需拟合,拟合后可通过workspace查看直线参数
2019-12-25 11:11:42 296B MATLAB 曲线拟合 代码
1