CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - 非线性方程

搜索资源列表

  1. ukf

    0下载:
  2. 无迹卡尔曼滤波UKF是重要的非线性滤波方法。它采用UT变换的方法,不再近似系统的非线性方程,它仍然用高斯随机变量表示状态分布,不过是用特定选择的样本点加以描述,每个点叫一个高斯点,它从系统状态的概率密度函数中取出;然后,按系统的真实模型演化,得到非线性演化后的σ点,使得样本均值和样本方差是真实均值和真实方差的好的近似。 在这个程序中,实现了基于UKF的滤波方法,并且建立了两种仿真环境进行实验。-Unscented Kalman filter UKF is an important nonli
  3. 所属分类:matlab

    • 发布日期:2017-04-02
    • 文件大小:1152
    • 提供者:xiaoyu
  1. numericalsamples

    0下载:
  2. 几个数值计算方法的程序, 包括 线性方程组求解, 非线性方程求解, 插值函数计算, 积分计算 和常微分方程求解 -Several numerical methods of procedures, including linear equations, nonlinear equations, interpolation function calculation, the integral calculation and solving ordinary differential equation
  3. 所属分类:Algorithm

    • 发布日期:2017-04-08
    • 文件大小:4122
    • 提供者:FJY
  1. pso

    0下载:
  2. 标准pso算法,能够解很多非线性方程,效果不错,不过很容易陷入局部循环-Standard pso algorithm, can solve many nonlinear equations, the effect is good, but very easy to fall into the local loop
  3. 所属分类:Algorithm

    • 发布日期:2017-04-06
    • 文件大小:1328
    • 提供者:谢阳
  1. two

    0下载:
  2. 各种非线性方程及方程组求解算法,如对分法,程序在C环境下通过。-Equations of nonlinear equations and solving algorithm, such as the points system, through the program in the C environment.
  3. 所属分类:Algorithm

    • 发布日期:2017-04-17
    • 文件大小:17947
    • 提供者:luo
  1. one

    0下载:
  2. 各种非线性方程及方程组求解算法,如LU分解法,程序在C环境下通过。-Equations of nonlinear equations and solving algorithm, such as LU decomposition, the program in the C environment through.
  3. 所属分类:Algorithm

    • 发布日期:2017-04-16
    • 文件大小:18285
    • 提供者:luo
  1. tree

    0下载:
  2. 各种非线性方程及方程组求解算法,如牛顿插值,程序在C环境下通过。-Equations of nonlinear equations and solving algorithms, such as Newton' s interpolation, the program through the C environment.
  3. 所属分类:Algorithm

    • 发布日期:2017-04-25
    • 文件大小:17151
    • 提供者:luo
  1. four

    0下载:
  2. 各种非线性方程及方程组求解算法,如弦截法,程序在C环境下通过-Equations of nonlinear equations and solving algorithm, such as strings cut method, the program in the C environment through
  3. 所属分类:Algorithm

    • 发布日期:2017-04-07
    • 文件大小:16491
    • 提供者:luo
  1. daima

    0下载:
  2. matlab 简单程序应用 非线性方程二分法解答方法-simple nonlinear equations matlab program to answer the dichotomy method
  3. 所属分类:matlab

    • 发布日期:2017-04-04
    • 文件大小:2170
    • 提供者:王弘扬
  1. jiefangcheng

    0下载:
  2. matlab经典算法的程序之解方程,含线性方程、非线性方程的求解等程序-matlab program of classical algorithm solving equations, including linear equations, nonlinear equations and other procedures
  3. 所属分类:matlab

    • 发布日期:2017-04-17
    • 文件大小:88936
    • 提供者:电麻烦
  1. soliton3

    1下载:
  2. matlab中求解一维非线性方程中孤子的演化-matlab for solving the sub-one-dimensional nonlinear evolution side Cheng Zhonggu
  3. 所属分类:matlab

    • 发布日期:2017-04-08
    • 文件大小:1193
    • 提供者:邓样
  1. Lab2

    0下载:
  2. C++编程实例 //Lab2 迭代法求非线性方程数值分析课本P.93,习题#5 //要求:输出结果用科学计数法表示,小数点后保留8位有效数字 //作者:于涛 //学号:GS1003217 //时间:2011年7月9日-C++ programming examples// Lab2 iterative method for the numerical analysis of nonlinear equations textbooks P.93, Exercise# 5// r
  3. 所属分类:Algorithm

    • 发布日期:2017-03-31
    • 文件大小:718
    • 提供者:yutao
  1. shuzhifenxi

    0下载:
  2. 数值分析报告,包括追赶法求解三对角方程、迭代法求非线性方程、曲线拟合、区间逐次分半的复化梯形公式计算积分,题目、代码及运行结果。-Numerical analysis report, including catch-up method for solving tridiagonal equation, iterative method for the nonlinear equations, curve fitting, half of the complex range of successi
  3. 所属分类:Algorithm

    • 发布日期:2017-03-29
    • 文件大小:395806
    • 提供者:yutao
  1. ScienceEngineeringNumericalAlgorithm

    1下载:
  2. 科学与工程数值算法〔Visual C++版〕 本书介绍了在科学与工程实际工作中常用的数值计算算法的原理和Visual C++编程方法。本书分为7章,前6章分别讨论了复数运算、矩阵运算、线性代数方程组的求解、非线性方程与方程组的求解、插值和数值积分等的面向对象编程方法,涉及使用频率非常高的近90个基本算法,按功能设计成了6类。第7章将这些算法类集成到一个静态库和一个动态库中,可以直接使用。每章节都用Visual C++程序示例了算法和算法库的调用方式。 本书适合涉及科学与工程数值计算工作
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-05-27
    • 文件大小:9784706
    • 提供者:周善人
  1. Computing.for.Numerical.Methods

    0下载:
  2. 基于VC++的数值算法的书,包括一些线性方程、非线性方程、特征值、特征向量的算法-COMPUTING FOR NUMERICAL METHODS USING VISUAL C++
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-05-10
    • 文件大小:2476244
    • 提供者:范钟
  1. Monte-carlo

    0下载:
  2. 蒙特卡洛算法用于解非线性方程,包括三个函数-Monte Carlo algorithm for solving nonlinear equations, including the three functions
  3. 所属分类:matlab

    • 发布日期:2017-04-10
    • 文件大小:1082
    • 提供者:李成子
  1. solving-nonlinear-equations

    0下载:
  2. 非线性方程与方程组的求解,实现的方法有:拟牛顿法,最小二乘解的广义拟法,蒙特卡洛法-Nonlinear equations and solving equations, implementation methods are: quasi-Newton method, generalized least squares solution proposed method, Monte Carlo
  3. 所属分类:Algorithm

    • 发布日期:2017-03-28
    • 文件大小:3615
    • 提供者:zhangqingyu
  1. homotopy

    2下载:
  2. 解非线性方程及方程组的同伦算法 直接输入方程即可 好用-Solving nonlinear equations and the equations of the homotopy method can be useful equations directly
  3. 所属分类:matlab

    • 发布日期:2017-04-03
    • 文件大小:1006
    • 提供者:刘媛
  1. Newton-

    0下载:
  2. 牛顿迭代,简单的程序语言,解决简单非线性方程-Newton, a simple programming language to solve simple linear equations
  3. 所属分类:Algorithm

    • 发布日期:2017-04-16
    • 文件大小:20122
    • 提供者:scheer
  1. compex

    0下载:
  2. 基于 matlab 平台下的 约束非线性方程的解法的复合形法源程序()-matlab program compex
  3. 所属分类:matlab

    • 发布日期:2017-04-08
    • 文件大小:1450
    • 提供者:zhang
  1. NEWTONDIEDAI

    0下载:
  2. 用C++来实现NEWTON迭代法解非线性方程算法数值分析,是数值分析里典型的一个算法。-In C++ to achieve NEWTON iterative numerical algorithm for solving nonlinear equations, numerical analysis is in a typical algorithm.
  3. 所属分类:Algorithm

    • 发布日期:2017-04-15
    • 文件大小:7652
    • 提供者:颜君萍
« 1 2 ... 12 13 14 15 16 1718 19 20 21 22 ... 50 »
搜珍网 www.dssz.com