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

搜索资源列表

  1. 一元多项式

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

  1. duoxiangshi

    0下载:
  2. 用C++语言编写一段程序,该程序的功能相当于一个一元多项式计算器。它能够实现按照指数降序排列建立并输出多项式,并且能够完成两个多项式的相加、相减的运算和将其结果输入的功能。-C++ language with a program that functions as a unary polynomial calculator. It can be achieved in accordance with established and the output index in descending o
  3. 所属分类:Other systems

    • 发布日期:2017-03-29
    • 文件大小:914052
    • 提供者:liulingfengcn
  1. Polynomial

    0下载:
  2. 用C编写的一元稀疏多项式计算器,使用链表作为数据结构,是学习链表的不错案例-Written with the C dollar sparse polynomial calculator, use the list as a data structure is a good case study and list of
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-01
    • 文件大小:12699
    • 提供者:袁迪
  1. yiyuanduoxiangshi

    0下载:
  2. 通过c++创建一元多项式,能方便的进行增加删除相乘删除操作-By c++ create a polynomial, can easily be increased by multiplying the delete operation to delete
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-07
    • 文件大小:916183
    • 提供者:qiancheng
  1. duoxiangshiCoculator

    0下载:
  2. 一元稀疏多项式计算器,MFC界面,C-Dollar sparse polynomial calculator, MFC interface, C++
  3. 所属分类:Other windows programs

    • 发布日期:2017-05-15
    • 文件大小:3806364
    • 提供者:jiming
  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. add

    0下载:
  2. 一元多项式的表示和相加的C++程序实现。-Polynomial representation and the sum of the C program.
  3. 所属分类:Other systems

    • 发布日期:2017-04-05
    • 文件大小:789
    • 提供者:cairong
  1. a1

    0下载:
  2. 用C语言实现两个一元多项式的加减法,最近在看数据结构,想写点这类小程序-Two unary polynomial addition and subtraction using C language, look at the data structure, such as write a bit small program
  3. 所属分类:Other windows programs

    • 发布日期:2017-12-03
    • 文件大小:1011
    • 提供者:杨磊
  1. yiyuanduoxiangshidejisuan

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

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

    0下载:
  2. 用c语言借助循环链表实现一元多项式的加法-With a circular linked list using c language to achieve one yuan polynomial addition
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-05
    • 文件大小:796
    • 提供者:Jack
  1. first

    0下载:
  2. 对一元多项式能实现输入、输出,以及两个一元多项式相加及结果显示。使用C语言实现链表的说明、创建以及结点的插入和删除等操作。-For a polynomial can achieve input, output, and two one yuan polynomial and the results displayed. Using C language descr iption of the list, create, and node insertion and deletion operat
  3. 所属分类:Other systems

    • 发布日期:2017-05-06
    • 文件大小:1232392
    • 提供者:qiujian
  1. chainStructurePolynomialAdd

    0下载:
  2. 一个在链式存储结构下的,解一元多项式相加的小程序,以C++实现。-A storage structure in the chain, the solution of a polynomial adding a small program to C++ implementation.
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-12
    • 文件大小:793
    • 提供者:米线
  1. polynomial-calculator

    0下载:
  2. 该源码为一元稀疏多项式的C++实现,该计算器可完成一元多项式的相加,相减,求导等操作。-The source code for a one yuan sparse polynomial calculator C++ implementation can be achieved by adding polynomials, subtraction, and derivation.
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-13
    • 文件大小:1730
    • 提供者:秦志坚
  1. CPPOLS

    1下载:
  2. C++实现最小二乘法一元回归和多项式拟合-C++ implementation of one yuan least squares regression and polynomial fitting
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-30
    • 文件大小:364030
    • 提供者:call-fold
  1. n皇后

    1下载:
  2.  要求采用链表形式,求两个一元多项式的乘积:h3 = h1*h2。函数原型为:void multiplication( NODE * h(NODE; void multiplication( NODE *, NODE * , NODE * ); void input( NODE * ); void output( NODE * ); void input( NODE * head ) { int flag, sign, sum, x;
  3. 所属分类:其他

    • 发布日期:2018-01-03
    • 文件大小:1024
    • 提供者:天儿飞
  1. assignment1

    0下载:
  2. 【问题描述】 设计一个实现一元稀疏多项式相加运算的演示程序。 【基本要求】 (1)输入并建立两个多项式; (2)多项式a与b相加,建立和多项式c; (3)输出多项式a,b,c。输出格式:比如多项式a为:A(x)=c1xe1+c2xe2+…+ cmxem,其中,ci和ei分别为第i项的系数和指数,且各项按指数的升幂排列,即0≤e1<e2<…<em。多项式b,c类似输出。([descr iption of the problem]
  3. 所属分类:其他

    • 发布日期:2018-05-03
    • 文件大小:1024
    • 提供者:是杰瑞
搜珍网 www.dssz.com