搜索资源列表

  1. Ploylist

    0下载:
  2. C语言编写的关于多项式的小代码,可以实现多项式打印、相加、相乘、求导求值等功能。在VS2012下调试运行通过-C language code on polynomials small, can achieve polynomial print, adding, multiplying, derivation uates functions. In VS2012 debugging and running through
  3. 所属分类:其他小程序

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

    0下载:
  2. 数据结构一元多项式的相加、乘,实现多重*的运算-Data structure is one yuan polynomial addition, multiplication, realize multiple* operation
  3. 所属分类:书籍源码

    • 发布日期:2024-05-21
    • 文件大小:7168
    • 提供者:覃春
  1. Polynomia

    0下载:
  2. 利用C++实现两个多项式的相加,合并同类项,C++课后习题-Use C++ achieve two polynomials are added, the merger of similar items, C++ after-school exercise
  3. 所属分类:书籍源码

    • 发布日期:2024-05-21
    • 文件大小:17408
    • 提供者:MengruZhang
  1. poly

    0下载:
  2. 采用链表结构进行一元多项式的相加的VC++工程文件-List structure using the sum of one yuan polynomial VC++ project files
  3. 所属分类:数据结构常用算法

    • 发布日期:2024-05-21
    • 文件大小:228352
    • 提供者:王玉洁
  1. main

    0下载:
  2. 读入两个多项式,然后输出这两个多项式的和,也就是把对应的幂上的系数相加然后输出。-Read two polynomials, and then output the two polynomials, namely the corresponding coefficient of power on the additive and output.
  3. 所属分类:JSP源码/Java

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

    • 发布日期:2024-05-21
    • 文件大小:2048
    • 提供者:秦志坚
  1. 1

    0下载:
  2. 一元多项式简单计算器(1)输入并建立多项式 (2)输出多项式的类数学表达式,如x^15-8x^7-14(序列按指数降序排列) (3)求多项式a的导函数a’ (4)多项式a和b相加,建立多项式a+b; (5)多项式a和b相减,建立多项式a-b; (6)多项式a和b相乘,建立多项式a*b;-A polynomial simple calculator (1) input and the establishment
  3. 所属分类:其他小程序

    • 发布日期:2024-05-21
    • 文件大小:1473536
    • 提供者:各种吃
  1. Cpp2

    0下载:
  2. 通过链表实现输入两个一元多项式,并相加,并输出一个一元多项式-Polynomials, the sum realized by the list enter two one dollar, and outputs a one yuan polynomial
  3. 所属分类:数据结构常用算法

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

    0下载:
  2. 设计一个一元稀疏多项式加法运算器,完成多项式a和b相加,建立多项式a+b。-Design a one yuan sparse polynomial adder, complete polynomials a and b are added, the establishment of polynomial a+ b.
  3. 所属分类:其他小程序

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

    0下载:
  2. 首先是以c实现了多项式的相加相乘,然后移植到mfc上。-The first is to achieve a polynomial c by multiplying the sum, and then transplanted into the mfc.
  3. 所属分类:数据结构常用算法

    • 发布日期:2024-05-21
    • 文件大小:133120
    • 提供者:uncleheart
  1. duo

    0下载:
  2. 改程序可以实现多项式的相加,引用链表的功能实现上的-the function of this progress is to create the duoxiangshi
  3. 所属分类:GDI/图象编程

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

    0下载:
  2. 一元稀疏多项式简单计算器,输入并建立多项式 ,序列按指数降序排列 多项式A(x)和B(x)相加,相减-Dollar sparse polynomial simple calculator, enter and establish polynomial, exponential sequence in descending order polynomial A (x) and B (x) add, subtract
  3. 所属分类:数值算法/人工智能

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

    0下载:
  2. 本算法用于实现两个任意输入的多项式的相加,使用了数据结构中的链表结构,还考虑了多种情况。- The polynomial algorithm for adding two arbitrary input, using the data structure list structure, also taking into account a variety of situations.
  3. 所属分类:其他小程序

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

    0下载:
  2. 设计线性表链式存储结构的基本操作函数,并编程实现之 。利用上题的链式表,编程下列功能:一元多项式的相加。-The use of the title of the chain table, programming the following features: one yuan polynomial are added.
  3. 所属分类:Windows编程

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

    0下载:
  2. 该程序实现的功能是要读入两个多项式,然后输出这两个多项式的和,也就是把对应的幂上的系数相加然后输出。程序要处理的幂最大为100。-Realize the function of this procedure is to read the two polynomials, and then output the two polynomials, namely the corresponding coefficient of additio
  3. 所属分类:JSP源码/Java

    • 发布日期:2024-05-21
    • 文件大小:4096
    • 提供者:张颍
  1. 循环冗余校验码

    0下载:
  2. Cyclic Redundancy checking (CRC)循环冗余校验,又称多项式码。 在循环冗余校验中,不是通过将各比特位相加来得到期望的校验,而是通过在数据单元末尾加一串冗余比特,称作循环冗余校验码或循环冗余校验余数,使得整个数据单元可以被另一个预定的二进制数所整除(Cyclic, Redundancy, checking (CRC) cyclic redundancy check, also called polynomi
  3. 所属分类:单片机(51,AVR,MSP430等)

    • 发布日期:2024-05-21
    • 文件大小:291840
    • 提供者:阿啊文文
  1. corba-master

    0下载:
  2. 一个CORBA的小例子,实现多项式加法,客户端给服务器不断发多项式,服务器把他们相加后显示结果。(A small example of CORBA, the realization of a polynomial addition, the client sends a polynomial to the server constantly, the server adds them to the results.)
  3. 所属分类:JSP源码/Java

    • 发布日期:2024-05-21
    • 文件大小:7168
    • 提供者:pide
« 1 2 ... 16 17 18 19 20 21»

源码中国 www.ymcn.org