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

搜索资源列表

  1. 多项式求和

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

    • 发布日期:2008-10-13
    • 文件大小:6238
    • 提供者:王俊
  1. computer

    0下载:
  2. 这是一款非常实用的计算器,我认为其实用程度远远胜过Windows系统提供的计算器.主要特色是支持多项式运算,即可以一次输入整个多项式,并能够识别运算的优先级(利用堆栈实现),希望大家能够多提宝贵意见.
  3. 所属分类:网络编程

    • 发布日期:2008-10-13
    • 文件大小:139772
    • 提供者:周宇
  1. Arp

    0下载:
  2. 由中科院数学机械化研究所开发的 数学机械化平台(Dos平台运行)能进行各类复杂的数学运算。包括数值运算和多项式运算等。 挺不错的
  3. 所属分类:其它

    • 发布日期:2014-01-17
    • 文件大小:1268463
    • 提供者:beetle
  1. poly

    0下载:
  2. 用指针实现的多项式运算系统
  3. 所属分类:Windows编程

    • 发布日期:2008-10-13
    • 文件大小:3877
    • 提供者:白百
  1. duoxiangshi.rar

    0下载:
  2. 很经典的小程序 一元稀疏多项式运算 适合刚学算法的同学,Applet is the classic one dollar computing sparse polynomial algorithm suitable for students just learning
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-12
    • 文件大小:2239
    • 提供者:杨逍
  1. xishuduoxiangshi

    0下载:
  2. 一元稀疏多项式的求解等问题,输入相次幂数可以进行多项事的加减等运算-One dollar for solving sparse polynomial such as the problem, enter the number of times the power can be a number of things, such as addition and subtraction calculations
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-16
    • 文件大小:420211
    • 提供者:李海涛
  1. 20080405_9a428821385c382c2511qbZ6dSFYrYC3

    0下载:
  2. 这是一款非常实用的计算器,我认为其实用程度远远胜过Windows系统提供的计算器.主要特色是支持多项式运算,即可以一次输入整个多项式,并能够识别运算的优先级(利用堆栈实现)-This is a very practical calculators, in fact, in my opinion much better than using Windows system calculator. Main features are support for polynomial computing,
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-29
    • 文件大小:69114
    • 提供者:陈 波
  1. visualbasic

    0下载:
  2. 一本非常实用的编程工具书,常用的数值计算的vb源代码,及其运算公式和测试例子 包括微积分 求导和多项式插值-A very useful programming tool, commonly used in numerical calculation of the vb source code, and the computing formula and test examples include calculus, and polynomial interpolation derivatio
  3. 所属分类:Windows Develop

    • 发布日期:2017-05-24
    • 文件大小:8020408
    • 提供者:long
  1. duoxianshi

    0下载:
  2. 计算机学院吴老师讲多项式运算问题多项式相加课件举例分析-Computer Science teacher Miss polynomial stresses the issue of computing the sum of polynomials, for example analysis of courseware
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-01
    • 文件大小:792
    • 提供者:百树人
  1. divisionotwopolynomial

    0下载:
  2. 此程序功能主要是实现两多项式的除法运算,-The main function of this program is to achieve the division of two polynomial computation,
  3. 所属分类:Windows Develop

    • 发布日期:2017-03-30
    • 文件大小:590
    • 提供者:szhg
  1. vcStudyPolynomialOperations

    0下载:
  2. 是关于多项式运算的VC++程序 对于初学者有很大的参考意义-Polynomial operations on the VC++ program For beginners there is a great reference value
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-01
    • 文件大小:376472
    • 提供者:zrr
  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. my2

    0下载:
  2. 定义一个多项式类,并实现多项式运算,可以实现多项式加法与乘法运算。-Define a polynomial class, and to achieve polynomial operations can achieve polynomial addition and multiplication.
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-07
    • 文件大小:1135
    • 提供者:程涛
  1. Polynimial_ekansrm

    0下载:
  2. 一个多项式运算的类,可作加减乘除模运算,运算符均重载,希望对学习C++的朋友有帮助,请用快压软件解压文件。-A Class for Polynimial
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-06
    • 文件大小:4110
    • 提供者:
  1. all

    0下载:
  2. matlab中的多项式运算 huanyingxiazai -polynomial operator in Matlab welcome to down this work
  3. 所属分类:File Operate

    • 发布日期:2017-04-01
    • 文件大小:16740
    • 提供者:沈传伟
  1. polynomial

    0下载:
  2. 用c++实现多项式运算,包括多项式相加相减,可以处理不同阶数的多项式加减法-c++ polynomial arithmetic
  3. 所属分类:Other windows programs

    • 发布日期:2017-11-19
    • 文件大小:3257
    • 提供者:hepanfeng
  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. duoxaingshi

    0下载:
  2. 界面输出,链表方式进行多项式加减乘运算,链表销毁等操作(Polynomial addition and subtraction operation)
  3. 所属分类:其他

    • 发布日期:2018-01-04
    • 文件大小:2048
    • 提供者:非鱼儿
  1. 一元稀疏多项式计算器

    1下载:
  2. 数据结构报告,进行加减运算,头插法插入,顺序排列(Data structure report, add and subtract operations)
  3. 所属分类:其他

    • 发布日期:2018-01-05
    • 文件大小:23552
    • 提供者:网混
  1. 一元多项式

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

    • 发布日期:2020-10-14
    • 文件大小:3072
    • 提供者:马斯切拉诺
« 12 3 4 5 6 7 8 »
搜珍网 www.dssz.com