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

搜索资源列表

  1. sam

    0下载:
  2. 设计一个一元多项式加法器:两个多项式相加,输出多项式并计算-One dollar design a polynomial adder: the sum of two polynomials, and calculate the output polynomial
  3. 所属分类:Other systems

    • 发布日期:2017-04-11
    • 文件大小:1359
    • 提供者:sam
  1. duoxiangshijishuqi

    1下载:
  2. 一元稀疏多项式计算器,包括加减乘法,可由用户输入x值,计算最终多项式输出结果-Dollar sparse polynomial calculators, including the addition and subtraction, multiplication, by the user to enter x value, calculate the final output of the results of polynomial
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-09
    • 文件大小:8118
    • 提供者:杜宾
  1. shujujiegou

    0下载:
  2. 实现简单多项式计算器的基本功能,即一元多项式计算的加减乘功能-To achieve the basic functions of a simple polynomial calculator
  3. 所属分类:Other systems

    • 发布日期:2017-04-02
    • 文件大小:20790
    • 提供者:裂云野
  1. Polynomial

    0下载:
  2. 利用线性表实现一个一元多项式的以下功能:一元多项式的输入和输出;进行一元多项式相加;进行一元多项式相减;计算一元多项式在x处的值 -Linear form to achieve a unary polynomial of the following functions: a polynomial of the input and output to the sum of one dollar polynomial conducting a polynomial-phase reducti
  3. 所属分类:Other systems

    • 发布日期:2017-03-28
    • 文件大小:466226
    • 提供者:dxeicho
  1. jisuanjiruanjianjishujichu

    0下载:
  2. 可以用于单链表实现一元多项式的相加,以便在计算时用到,这是单链表的基本类型。-Single linked list can be used to achieve a dollar sum of polynomial order used in the calculation, which is a single list of basic types.
  3. 所属分类:Other systems

    • 发布日期:2017-04-08
    • 文件大小:76689
    • 提供者:何晶晶
  1. Polynomial

    0下载:
  2. 一元多项式的计算,包括加减乘,数据输入时只输入序数和指数,中间有简单的排序,结果按照多项式的降序输出。-Unary polynomial calculations, including addition and subtraction multiplication, data entry only when the input sequence number and index, middle simple sort, the results in descending order accor
  3. 所属分类:Other systems

    • 发布日期:2017-04-14
    • 文件大小:2569
    • 提供者:小伏
  1. jisuanqi

    0下载:
  2. 一个一元多项式的计算器,功能包括 (1)输入并建立多项式(一个多项式最多不超过20项),可以从文件中读取相关数据; (2)输出多项式,输出形式可以是图形方式,也可以是文本方式; (3)实现两个多项式相加,并输出和多项式; (4)实现两个多项式相减,并输出差多项式; (5)实现两个多项式相乘,并输出乘积多项式; (6)计算并输出多项式在指定x处的值。-a multinomial ,arithmetic
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-02
    • 文件大小:399442
    • 提供者:娇娇
  1. 084221033

    0下载:
  2. 一元多项式计数器 基本要求: (1)输入并建立多项式; (2)输出多项式:n, c1, e1, c2, e2, …cn , en, 其中,n是多项式项数,ci和ei分别是第 i 项的系数和指数,序列按指数降序排列。 (3)两个多项式相加、相减、相乘、相除; (4)计算多项式在x处的值; (5)求多项式的导函数。 -Unary polynomial counter basic requirements: (1) input and the establishme
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-07
    • 文件大小:3260
    • 提供者:yy
  1. Linear-table-application

    0下载:
  2. 线性表应用多项式计算.用C或C++语言设计并实现一个一元稀疏多项式的简单计算器。 一个稀疏多项式简单计算器的基本功能是: 1. 输入并建立多项式。 2. 输入多项式,序列按指数降序排列。 3. 多项式A(x)和B(x)相加,并建立多项式A(x)+B(x)。 4. 多项式A(x)和B(x)相减,并建立多项式A(x)-B(x)。 5. 给定x的值,计算多项式。 -Linear table application polynomial calculation
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-02
    • 文件大小:22612
    • 提供者:zhangquan
  1. yiyuanduoxiangshidejisuan

    0下载:
  2. 一元多项式计算 是C++经常用的一个基本程序 希望大家喜欢-Polynomial hope you like is C++ often use a basic program
  3. 所属分类:Other systems

    • 发布日期:2017-12-01
    • 文件大小:122885
    • 提供者:赵百川
  1. yiyuanduoxiangshi

    0下载:
  2. 一元多项式的建立以及加减乘除元算。输入多项式a和b;2)建立多项式a+b 3)建立多项式a-b;4)计算多项式a的值;5)建立多项式a*b;6)重新建立多项式a和b;7)退出。-The establishment of one yuan polynomial computation as well as addition, subtraction, multiplication, and division
  3. 所属分类:Other systems

    • 发布日期:2017-04-25
    • 文件大小:29245
    • 提供者:maliang
  1. main

    0下载:
  2. 一元稀疏多项式的计算,可以进行加减乘运算,可以与用户交互。结果保存并可显示。-A dollar sparse polynomial calculation, could add and subtract multiply operation, can interact with the user.Results the save and display.
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-13
    • 文件大小:2698
    • 提供者:cs
  1. sparse_polynomial

    0下载:
  2. 关于一元稀疏多项式计算的实现源码,数据结构相关内容-One yuan sparse polynomial
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-13
    • 文件大小:1695
    • 提供者:肖邦
  1. 一元线性回归

    2下载:
  2. 包括基于矩阵运算计算回归系数并添加趋势线,基于多项式拟合计算回归系数并添加趋势线,借助回归分析程序包计算回归系数并估计检验统计量,及预测和各统计量。(Including the regression coefficient and add the trend line calculation based on matrix computation, polynomial fitting to calculate the regression coefficient and add the tre
  3. 所属分类:其他

    • 发布日期:2017-12-28
    • 文件大小:1024
    • 提供者:回音笑客
搜珍网 www.dssz.com