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

搜索资源列表

  1. 多项式求和

    0下载:
  2. 1、 程序功能:本程序实现多项式的求和运算,在遇到指数相同时实行系数相加或相减,指数不同的照原样输出。最后分别输出系数和指数。 2、 运行环境:C++ 3、 算法描述:首先,把输入的的多项式进行分析,把所有的系数放入一个单链表中llist,指数放入另一个单链表llist2中。然后再在指数链表中比较有没有相同的指数,如果有相同的指数,那就把相对应的系数进行求和,并把求和结果归并到llist2中;如果指数不相等的,就直接归并到llist2中。最后以指数的降幂形式输出。
  3. 所属分类:编辑框

    • 发布日期:2008-10-13
    • 文件大小:6238
    • 提供者:王俊
  1. 张石03081627多项式

    0下载:
  2. 多项式的处理,求任意次导数,赋予值之后对表达式求值.-polynomials, for arbitrary time derivative, right after the value given expression is evaluated.
  3. 所属分类:输入法编程

    • 发布日期:2008-10-13
    • 文件大小:2205
    • 提供者:hamd
  1. 多项式相乘

    0下载:
  2. 一个java多项式相乘的程序 jnakdaldlakda-a multiplication of polynomials procedures jnakdaldlakda
  3. 所属分类:界面编程

    • 发布日期:2008-10-13
    • 文件大小:43653
    • 提供者:徐崇
  1. VC_多项式

    1下载:
  2. 用从c++语言实现多项式的输入及计算-using language from the importation and polynomial terms
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:16164
    • 提供者:叶黄
  1. 两个多项式和的求解

    0下载:
  2. 程序目的:两个多项式相加 -procedures Objective : add two polynomials
  3. 所属分类:Windows编程

    • 发布日期:2008-10-13
    • 文件大小:1825
    • 提供者:文娜娜
  1. c语言一元多项式相加

    0下载:
  2. 一元多项式相加 模块具体功能如下: 1.链表存储多项式的结构 2.实现两个多项式相加-one yuan polynomial function of the sum of specific modules, as follows : 1. Chain store the structure of two polynomials. Add to achieve two polynomials
  3. 所属分类:C#编程

    • 发布日期:2008-10-13
    • 文件大小:1331
    • 提供者:马芳萍
  1. 一元多项式

    1下载:
  2. 一元多项式 c/c++
  3. 所属分类:其他小程序

  1. 多项式加法

    1下载:
  2. 多项式加法C++程序,包括动态链表、静态链表、插入排序、sort函数法(Polynomial addition C++ procedures, including dynamic list, static list, insert sort, sort function method)
  3. 所属分类:Windows编程

    • 发布日期:2017-12-21
    • 文件大小:2048
    • 提供者:Yuski
  1. 多项式的相加

    0下载:
  2. 数据结构中链表应用:多项式相加 //L1: 5x200+3x100+2 //L2: 4x150-3x100+1(Data structure in the list of applications: polynomial addition //L1: 5x200+3x100+2 //L2: 4x150-3x100+1)
  3. 所属分类:其他

    • 发布日期:2017-12-18
    • 文件大小:8192
    • 提供者:aliflcat
  1. 多项式基本运算

    1下载:
  2. 用于实现多项式的基本操作,包括加法减法乘法和微分。 实现读入文本文件及输出相应结果在输出的文本文件夹中。(The basic operations used to implement the polynomial, including addition subtraction multiplication and differentiation. Implement the read text file and output the corresponding result in the o
  3. 所属分类:Windows编程

    • 发布日期:2017-12-31
    • 文件大小:1856512
    • 提供者:destinyuan
  1. 多项式

    2下载:
  2. 一个一元稀疏多项式简单计算器。输入并建立多项式、按指数 降序输出多项式实现、多项式相加、相减、求导等操作(A simple calculator with sparse polynomials of one element. Enter and build polynomials, exponentially In descending order output polynomial realization, polynomial addition, subtraction, derivat
  3. 所属分类:其他

  1. 多项式最小二乘法拟合

    6下载:
  2. 最小二乘法拟合多项式,效果非常好,与MATLAB的多项式拟合基本一样。亲自在STM32板子上跑过,几乎直接出来答案。用法简单,包含头文件然后直接调用即可,电脑或者开发板都可以直接跑。 注意!注意!注意!说三遍...拟合之后多项式的变量x其实是(X-a),a是输入数据点的均值。(The least square method fits the polynomial, and the effect is very good. .)
  3. 所属分类:其他

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

    1下载:
  2. 计算输入的阶数的本原多项式,可以很好的找到需要的本元多项式(The primitive polynomial of the order of the input can be used to find the necessary element polynomials well.)
  3. 所属分类:Windows编程

    • 发布日期:2018-01-09
    • 文件大小:2026496
    • 提供者:lzm666666
  1. 多项式计算

    0下载:
  2. 多项式计算,实现了数种功能Polynomial calculation(Polynomial calculation)
  3. 所属分类:Windows编程

    • 发布日期:2018-04-22
    • 文件大小:1024
    • 提供者:zjk123qnm
  1. 遗传算法+数据传递机制+多项式和非多项式曲线拟合

    1下载:
  2. 多项式和非多项式曲线拟合;数据传递机制;遗传算法(Polynomial and non polynomial curve fitting and Data transfer mechanism)
  3. 所属分类:其他

    • 发布日期:2018-05-03
    • 文件大小:2048
    • 提供者:好久不见2
  1. BP神经网络与多项式拟合曲线

    2下载:
  2. BP神经网络与多项式拟合曲线,数据统计描述,神经网络模型,概率统计建模的理论和方法。(BP neural network and polynomial fitting curve, data statistical descr iption, neural network model, probability and statistics modeling theory and method.)
  3. 所属分类:其他

  1. 一元多项式

    1下载:
  2. 实现一元多项式包括定积分、不定积分在内的各种运算(Realizing various operations of one-variable polynomial including definite integral and indefinite integral)
  3. 所属分类:Windows编程

    • 发布日期:2020-10-14
    • 文件大小:3072
    • 提供者:马斯切拉诺
  1. 多项式和非多项式曲线拟合

    1下载:
  2. 多项式拟合在matlab中可以使用ployfit函数求解多项式系数,通过ployval函数求解拟合多项式在某数据点处的值(Polynomial and Non-polynomial Curve Fitting)
  3. 所属分类:其他

    • 发布日期:2021-01-25
    • 文件大小:1024
    • 提供者:flowrush
  1. 拉格朗日多项式vb程序

    0下载:
  2. 拉格朗日多项式vb源代码,课程作业源码,vb小白按照自己的思路编写,勉强能用上吧,运行是没有问题的,欢迎使用,有错也欢迎指出!
  3. 所属分类:Windows编程

  1. 多项式高程拟合

    1下载:
  2. Matlab多项式实现区域高程拟合,需要自己输数据(In order to realize the regional elevation fitting by MATLAB polynomials, we need to input data by ourselves)
  3. 所属分类:其他

    • 发布日期:2020-09-15
    • 文件大小:1024
    • 提供者:高程拟合难
« 12 3 4 5 6 7 8 9 10 ... 49 »
搜珍网 www.dssz.com