CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 数值算法/人工智能 数据结构常用算法 搜索资源 - 微分

搜索资源列表

  1. vbC13

    0下载:
  2. 用VB语言实现偏微分方程的解法 包括解边值问题的松弛法、交替方向隐式方法等-VB language PDE solution of the boundary value problems including Xie relaxation method, alternating direction implicit methods
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:1700
    • 提供者:刘立立
  1. 四种差分方法求微分方程

    3下载:
  2. 差分法求解微分方程:古典显式法,收敛性最差;古典隐式法;Crank-Nicolson法,收敛性最好-difference method to solve the differential equation : Explicit classical method, the worst convergence; Classical implicit; Crank-Nicolson, the best convergence
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:2795
    • 提供者:叶真
  1. kolm

    0下载:
  2. 带延时的微分方程,这是matlab的四个源程序。-with the delay differential equations, which is the four Matlab source.
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:2417
    • 提供者:李海
  1. PolynomialIncludingAllFunctions

    1下载:
  2. 一元多项式符号计算-含因式分解版 不仅包含+,-,*,/,多项式求值,数值积微分,(内含多项式求根子程序),定与不定积分,还有因式分解(求根法). 用单链表.输入格式按提示.-one yuan polynomial symbolic computation-containing factorization version not only contains ,-,*,/, polynomial evaluation, Numerical plot differential (intron
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:44638
    • 提供者:shijunhui
  1. Cchangyongsuanfa

    2下载:
  2. C常用算法程序集 针对工程上常用的行之有效的算法而编写的C语言函数程序集,在第一版的基础上作了修改和扩充。书中包括了近几年出现的许多新算法。全书分为数值计算与非数值计算两部分。其中数值计算部分的内容包括:线性代数方程组的求解、矩阵运算、矩阵特征值与特征向量的计算、非线性方程与方程组的求解、插值、数值积分、常微分方程(组)的求解、拟合与逼近、数据处理与回归分析、极值问题、数学变换与滤波、特殊函数、随机数的产生、多项式与连分式函数的计算、复数运算;非数值计算部分的内容包括:排序、查找、图形模式下
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:269758
    • 提供者:杨显情
  1. cprogramme

    0下载:
  2. 一个多项式运算程序 实现多项式的加 减 乘除 乘方 积分 微分 混合运算 一个二叉树运算程序 实现二叉树的创建 复制 深度计算 和树形显示 一个哈夫曼算法的演示程序 实现对电文的编码 编码的输出 和编码的还原 程序共三个 模块已经超过了五个 没有分开写
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:11256
    • 提供者:张赛
  1. 利用四阶龙格-库塔公式计算常微分初值问题的数值解

    2下载:
  2. 利用四阶龙格-库塔公式计算常微分初值问题的数值解,The use of fourth-order Runge- Kutta ordinary differential formula of the numerical solution of initial value problem
  3. 所属分类:数据结构常用算法

    • 发布日期:2017-04-10
    • 文件大小:669
    • 提供者:runze
  1. differentialequation

    0下载:
  2. 常微分方程的数值解法,即用欧拉法求解常微分方程的源代码,C语言-The numerical solution of ordinary differential equations, namely, Euler' s method for solving ordinary differential equations with the source code, C language
  3. 所属分类:Data structs

    • 发布日期:2017-04-02
    • 文件大小:724
    • 提供者:王亮
  1. Matlabpossion

    0下载:
  2. 计算数学常用的一种变成软件,本程序解决的是微分方程边值问题-Computational mathematics to become a commonly used software, this program is to solve differential equations boundary value problem
  3. 所属分类:Data structs

    • 发布日期:2017-04-02
    • 文件大小:121443
    • 提供者:wq889608
  1. polynomial

    0下载:
  2. 对已知的多项式p(x)利用用线性表的数据结构进行加法,乘法,微商运算 加法的时间复杂度为O(n+m) 乘法的时间复杂度为O(nm) 微分的时间复杂度为O(n) 排序的平均时间复杂度为O(nlogn) 程序优点:通过顺序表和链表结合使用,使乘法合并同类项的时间复杂度降为O(1),乘法本身的时间复杂度也达到下界。 程序提供了有好的界面,并且有较好的容错性,输入输出人性化,符合人的习惯。 用快速排序代替了插入排序,使本程序能应对较大的数据。 程序缺点:系数和指数有范围限
  3. 所属分类:Data structs

    • 发布日期:2017-04-04
    • 文件大小:2522
    • 提供者:刘晓明
  1. duoxiang

    0下载:
  2. 实现多项式的基本操作,加减乘除微分运算。-To achieve the basic operation of polynomials, differential operators, Math.
  3. 所属分类:Data structs

    • 发布日期:2017-03-31
    • 文件大小:191142
    • 提供者:姚丽文
  1. BIgNum

    0下载:
  2. 实现了大数的创建,加减乘除,移位(左右),微分,积分等基本操作。-Realized the creation of tarsus, add, subtract, multiply and divide, shift (or so), differential, integral, and other basic operation
  3. 所属分类:Data structs

    • 发布日期:2017-05-06
    • 文件大小:1303104
    • 提供者:
  1. TextWGL(DDA)

    0下载:
  2. 数值微分法(DDA)直线生成算法,算法实质:用数值方法微分方程,同时对x和y各增加一个小增量来计算下一步的x,y值。-Numerical differentiation (DDA) line generation algorithm, the algorithm in real terms: differential equations with numerical methods, while the x and y each increased by a small increment to
  3. 所属分类:Data structs

    • 发布日期:2017-05-08
    • 文件大小:1947675
    • 提供者:liqianmei
  1. differential

    0下载:
  2. VC 实现多项式的微分计算,其中使用自己写了一些常用的数据结构-VC in polynomial differential calculations, which use their own written some of the commonly used data structures
  3. 所属分类:Data structs

    • 发布日期:2017-04-02
    • 文件大小:188134
    • 提供者:王钰
  1. EE

    0下载:
  2. 多项式进行加、减、乘、以及微分运算。手动输入。-Polynomial add, subtract, multiply, and differential operation. Entered manually.
  3. 所属分类:Data structs

    • 发布日期:2017-04-13
    • 文件大小:2202
    • 提供者:赵宇
  1. lkkt

    0下载:
  2. 龙格库塔法求解常微分方程组,经典算法,值得分享-Runge-Kutta method for solving ordinary differential equations
  3. 所属分类:Data structs

    • 发布日期:2017-04-16
    • 文件大小:304052
    • 提供者:王鹏
  1. calculator

    1下载:
  2. 一元稀疏多项式计算器,利用链表实现,有+- ,微分,积分,最大公因式,最小公倍式等功能-One yuan sparse polynomial calculator, use the list to achieve, there are+-* /, differentiation, integration, maximum common divisor, least common multiple functions
  3. 所属分类:Data structs

    • 发布日期:2017-04-15
    • 文件大小:4987
    • 提供者:guyuqian
  1. 375883

    0下载:
  2. 经典龙格-库塔算法c++实现,求解微分方程的高精确度的解法()
  3. 所属分类:数据结构

    • 发布日期:2018-01-07
    • 文件大小:9216
    • 提供者:Rugtn
  1. mshk

    0下载:
  2. 函数用来描述 Apollo 卫星的数学模型,它可以直接用于常微分方程的数值求解,()
  3. 所属分类:数据结构

    • 发布日期:2018-01-07
    • 文件大小:2048
    • 提供者:kerql
  1. gm1n

    2下载:
  2. 多变量灰色模型(Multivariable Grey Model,MGM)MGM(1,n)是研究复杂灰色系统的典型模型,其形式是n元一阶常微分方程组,是单点GM(1,1)模型在多点情况的扩展。(Multivariable grey model MGM (1, n) is a typical model for studying complex grey system. Its form is n n first order ordinary differential equations. It
  3. 所属分类:数据结构

« 12 »
搜珍网 www.dssz.com