搜索资源列表

  1. AddPolynomials

    0下载:
  2. 数据结构课程中以链表的形式实现两个多项式相加-Data structure course in the list in the form of realization of the sum of two polynomials
  3. 所属分类:数据结构常用算法

    • 发布日期:2024-05-21
    • 文件大小:1024
    • 提供者:工大刘氏
  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 th
  3. 所属分类:其他小程序

    • 发布日期:2024-05-21
    • 文件大小:914432
    • 提供者:liulingfengcn
  1. polynom

    0下载:
  2. 数据结构两个多项式相加源码.数据结构两个多项式相加源码-polyadd,polyadd:the program is about two polynome adding,which use linked storage structure.the program is about two polynome adding,which use linked storage structure.the program is about two
  3. 所属分类:数据结构常用算法

    • 发布日期:2024-05-21
    • 文件大小:252928
    • 提供者:rainbowyxy
  1. PolynomialAdd

    0下载:
  2. 多项式相加的模拟程序 在控制台环境下运行 适合于初学者-Polynomial sum of the simulation program running in the console environment, suitable for beginners
  3. 所属分类:控制台(字符窗口)编程

    • 发布日期:2024-05-21
    • 文件大小:1024
    • 提供者:张小凡
  1. plus

    0下载:
  2. 用VC++实现多项式相加。依次输入多项式每一项的系数与指数,以系数0为结束标志,可以实现两个多项式的相加。-Using VC++ to achieve the sum of polynomials. Each one in turn enter the polynomial coefficients and the index to coefficient of 0 as the end of the signs, can achiev
  3. 所属分类:Windows编程

    • 发布日期:2024-05-21
    • 文件大小:39936
    • 提供者:wangwei
  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 conduct
  3. 所属分类:其他小程序

    • 发布日期:2024-05-21
    • 文件大小:465920
    • 提供者:dxeicho
  1. 002

    0下载:
  2. 一元稀疏多项式计算器,程序执行的命令包括:输入并建立多项式、输出多项式、多项式相加、减。-Unary sparse polynomial Calculator, program execution command include: input and establish polynomial, output polynomial, polynomial add, minus.
  3. 所属分类:其他小程序

    • 发布日期:2024-05-21
    • 文件大小:1024
    • 提供者:刘大饼
  1. jia

    0下载:
  2. 多项式相加简单程序,欢迎大家评价-Add a simple polynomial procedure, welcome to evaluate ~~~~~
  3. 所属分类:matlab例程

    • 发布日期:2024-05-21
    • 文件大小:1024
    • 提供者:yuanyuan
  1. polyn

    0下载:
  2. 实现两个多项式相加,代码简洁,并且在具体的操作中给予提示!-This program can add two polyns together! The code is very short and solve the problem perfectly!The specific step is pointed out in !
  3. 所属分类:其他小程序

    • 发布日期:2024-05-21
    • 文件大小:1024
    • 提供者:yuan
  1. multipliy

    0下载:
  2. 多项式相加的程序,程序可以任意输入多项式的结构,自动可以计算出多项式相加减的结果-Polynomial additive process, the program structure can be arbitrary input polynomial, the polynomial can be calculated automatically result of addition and subtraction
  3. 所属分类:数据结构常用算法

    • 发布日期:2024-05-21
    • 文件大小:1024
    • 提供者:张晓东
  1. add

    0下载:
  2. 多项式相加,通过C语言而得到实现多个式子相加的结果。-add
  3. 所属分类:编辑器/阅读器

    • 发布日期:2024-05-21
    • 文件大小:1024
    • 提供者:june
  1. Polynomialsum

    0下载:
  2. 多项式相加,用于输入两个多项式,可以输出一个最后的结果-Polynomial sum, for the input of two polynomials, can output a final result
  3. 所属分类:其他小程序

    • 发布日期:2024-05-21
    • 文件大小:193536
    • 提供者:youngmotto
  1. polynomial

    0下载:
  2. 一元多项式相加,创建单链表操作,然后用单链表返回值-Of Multinomial added together, create a single list operation, then the return value with a single linked list
  3. 所属分类:数据结构常用算法

    • 发布日期:2024-05-21
    • 文件大小:195584
    • 提供者:yesmylord
  1. plus

    0下载:
  2. 《数据结构》 用c 语言实现的 两个一元多项式相加-plus
  3. 所属分类:数据结构常用算法

    • 发布日期:2024-05-21
    • 文件大小:26624
    • 提供者:杨采凤
  1. experiment2

    0下载:
  2. 数据结构实验用来了解如何使用多项式相加以及稀疏矩阵的建立-Experimental data structure used to understand how to use the polynomial sum and the establishment of sparse matrix
  3. 所属分类:数据结构常用算法

    • 发布日期:2024-05-21
    • 文件大小:222208
    • 提供者:雷霆
  1. db_1

    0下载:
  2. 多项式相加,运用单链表实现操作,运行通过-Polynomial sum
  3. 所属分类:数据结构常用算法

    • 发布日期:2024-05-21
    • 文件大小:185344
    • 提供者:liudong
  1. sjt

    0下载:
  2. 用于将单链表形式的多项式相加,并将结果俺降次顺序排列-Polynomial is used to add a single linked list
  3. 所属分类:数据结构常用算法

    • 发布日期:2024-05-21
    • 文件大小:1024
    • 提供者:仲休奇
  1. Poly

    0下载:
  2. 多项式相加的数据结构试验-Polynomial sum test data structure
  3. 所属分类:数据结构常用算法

    • 发布日期:2024-05-21
    • 文件大小:178176
    • 提供者:huang
  1. Multinomial

    0下载:
  2. 链接多项式相加 链接多项式相加-Adding the sum of polynomial link link link polynomials adding polynomials
  3. 所属分类:数据结构常用算法

    • 发布日期:2024-05-21
    • 文件大小:524288
    • 提供者:makx
  1. jisuanqi

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

    • 发布日期:2024-05-21
    • 文件大小:399360
    • 提供者:娇娇
« 1 2 ... 5 6 7 8 9 1011 12 13 14 15 ... 21 »

源码中国 www.ymcn.org