CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - 多项式

搜索资源列表

  1. surrogated models

    0下载:
  2. 几种验证代理模型精度时常用的多项式函数。程序可在matlab中绘制相应函数图形,计算对应点处函数值,后续在代理模型中可以验证代理模型精度。(Several verification surrogated models accuracy is commonly used when polynomial functions are used. The program can draw the corresponding function graph in MATLAB, calculate the
  3. 所属分类:matlab例程

    • 发布日期:2017-12-27
    • 文件大小:2048
    • 提供者:cluda01
  1. D 生成泽尼克多项式的matlab代码

    1下载:
  2. 拟合zernike多项式,这里给出了前35项的泽尼克像差。有需要的话可以继续添加像差。(Fitting zernike polynomial.The zernike aberrations of the first 35 terms are given here. Continue to add aberrations if necessary)
  3. 所属分类:matlab例程

    • 发布日期:2017-12-22
    • 文件大小:1024
    • 提供者:中苏
  1. 最小二乘法拟合曲线C语言代码

    0下载:
  2. 用最下二乘法多项式进行曲线拟合进而插值。(With the least two multiplicative polynomial for curve fitting, and then interpolation.)
  3. 所属分类:Linux/Unix编程

  1. yi_chuan_Final

    0下载:
  2. 利用常规的遗传算法,分别进行适应值计算,选择,交叉等步骤,实现了对负责多项式的最大值求解(GA method To solve polygen max value)
  3. 所属分类:人工智能/神经网络/深度学习

    • 发布日期:2017-12-30
    • 文件大小:13312
    • 提供者:lzhbuaa
  1. 1

    0下载:
  2. 浙大算法竞赛的一道题目,多项式求和。本程序给出了它的简单实现以及标准答案。(A problem of Zhejiang University algorithm competition, polynomial summation. This program gives its simple implementation as well as the standard answer.)
  3. 所属分类:数值算法/人工智能

    • 发布日期:2018-01-01
    • 文件大小:493568
    • 提供者:gibbonlee
  1. polynomial_test

    0下载:
  2. 根据所输入的素数和级数生成相应的不可约多项式,并输出系数列表。(According to the input of prime Numbers and series to generate the corresponding irreducible polynomials, and the output coefficient list.)
  3. 所属分类:其他

    • 发布日期:2018-01-02
    • 文件大小:143360
    • 提供者:极限流
  1. 正交多项式最小二乘拟合

    3下载:
  2. 计算给定点列的曲线拟合最小二乘法得到的函数(The function of least square method for curve fitting of fixed point column)
  3. 所属分类:matlab例程

    • 发布日期:2018-01-04
    • 文件大小:1024
    • 提供者:青不笑
  1. duoxaingshi

    0下载:
  2. 界面输出,链表方式进行多项式加减乘运算,链表销毁等操作(Polynomial addition and subtraction operation)
  3. 所属分类:其他

    • 发布日期:2018-01-04
    • 文件大小:2048
    • 提供者:非鱼儿
  1. matlab代码

    0下载:
  2. matlab自编代码实现多项式拟合与积分,以及多项式的龙格现象(Matlab self compiled code to achieve polynomial fitting and integration, as well as polynomial Runge phenomenon)
  3. 所属分类:其他

    • 发布日期:2018-01-04
    • 文件大小:1024
    • 提供者:小白板
  1. 一元稀疏多项式计算器

    1下载:
  2. 数据结构报告,进行加减运算,头插法插入,顺序排列(Data structure report, add and subtract operations)
  3. 所属分类:其他

    • 发布日期:2018-01-05
    • 文件大小:23552
    • 提供者:网混
  1. 多项式

    0下载:
  2. 有两个指数递减的一元多项式,写一程序先求这两个多项式的和,再求它们的积。(There are two exponential regressive unary polynomials, and I'm going to write the sum of these two polynomials, and then I'm going to take their product.)
  3. 所属分类:数据结构

    • 发布日期:2018-01-06
    • 文件大小:4361216
    • 提供者:sugaaa
  1. newTon

    0下载:
  2. 牛顿插值多项式源代码;三次样条插值多项式源代码;(Newton interpolation polynomial source code; three spline interpolation polynomial source code;)
  3. 所属分类:matlab例程

    • 发布日期:2018-01-07
    • 文件大小:2048
    • 提供者:小狮子11
  1. addition of polynomial

    0下载:
  2. 【简答题】 实验2 一元多项式的运算 问题描述 设Pn(x)和Qm(x)分别两个一元多项式。试编写程序实现一元多项式的加法运算。 基本要求 需要基于线性表的基本操作来实现一元多项式的加法运算 需要利用有序链表来实现线性表。(A brief answer to the question. The operation of the 2 univariate polynomial in experiment Problem descr iption Let Pn (x) and
  3. 所属分类:数据结构

    • 发布日期:2018-01-07
    • 文件大小:1024
    • 提供者:secular
  1. 多项式

    0下载:
  2. Visual C++语言,数据结构小程序,自定义系数及指数的多项式相加代码(Visual C++ language, data structure small program, custom coefficient and exponential polynomial addition code)
  3. 所属分类:其他小程序

    • 发布日期:2018-01-08
    • 文件大小:301056
    • 提供者:DESTINY1
  1. lagelangrichazhiduoxiangshi

    0下载:
  2. 拉格朗日插值多项式用matlab实现,目前网上的都是用多层for循环 这没有利用到矩阵的强大功能,matlab就是以矩阵为基础建立的科学软件。对矩阵的运算非常适合。提高运算效率。(The Lagrange interpolation polynomial is realized by MATLAB, and at present, the network is all multilayered for cycle This does not take advantage of the pow
  3. 所属分类:其他

    • 发布日期:2018-01-08
    • 文件大小:11264
    • 提供者:xzt
  1. wfmpsf

    0下载:
  2. 使用zernike多项式进行光学像差的拟合,从而进行光学镜面像差的分析,有助于提高光学系统的加工精度。(The Zernike polynomial is used to fit the optical aberration, and the analysis of optical mirror aberration is helpful to improve the machining precision of the optical system.)
  3. 所属分类:仿真建模

    • 发布日期:2018-01-09
    • 文件大小:88064
    • 提供者:`Tristan
  1. Zernike_code

    0下载:
  2. 使用zernike多项式进行光学镜面的像差拟合,方便对光学镜面或者眼睛诊治过程中的监控和光学像差信息的控制。(The Zernike polynomial is used to fit the aberration of the optical mirror. It is convenient to control the monitoring and optical aberration information during the diagnosis and treatment of the
  3. 所属分类:图形图象

    • 发布日期:2018-01-09
    • 文件大小:16384
    • 提供者:`Tristan
  1. 0下载:
  2. C语言编程实现5次方以内多项式计算,运用链表,节点指针。(C programming to realize polynomial calculation within 5 times)
  3. 所属分类:其他

    • 发布日期:2018-01-09
    • 文件大小:1024
    • 提供者:松原
  1. huang111604多项式

    0下载:
  2. 用于解决多项式求微分和求导问题,简单易行(To solve the problem of differentiating and differentiating polynomials)
  3. 所属分类:网址推荐

    • 发布日期:2018-04-21
    • 文件大小:334848
    • 提供者:爱暖暖
  1. polynomial.cpp (1)

    0下载:
  2. 利用c++封装,实现了多项式加法 减法 乘法 求值 求导 求积分 判断是否相等等操作, 而且使用了文件操作,进行文件的读取。异常处理较好,程序健壮性不错(The use of C + + package, to achieve a polynomial addition and subtraction multiplication and multiplication of the demand-seeking derivative to determine whether the same j
  3. 所属分类:Windows编程

    • 发布日期:2018-04-22
    • 文件大小:49152
    • 提供者:qq874455953
« 1 2 ... 5 6 7 8 9 1011 12 13 14 15 ... 50 »
搜珍网 www.dssz.com