登录
首页 » 算法 » University's Department of Mathematics will study the courses have a numeric...

University's Department of Mathematics will study the courses have a numeric...

于 2022-02-10 发布 文件大小:2.70 kB
0 134
下载积分: 2 下载次数: 1

代码说明:

大学里数学系必学的一们课程数值分析中的经典算法――――三次样条插值的程序vb版本-University"s Department of Mathematics will study the courses have a numerical analysis of the classical algorithm-cubic spline interpolation procedures version vb

下载说明:请别用迅雷下载,失败请重下,重下不扣分!

发表评论

0 个回复

  • Was established based on moving least square (Moving Least
    建立了一种基于移动最小二乘(Moving Least-Squares MLS)法的曲线曲 面拟合方法 这种方法对传统的最小二乘(LS)法的作了比较大的改进 使生成的曲线曲面具 有精度高 光滑性好等许多优点 详细介绍了移动最小二乘法的原理 应用和特点 并且给 出了使用移动最小二乘法进行曲线曲面拟合的程序设计流程 最后给出了曲线拟合和空间散 乱数据曲面拟合算例 将拟合结果与最小二乘拟合结果作了比较 分析了 MLS 拟合曲线曲 面的光滑性和拟合质量 表明了该方法的优越性和有效性-Was established based on moving least square (Moving Least-Squares MLS) method of this curve and surface fitting method to the traditional method of least squares (LS) method was relatively large improvements to make the generated curves and surfaces with a precision of High smoothness, good detail, and many other advantages of the principle of least-squares method for mobile applications and features and gives the least-squares method using the mobile curve and surface fitting procedure design process Finally, curve fitting and spatial scattered data surface to be cost-effective cases of the results of the fitting results are compared with the least-squares fitting analysis of MLS fitting curves and surfaces smooth and fitting quality demon
    2023-02-17 12:50:04下载
    积分:1
  • 大地测量大地线计程序
    资源描述数值积分法算大地线,正反算程序,还有角度弧度转换的算法。算法亲身实验计算跟大地测量书上结果吻合,算法效率高。
    2022-04-20 00:20:05下载
    积分:1
  • 文件MD5 生产
    char *MD5_file (char *path, int md5_len)   {       FILE *fp = fopen (path, "rb");       MD5_CTX mdContext;       int bytes;       unsigned char data[1024];       char *file_md5;       int i;          if (fp == NULL) {           fprintf (stderr, "fopen %s failed ", path);           return NULL;       }          MD5Init (&mdContext);       while ((bytes = fread (data, 1, 1024, fp)) != 0)       {           MD5Update (&mdContext, data, bytes);       }       MD5Final (&mdContext);              file_md5 = (char
    2022-07-11 22:12:17下载
    积分:1
  • 梯度一批学习机
    批处理梯度计算渐变使用整个数据集。这是伟大的流形凸的或相对平滑的错误。在这种情况下,我们有些直接朝着一个最佳的解决方案,无论是本地或全局。此外,批处理梯度下降法,给出了退火的学习速率,终会发现位于它的盆地的吸引力最低。
    2022-03-23 16:51:53下载
    积分:1
  • zigzag code
    这是我用matlab编写的zigzag算法的示例源代码,对于使用dct函数后压缩图像文件或从图像中提取信息非常重要
    2022-07-06 14:25:22下载
    积分:1
  • 使用MFC的多项式计完毕,很值得看,但也乐…
    使用MFC完成多项式的计算,很值得一看,也是学习数据结构的好程序-use MFC polynomial complete the calculation, it is worth looking at, but also learn from the data structures the program
    2023-07-15 23:15:08下载
    积分:1
  • 大数类,重载了各类操作符,可以直接使用
    大数类,重载了各类操作符,可以直接使用-fate categories, a variety of heavy-duty operator can be used directly
    2022-07-01 08:49:31下载
    积分:1
  • bfgs求全域最小数值点,c++源程序,文件读入套用方便
    bfgs算法求全域最小数值点,c++源程序,文件读入套用方便-bfgs domain algorithm ambitious minimum values, c source, the document read into the convenient use
    2022-07-18 00:09:59下载
    积分:1
  • 用VB实现多种数值插值方。包括:接格朗日,有序函数,三次样条,有序表的检索,插值多项式等七种插值。...
    用VB实现多种数值插值方法。包括:接格朗日,有序函数,三次样条,有序表的检索法,插值多项式等七种插值法。-VB multiple numerical interpolation method. Including : Next granges and orderly function, cubic spline, orderly table retrieval, polynomial interpolation seven interpolation.
    2022-03-20 06:39:32下载
    积分:1
  • mahout in action 书中的源码实现
    应用背景最近在学习mahout,买了一本书mahout in action .从网上下载下来的书中的源码实现练习一下加深一下印象,很好的代码,很有用.传上来跟大家分享,希望对大家有帮助.关键技术 解压缩后里面有readme 安装好thrift、maven 将pom.xml中的:改成,引号里面是thrift安装位置。 将pom.xml中thrift的版本从0.6.1改成0.9.0,因为classifier.java是由0.9.0版本生成。 mvn eclipse:eclipse 此时项目上有红色感叹号,添加环境变量:M2_REPO=“你的.m2/repository的路径"即可。 在eclipse将项目import进来。 按照readme中的方法继续操作。
    2022-11-12 06:30:02下载
    积分:1
  • 696518资源总数
  • 105685会员总数
  • 30今日下载