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

搜索资源列表

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

    0下载:
  2. 实现两个多项式的加法,但是此程序也有它的不足之处,望大家指教-Addition of two polynomials implementation, but this procedure also has its inadequacies, hope everyone advice
  3. 所属分类:Document

    • 发布日期:2017-04-13
    • 文件大小:2426
    • 提供者:jialei291818
  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. MatchingEulertoursandtheChinesepostman

    0下载:
  2. Matching, Euler tours and the Chinese postman.pdf是Edmonds和Johnson1973年,通过使用匹配理论,首次给出中国邮递员问题的多项式时间解法,前无古人,后无需来者。-The solution of the Chinese postman problem using matching theory is given
  3. 所属分类:File Formats

    • 发布日期:2017-05-08
    • 文件大小:1734276
    • 提供者:abrahamlau
  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. 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. 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 23 4 5 6 »
搜珍网 www.dssz.com