搜索资源列表
primeNumber
- 数论相关的一个算法:如何在多项式时间判断素数-Number theory related to an algorithm: How to determine in polynomial time prime number
aircraft_trajectory_simulation
- 对某飞行器的全空域飞行弹道进行了仿真研究.建立了飞行器空间运动的数学模型,应用“牛顿插值多项式法”对气动力参数进行了辨识,用C语言编制了仿真程序,并给出了仿真结果及分析。-Of a vehicle-wide airspace simulation trajectory. Established the aircraft mathematical model of space motion, application, Newton interpolation polynomial method
1
- 数据结构 课程设计 稀疏多项式乘法的实现 -Data structure the curriculum design to achieve sparse polynomial multiplication
CRC
- 本文提出一种通用的CRC 并行计算原理及实现方法,适于不同的CRC 生成多项式和不同并行度(如8 位、16 位、及32 位等) ,与目前已采用的查表法比较,不需要存放余数表的高速存储器,减少了时延,且可通过增加并 行度来降低高速数传系统的CRC 运算时钟频率.-In this paper, a universal principle of CRC and implementation of parallel computing methods for generating differ
fd
- 一种同时完成字符图像线段提取和细化的算法。在定义字符图像的线段区域、交点区域和子段区域,同时指出待细化字符图像是线段区域的集合的基础上,首先基于图像行(列)连通像素段来提取字符图像中所有的交点区域和子段区域,然后对属于同一线段区域的所有子段区域和交点区域进行合并,最后用Bernstein-Bezier多项式方法拟合每个线段区域的骨架 -At the same time, the image of a complete line of characters to extract and ref
1234
- 完成多项式的相加运算,运用c语言,完成规定数量的多项式的运算-Computing the sum of the completion of the polynomial
poly
- 数据结构中,线性表的应用,利用单链表存储一元多项式,并实现单链表表示与相加操作-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
GoodMultiinterpolation
- 文章以推广多项式插值为目的,利用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
5080369013_1
- 以两个单链接表表示的多项式相乘的C++程序实现-With two single-link tables expressed in polynomial multiplication C++ program to achieve
BAIRSTOW-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
EIGENR
- 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
shuzifenxi
- 北航数值分析大作业,对给定机翼的数据进行分段现行插值,分段现行二次多项式插值,分段三次多项式插值和三次样条插值,有完整的实验报告-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
crc16
- 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
splinesC2
- 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
Generator-polynomial
- Codec Matlab to generate cyclic codes for given data and Generator polynomial.
polynomial
- polynomial源代码,多项式C语言/C++作业-polynomial source code polynomial in C/C++ jobs
Cyclic-Redundancy-Code-(CRC)-Polynomial-Selection
- Cyclic Redundancy Code (CRC) Polynomial Selection For Embedded Networks
Polynomial
- 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
polynomial-list
- 这是一个用list完成一个多项式的类,可以体会一下list的用法。-This is a list of classes to complete a polynomial, beginners can learn about the usage list.
Polynomial
- polynomial functions