搜索资源列表
空间插值方法汇总
- Inverse Distance to a Power(反距离加权插值法) Kriging(克里金插值法) Minimum Curvature(最小曲率) Modified Shepard s Method(改进谢别德法) Natural Neighbor(自然邻点插值法) Nearest Neighbor(最近邻点插值法) Polynomial Regression(多元回归法) Radial Basis Function(径向基
duoxiangshi
- 多项式相乘一元稀疏多项式简单计算器的基本功能是: (1)输入并建立多项式; (2)输出多项式,输出形式为整数序列:n,c1,e1,c2,e2,...,cn,en,其中n是多项式的项数,ci和ei分别是第i项的系数和指数,序列按指数降序排列。 (3)多项式a与多项式b相乘,建立多项式。 -Sparse polynomial multiplication unary polynomial basic functions of the calculator is simple:
duoxiangshi
- 提供了数据结构课程设计多项式之间的运算,和完整的开发文档-Provides a data structure course design between polynomial arithmetic, and complete development documentation
wenzhouxueyuan
- #include <stdio.h> #include <stdlib.h> #define OK 1 #define OVERFLOW -2 typedef int status typedef struct LinkList{ //用带表头结点的有序链表表示多项式 float coef //系数 int expn //指数 struct LinkList *next //指向后继的指针
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
caculator
- VC6.0环境下的多项式计算-VC6.0 environment polynomial calculation
1
- 数据结构 课程设计 稀疏多项式乘法的实现 -Data structure the curriculum design to achieve sparse polynomial multiplication
zuixiaoerchengfa
- 最小二乘法数据处理,最小二乘法的基本原理和多项式拟合-Least squares method for data processing, the basic principle of least squares and polynomial fitting
multiplication
- 说明:此代码是能实现一元多项式相乘的一个函数,请大家批评指导!-One of the polynomial multiplication
third
- 用C语言 编程解决多项式相加问题,创建链表,算法分析,-With C language programming to solve the issue of polynomial sum, create list, algorithm analysis,
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
POLYNOMIAL-CANCELLATION-CODING-OF-OFDM
- POLYNOMIAL CANCELLATION CODING OF OFDM TO REDUCE INTERCARRIER INTERFERENCE DUE TO DOPPLER SPREAD
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
Irreducible-polynomial
- How to get irreducible polynomial in channel coding
polynomial-list
- 这是一个用list完成一个多项式的类,可以体会一下list的用法。-This is a list of classes to complete a polynomial, beginners can learn about the usage list.
Zernike-Polynomial-Coefficients-for-a-given-Wavef
- Zernike Polynomial Coefficients for a given Wavefront using Matrix Inversion in Matlab
Polynomial
- polynomial functions