搜索资源列表

  1. Alex

    0下载:
  2. 多项式的运算,包括 加减乘除 按高到底排序-Polynomial operations, including addition and subtraction multiplication and division in the end by a high order
  3. 所属分类:Windows编程

    • 发布日期:2024-05-15
    • 文件大小:8192
    • 提供者:alex
  1. polynomial

    0下载:
  2. c++ program for polynomial
  3. 所属分类:Windows编程

    • 发布日期:2024-05-15
    • 文件大小:1024
    • 提供者:alphronkjk
  1. Polynomial

    0下载:
  2. 多项式编程,可以实现十项的matlab运算,可以运用于很多场合-Polynomial programming,the operation can be achieved 10
  3. 所属分类:matlab例程

    • 发布日期:2024-05-15
    • 文件大小:5120
    • 提供者:wangjun
  1. fit

    0下载:
  2. 该算法是用正交多项式来求最小二乘拟合多项式。-This algorithm is to use orthogonal polynomials to seek least-squares polynomial fitting.
  3. 所属分类:matlab例程

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

    0下载:
  2. 本程序实现一元多项式合并。本程序输入方式为按项输入,每输入一个项,会先提示输入项的幂,再提示输入项的系数。-This procedure combined to achieve a dollar polynomial. This procedure according to entry input methods for the input, one for each input item, it will first prompt e
  3. 所属分类:数据结构常用算法

    • 发布日期:2024-05-15
    • 文件大小:54272
    • 提供者:moon walker
  1. Polynomial

    0下载:
  2. polynomial by c++ its good.
  3. 所属分类:其他小程序

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

    1下载:
  2. 利用链表解决合并两个多项式的问题,最后按格式输出多项式-Combine two polynomials using linked list, then format printing
  3. 所属分类:数据结构常用算法

    • 发布日期:2024-05-15
    • 文件大小:357376
    • 提供者:LuJun
  1. regression_polynomia

    0下载:
  2. a modified method for polynomial regression is described in a very simple matlab program. easy to understand
  3. 所属分类:matlab例程

    • 发布日期:2024-05-15
    • 文件大小:1024
    • 提供者:sanjeev
  1. Polynomial

    0下载:
  2. 一元多项式相加,输入两个一元多项式,输入的时候以系数和指数为特征值,输入完毕时以0,0结束-Polynomial the sum of one dollar, one dollar input two polynomials, when the input to coefficient and index for the characteristic value, enter the end of the conclusion to 0
  3. 所属分类:其他小程序

    • 发布日期:2024-05-15
    • 文件大小:7168
    • 提供者:arthur
  1. MPM

    0下载:
  2. this very useful file that simulate the memory polynomial method.-this is very useful file that simulate the memory polynomial method.
  3. 所属分类:matlab例程

    • 发布日期:2024-05-15
    • 文件大小:1024
    • 提供者:pouria
  1. Polynomial

    0下载:
  2. 多项式曲线拟合,显示输入温度、热电势及多项式的参数等信息和拟合曲线及原始数据点的图形。-Polynomial curve fitting
  3. 所属分类:组合框控件

    • 发布日期:2024-05-15
    • 文件大小:13312
    • 提供者:lizzy
  1. polynomials

    0下载:
  2. polynomial in c++ language
  3. 所属分类:游戏

    • 发布日期:2024-05-15
    • 文件大小:235520
    • 提供者:maryam
  1. hermite

    0下载:
  2. calculate the coefficients of the Hermite interpolating polynomial
  3. 所属分类:matlab例程

    • 发布日期:2024-05-15
    • 文件大小:1024
    • 提供者:katore vishal
  1. eigen2

    0下载:
  2. Characteristic polynomial, eigenvalues, eigenvectors
  3. 所属分类:matlab例程

    • 发布日期:2024-05-15
    • 文件大小:1024
    • 提供者:katore vishal
  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-15
    • 文件大小:465920
    • 提供者:dxeicho
  1. Polynomial

    0下载:
  2. calculation POLYNOMIAL this program makes the necessary declaration and reading a polynomial display and is polynomial and is the sum, product, and displays fu-calculation POLYNOMIAL this program makes the necessar
  3. 所属分类:Linux/Unix编程

    • 发布日期:2024-05-15
    • 文件大小:109568
    • 提供者:kader125
  1. 19170fb

    0下载:
  2. At SRRC, a precision output current monitoring system is installed to monitor the output performance of all the booster/storage ring power supplies. Accurate DC current transformers (DCCTs) are attached to the outp
  3. 所属分类:其他嵌入式/单片机内容

    • 发布日期:2024-05-15
    • 文件大小:517120
    • 提供者:john hice
  1. polynomial

    0下载:
  2. 数值算法,用链表实现多项式的运算,加减乘除-Numerical algorithm, using the list to achieve polynomial operations, Math
  3. 所属分类:数据结构常用算法

    • 发布日期:2024-05-15
    • 文件大小:221184
    • 提供者:龚致
  1. polynomial

    0下载:
  2. 对已知的多项式p(x)利用用线性表的数据结构进行加法,乘法,微商运算 加法的时间复杂度为O(n+m) 乘法的时间复杂度为O(nm) 微分的时间复杂度为O(n) 排序的平均时间复杂度为O(nlogn) 程序优点:通过顺序表和链表结合使用,使乘法合并同类项的时间复杂度降为O(1),乘法本身的时间复杂度也达到下界。 程序提供了有好的界面,并且有较好的容错性,输入输出人性化,符合人的习惯。 用快速排序代替了插入排序,
  3. 所属分类:数据结构常用算法

    • 发布日期:2024-05-15
    • 文件大小:2048
    • 提供者:刘晓明
  1. 8aryQAM

    0下载:
  2. scr ipt for computing BER with Binary Convolutional Code and Viterbi decoding. Convolutional code of Rate-1/2, Generator polynomial - [7,5] octal Hard decision and soft decison decoding is used. -scr ipt for
  3. 所属分类:其他小程序

    • 发布日期:2024-05-15
    • 文件大小:3072
    • 提供者:Asfia
« 1 2 3 4 5 67 8 9 10 11 ... 50 »

源码中国 www.ymcn.org