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

搜索资源列表

  1. poly-data

    0下载:
  2. 多项式乘法两个一维数组,按照次数从高到低存储两个多项式的系数,定义一维数组来存储结果;利用函数来完成对结果多项式各项系数的计算-The multiplication of polynomials two e-dimensional arrays, from high to low save two multinomials according to the number of times the coefficients, the definition e-dimensional array s
  3. 所属分类:Algorithm

    • 发布日期:2017-03-29
    • 文件大小:4676
    • 提供者:杨雪艳
  1. c语言实现多项式运算器

    0下载:
  2. c语言实现简单多项式运算,可实现多项式创建、加减、求值、销毁、显示等功能。
  3. 所属分类:数值算法/人工智能

    • 发布日期:2013-07-22
    • 文件大小:193795
    • 提供者:xjycpu
  1. 多项式约化

    0下载:
  2. 简单的对多元多项式进行约化运算 但是存在一些瑕疵 还有待改进
  3. 所属分类:其它

  1. 多项式GCD

    0下载:
  2. 1。实现,用C/C++和MATLAB,欧几里德算法计算最大公司(GCD)的两个任意多项式在GF(2)。模拟和分析两给定阶数不小(1.Realize, by using c/c++ or Matlab, the Euclidean algorithm to calculate the greatest common division (GCD) for arbitrary two polynomials over GF(2). Simulate and analyze the calculatio
  3. 所属分类:其他

  1. 多项式

    0下载:
  2. 两个任意次或高次多项式相加或者相减,数据结构实验报告(Polynomial addition subtraction)
  3. 所属分类:数据结构

    • 发布日期:2017-12-18
    • 文件大小:2170880
    • 提供者:yu030
  1. 1

    0下载:
  2. (1)输入并建立多项式。 (2)输出多项式,输出形式为整数序列:n,c1,e1,c1,c2,e2,…,cn,en,其中n是多项式的项数,ci,ei,分别是第i项的系数和指数,序列按指数降序排序。 (3)实现多项式a和b相加,建立多项式a+b。 (4)实现多项式a和b相减,建立多项式a-b。 (5)计算多项式在x处的值。((1) input and establish polynomial. (2) output polynomial, the output form is intege
  3. 所属分类:数学计算

    • 发布日期:2017-12-20
    • 文件大小:1024
    • 提供者:155厚
  1. multiply

    0下载:
  2. 实现两个一元多项式相乘,包含简单选择界面。(To achieve the multiplication of two unary polynomials,containing a simple selection interface.)
  3. 所属分类:Windows编程

    • 发布日期:2017-12-22
    • 文件大小:2048
    • 提供者:六道鸣佐
  1. Untitled5

    0下载:
  2. 定义一个多项式,然后对这个多项式进行5阶多项式拟合、8阶多项式拟合、60阶多项式拟合,然后绘图进行对比。(Define a polynomial, and then the polynomial for 5 - order polynomial fitting, 8 - order polynomial fitting, 60 - order polynomial fitting, and then draw for comparison.)
  3. 所属分类:matlab例程

    • 发布日期:2017-12-23
    • 文件大小:69632
    • 提供者:媛子弹ayuan
  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 2 ... 4 5 6 7 8 910 11 12 13 14 ... 50 »
搜珍网 www.dssz.com