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

搜索资源列表

  1. 空间插值方法汇总

    3下载:
  2. Inverse Distance to a Power(反距离加权插值法) Kriging(克里金插值法) Minimum Curvature(最小曲率) Modified Shepard s Method(改进谢别德法) Natural Neighbor(自然邻点插值法) Nearest Neighbor(最近邻点插值法) Polynomial Regression(多元回归法) Radial Basis Function(径向基
  3. 所属分类:技术管理

    • 发布日期:2012-11-08
    • 文件大小:3059
    • 提供者:bushyao
  1. duoxiangshi

    1下载:
  2. 多项式相乘一元稀疏多项式简单计算器的基本功能是: (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:
  3. 所属分类:Document

    • 发布日期:2017-03-25
    • 文件大小:48349
    • 提供者:刘路平
  1. duoxiangshi

    0下载:
  2. 提供了数据结构课程设计多项式之间的运算,和完整的开发文档-Provides a data structure course design between polynomial arithmetic, and complete development documentation
  3. 所属分类:Document

    • 发布日期:2017-04-06
    • 文件大小:206311
    • 提供者:songkaisong
  1. wenzhouxueyuan

    0下载:
  2. #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 //指向后继的指针
  3. 所属分类:Document

    • 发布日期:2017-03-27
    • 文件大小:34264
    • 提供者:周小强
  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. caculator

    0下载:
  2. VC6.0环境下的多项式计算-VC6.0 environment polynomial calculation
  3. 所属分类:Document

    • 发布日期:2017-03-31
    • 文件大小:32855
    • 提供者:许敏勋
  1. 1

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

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

    0下载:
  2. 最小二乘法数据处理,最小二乘法的基本原理和多项式拟合-Least squares method for data processing, the basic principle of least squares and polynomial fitting
  3. 所属分类:Project Manage

    • 发布日期:2017-04-07
    • 文件大小:48709
    • 提供者:嗡嗡
  1. multiplication

    0下载:
  2. 说明:此代码是能实现一元多项式相乘的一个函数,请大家批评指导!-One of the polynomial multiplication
  3. 所属分类:File Formats

    • 发布日期:2017-04-10
    • 文件大小:1262
    • 提供者:廖孟
  1. third

    0下载:
  2. 用C语言 编程解决多项式相加问题,创建链表,算法分析,-With C language programming to solve the issue of polynomial sum, create list, algorithm analysis,
  3. 所属分类:Document

    • 发布日期:2017-04-13
    • 文件大小:1858
    • 提供者:百树人
  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. POLYNOMIAL-CANCELLATION-CODING-OF-OFDM

    0下载:
  2. POLYNOMIAL CANCELLATION CODING OF OFDM TO REDUCE INTERCARRIER INTERFERENCE DUE TO DOPPLER SPREAD
  3. 所属分类:Communication

    • 发布日期:2017-03-26
    • 文件大小:170460
    • 提供者:katha
  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. Irreducible-polynomial

    0下载:
  2. How to get irreducible polynomial in channel coding
  3. 所属分类:Communication

    • 发布日期:2017-04-04
    • 文件大小:22987
    • 提供者:rajnish
  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. Zernike-Polynomial-Coefficients-for-a-given-Wavef

    0下载:
  2. Zernike Polynomial Coefficients for a given Wavefront using Matrix Inversion in Matlab
  3. 所属分类:Development Research

    • 发布日期:2017-03-31
    • 文件大小:17666
    • 提供者:aalim
  1. Polynomial

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

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