CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 文档资料 软件工程 搜索资源 - Polynomial

搜索资源列表

  1. primeNumber

    0下载:
  2. 数论相关的一个算法:如何在多项式时间判断素数-Number theory related to an algorithm: How to determine in polynomial time prime number
  3. 所属分类:software engineering

    • 发布日期:2017-03-27
    • 文件大小:151532
    • 提供者:henry
  1. aircraft_trajectory_simulation

    4下载:
  2. 对某飞行器的全空域飞行弹道进行了仿真研究.建立了飞行器空间运动的数学模型,应用“牛顿插值多项式法”对气动力参数进行了辨识,用C语言编制了仿真程序,并给出了仿真结果及分析。-Of a vehicle-wide airspace simulation trajectory. Established the aircraft mathematical model of space motion, application, Newton interpolation polynomial method
  3. 所属分类:software engineering

    • 发布日期:2014-12-29
    • 文件大小:108144
    • 提供者:李恒
  1. 1

    0下载:
  2. 数据结构 课程设计 稀疏多项式乘法的实现 -Data structure the curriculum design to achieve sparse polynomial multiplication
  3. 所属分类:software engineering

    • 发布日期:2017-04-28
    • 文件大小:35436
    • 提供者:ww
  1. CRC

    0下载:
  2.  本文提出一种通用的CRC 并行计算原理及实现方法,适于不同的CRC 生成多项式和不同并行度(如8 位、16 位、及32 位等) ,与目前已采用的查表法比较,不需要存放余数表的高速存储器,减少了时延,且可通过增加并 行度来降低高速数传系统的CRC 运算时钟频率.-In this paper, a universal principle of CRC and implementation of parallel computing methods for generating differ
  3. 所属分类:Project Design

    • 发布日期:
    • 文件大小:144382
    • 提供者:黑月
  1. fd

    0下载:
  2. 一种同时完成字符图像线段提取和细化的算法。在定义字符图像的线段区域、交点区域和子段区域,同时指出待细化字符图像是线段区域的集合的基础上,首先基于图像行(列)连通像素段来提取字符图像中所有的交点区域和子段区域,然后对属于同一线段区域的所有子段区域和交点区域进行合并,最后用Bernstein-Bezier多项式方法拟合每个线段区域的骨架 -At the same time, the image of a complete line of characters to extract and ref
  3. 所属分类:software engineering

    • 发布日期:2017-04-02
    • 文件大小:639414
    • 提供者:乐睿
  1. 1234

    0下载:
  2. 完成多项式的相加运算,运用c语言,完成规定数量的多项式的运算-Computing the sum of the completion of the polynomial
  3. 所属分类:software engineering

    • 发布日期:2017-04-13
    • 文件大小:2159
    • 提供者:yangb
  1. poly

    0下载:
  2. 数据结构中,线性表的应用,利用单链表存储一元多项式,并实现单链表表示与相加操作-The data structure, the linear form of the application, the use of a single linked list is stored one dollar polynomial, and to achieve a single linked list representation and the sum of operating
  3. 所属分类:software engineering

    • 发布日期:2017-03-29
    • 文件大小:4194
    • 提供者:房春英
  1. GoodMultiinterpolation

    0下载:
  2. 文章以推广多项式插值为目的,利用Lagrange插值基函数,采用初等方法给出了三维空间中的多项式插值及其误差公式,然后将其结果推广到n维空间的情形,最后给出了一个数值 例子. -The article to promote the polynomial interpolation for the purpose of the use of Lagrange interpolation basis function, using elementary method, three-dimen
  3. 所属分类:software engineering

    • 发布日期:2017-05-07
    • 文件大小:1113764
    • 提供者:ass
  1. 5080369013_1

    0下载:
  2. 以两个单链接表表示的多项式相乘的C++程序实现-With two single-link tables expressed in polynomial multiplication C++ program to achieve
  3. 所属分类:software engineering

    • 发布日期:2017-04-08
    • 文件大小:11492
    • 提供者:金翼然
  1. BAIRSTOW-2

    0下载:
  2. SUBROUTINE TO FIND ALL REAL & COMPLEX ROOTS OF AN n-th DEGREE POLYNOMIAL EQUATION f(X) = anX**n + an-1X**n-1 + ..... + a2X**2 + a1X + ao = 0, where: n > 2 BAIRSTOW METHOD- SUBROUTINE TO FIND ALL REAL & COMPLEX ROOTS OF
  3. 所属分类:software engineering

    • 发布日期:2017-03-26
    • 文件大小:4280
    • 提供者:ilias
  1. EIGENR

    0下载:
  2. SUBROUTINE TO FIND ALL REAL EIGENVALUES & EIGENVECTORS OF A REAL MATRIX [A]nxn 1. Characteristic Polynomial by the Leverrier Method 2. Eigenvalues (roots) of the Characteristic Polynomial by the Bairstow Method 3. Eigenvectors by t
  3. 所属分类:software engineering

    • 发布日期:2017-03-29
    • 文件大小:1606
    • 提供者:ilias
  1. shuzifenxi

    0下载:
  2. 北航数值分析大作业,对给定机翼的数据进行分段现行插值,分段现行二次多项式插值,分段三次多项式插值和三次样条插值,有完整的实验报告-Numerical analysis Beihang big job, given the current sub-wing of data interpolation, the current sub-quadratic polynomial interpolation, sub-cubic polynomial interpolation and cubic sp
  3. 所属分类:software engineering

    • 发布日期:2017-04-04
    • 文件大小:105072
    • 提供者:lifu
  1. crc16

    0下载:
  2. Calculate CRC-8 Values. Uses The CCITT-8 Polynomial, Expressed As X^8 + X^5 + X^4 + 1 -Calculate CRC-8 Values. Uses The CCITT-8 Polynomial, Expressed As X^8+ X^5+ X^4+ 1
  3. 所属分类:Project Design

    • 发布日期:2017-03-30
    • 文件大小:7082
    • 提供者:milind
  1. splinesC2

    0下载:
  2. In mathematics, a spline is a special function defined piecewise by polynomials. In interpolating problems, spline interpolation is often preferred to polynomial interpolation because it yields similar results
  3. 所属分类:software engineering

    • 发布日期:2017-04-26
    • 文件大小:56381
    • 提供者:Guinivere
  1. Generator-polynomial

    0下载:
  2. Codec Matlab to generate cyclic codes for given data and Generator polynomial.
  3. 所属分类:Project Design

    • 发布日期:2017-04-03
    • 文件大小:10740
    • 提供者:neysser
  1. polynomial

    0下载:
  2. polynomial源代码,多项式C语言/C++作业-polynomial source code polynomial in C/C++ jobs
  3. 所属分类:software engineering

  1. Cyclic-Redundancy-Code-(CRC)-Polynomial-Selection

    0下载:
  2. Cyclic Redundancy Code (CRC) Polynomial Selection For Embedded Networks
  3. 所属分类:software engineering

    • 发布日期:2017-04-01
    • 文件大小:161321
    • 提供者:ElEdu
  1. Polynomial

    1下载:
  2. Develop class Polynomial. The internal representation of a Polynomial is an array of terms. Each term contains a coefficient and an exponent. The term 2x4 has the coefficient 2 and the exponent 4. Develop a complete class containing proper constr
  3. 所属分类:software engineering

    • 发布日期:2017-11-28
    • 文件大小:4668180
    • 提供者:howard
  1. polynomial-list

    0下载:
  2. 这是一个用list完成一个多项式的类,可以体会一下list的用法。-This is a list of classes to complete a polynomial, beginners can learn about the usage list.
  3. 所属分类:software engineering

    • 发布日期:2017-04-10
    • 文件大小:1065
    • 提供者:hujack
  1. Polynomial

    0下载:
  2. polynomial functions
  3. 所属分类:software engineering

    • 发布日期:2017-05-14
    • 文件大小:3242373
    • 提供者:raha
« 12 3 »
搜珍网 www.dssz.com