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

搜索资源列表

  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. duoxiangshi

    0下载:
  2. 数据结构中用于解决多项式相加问题,算法分析与设计-Data structure used to solve the problem of polynomial sum, algorithm analysis and design
  3. 所属分类:Document

    • 发布日期:2017-04-06
    • 文件大小:1560
    • 提供者:百树人
  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. paper46

    0下载:
  2. OUTPUT DEAD BEAT CONTROL FOR A CLASS OF PLANAR POLYNOMIAL SYSTEMS
  3. 所属分类:Document

    • 发布日期:2017-05-02
    • 文件大小:662575
    • 提供者:mostafa
  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. dxs

    0下载:
  2. 我做出并调试成功的,可进行多项式的输出,加,减-I make and debug a success, can be polynomial output, add, subtract
  3. 所属分类:Document

    • 发布日期:2017-03-27
    • 文件大小:2140
    • 提供者:tingxu
  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. duoxiangshi

    0下载:
  2. C语言的数据结构课设_一元多项式的运算包含加减乘除-C language data structures course _ a dollar-based polynomial multiplication and division operations include addition and subtraction
  3. 所属分类:Document

    • 发布日期:2017-03-27
    • 文件大小:1007
    • 提供者:毛慧敏
  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. WiringAnImprovedAlgorithm

    0下载:
  2. 在大规模电子系统的设计中存在着电路板布线问题!这是一个很具有工程背景的难题 "因此!解决这类难题具有很大的工程意义和经济价值"但是!至今没有找到一种有效的算法在多项式时间内解决-The design of large-scale electronic systems exist in the circuit board wiring problem! This is a problem with engineering background "So! Solving such problems
  3. 所属分类:software engineering

    • 发布日期:2017-04-16
    • 文件大小:134657
    • 提供者:小兵
  1. code

    0下载:
  2. 查找本原多项式一种快速编解码的实现,主要通过C语言来实现-Find codec primitive polynomial realization of a fast, mainly through the C language to realize
  3. 所属分类:Communication

    • 发布日期:2017-04-06
    • 文件大小:62794
    • 提供者:liqiang
  1. CRC.txt

    0下载:
  2. 用查表法计算CRC码 C的程序设计,生成多项式为CRC-CCITT -CRC look-up table method using C programming code, generating polynomial for the CRC-CCITT
  3. 所属分类:Communication

    • 发布日期:2017-03-29
    • 文件大小:58338
    • 提供者:lfzxyy
  1. 4

    0下载:
  2. 使用c++使其实现一院多项式并能运算成功-Using c++ to implement a successful hospital operator polynomial and can
  3. 所属分类:software engineering

    • 发布日期:2017-04-10
    • 文件大小:761
    • 提供者:张瑜
  1. Lagrange-interpolation

    0下载:
  2. In numerical analysis, Lagrange polynomials are used for polynomial interpolation. For a given set of distinct points xj and numbers yj, the Lagrange polynomial is the polynomial of the least degree that at each point xj assumes the corresponding val
  3. 所属分类:software engineering

    • 发布日期:2017-03-29
    • 文件大小:359177
    • 提供者:stefan
« 1 23 4 5 6 »
搜珍网 www.dssz.com