CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 数值算法/人工智能 matlab例程 搜索资源 - 二分法 matlab

搜索资源列表

  1. arithmetic

    0下载:
  2. MATLAB编写的一个M文件,实现二分法求函数f在[a,b]上的一个零点,牛顿插值法
  3. 所属分类:matlab例程

    • 发布日期:2008-10-13
    • 文件大小:1763
    • 提供者:lubeizi
  1. 非线性方程求根

    0下载:
  2. 非线性方程求根 包括二分法、牛顿迭代法的matlab程序。-Root including nonlinear equations dichotomy of Newton iteration of Matlab procedures.
  3. 所属分类:matlab例程

    • 发布日期:2008-10-13
    • 文件大小:28057
    • 提供者:悟凡
  1. EQU_SOLVE

    1下载:
  2. 完整的以最速下降法,牛顿迭代法,二分法求解非线性方程的Matlab程序源代码,含GUI界面,简洁明了,可对每种算法绘制收敛曲线,计算求解精度。-the completely matlab source code for equation solving by adapting steepest descent method,newton method, binary divided method,graphics user interface applied,simply and explici
  3. 所属分类:matlab

    • 发布日期:2017-04-03
    • 文件大小:16990
    • 提供者:张宏欣
  1. MATLAB1

    0下载:
  2. 计算方法用二分法 以及两种迭代法来进行迭代计算的码源-With the dichotomy, as well as the code source of two kinds of iterative
  3. 所属分类:matlab

    • 发布日期:2017-03-29
    • 文件大小:1220
    • 提供者:李星
  1. nonlinear

    0下载:
  2. 在MATLAB环境中,实现用二分法和Newton法求解非线性方程-StablePoint method and newton method
  3. 所属分类:matlab

    • 发布日期:2017-03-29
    • 文件大小:690
    • 提供者:anthony
  1. kechengsheji

    0下载:
  2. 应用牛顿法和二分法解高次方程,可以显示过程- it can solve hard questions
  3. 所属分类:matlab

    • 发布日期:2017-04-08
    • 文件大小:6875
    • 提供者:小辛
  1. erfenfa

    0下载:
  2. 二分法的matlab实现,希望能对大家有帮助。-erfenfa matlab
  3. 所属分类:matlab

    • 发布日期:2017-03-28
    • 文件大小:1742
    • 提供者:顾君昳
  1. Newton_bisect_iteration

    0下载:
  2. matlab中分别用牛顿法,二分法及迭代法求解方程的程序,及其比较-matlab scr ipts for solving eq. by the means of newton ,bisection and iteration
  3. 所属分类:matlab

    • 发布日期:2017-03-24
    • 文件大小:631
    • 提供者:alick
  1. bisect

    0下载:
  2. 数值分析中用二分法求解函数值,本资料正是二分法求函数值的MATLAB代码-Function used for solving numerical value dichotomy, the dichotomy of a function of the data value is the MATLAB code
  3. 所属分类:matlab

    • 发布日期:2017-03-26
    • 文件大小:723
    • 提供者:王一平
  1. HalfInterval

    0下载:
  2. 二分法求解非线性方程MATLAB编程实现-Dichotomy MATLAB programming for solving nonlinear equations
  3. 所属分类:matlab

    • 发布日期:2017-03-28
    • 文件大小:786
    • 提供者:dugumengyouzi
  1. Binary_Search

    0下载:
  2. 二分法检索(binary search)又称折半检索,二分法检索的基本思想是设字典中的元素从小到大有序地存放在数组(array)中,   首先将给定值key与字典中间位置上元素的关键码(key)比较,如果相等,则检索成功;-Dichotomy search (binary search), also known as binary search, the basic idea of ??dichotomy is set to retrieve the dictionary from smal
  3. 所属分类:matlab

    • 发布日期:2017-03-31
    • 文件大小:2587
    • 提供者:yuan
  1. 11

    0下载:
  2. 二分法,牛顿法,黄金分割法的matlab实现。-Dichotomy, Newton method, the golden section method matlab implementation.
  3. 所属分类:matlab

    • 发布日期:2017-04-10
    • 文件大小:1459
    • 提供者:冯力理
  1. daima

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

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

    0下载:
  2. 二分法和牛顿法的matlab源代码,图像比较-Dichotomy, and Newton method matlab source code, including images
  3. 所属分类:matlab

    • 发布日期:2017-03-30
    • 文件大小:1522
    • 提供者:周萧潇
  1. matlab

    0下载:
  2. MATLAB二分法程序,-MATLAB二分法程序
  3. 所属分类:matlab

    • 发布日期:2017-04-08
    • 文件大小:4580
    • 提供者:雷传荣
  1. matlab

    0下载:
  2. 二分法,这是用matlab编写的c程序,数值方法-Matlab program
  3. 所属分类:matlab

    • 发布日期:2017-11-21
    • 文件大小:2341
    • 提供者:苏简默
  1. 方程解法

    1下载:
  2. 基于matlab的不动点迭代法、二分法以及牛顿法求解方程,进一步优化了计算步骤。(Fixed point iterative method for solving equations based on Matlab)
  3. 所属分类:matlab例程

  1. 程序

    0下载:
  2. 比较迅速的二分法实现 平台为matlab 要求函数单调(process of bisection method on matlab)
  3. 所属分类:matlab例程

    • 发布日期:2018-04-28
    • 文件大小:1024
    • 提供者:三叉戟
  1. pn_2

    0下载:
  2. matlab利用二分法寻找函数零点(函数带积分)(Matlab uses dichotomy to find function zeros (functions with integrals))
  3. 所属分类:matlab例程

    • 发布日期:2018-04-29
    • 文件大小:9216
    • 提供者:caoy2015
  1. Desktop

    0下载:
  2. 冒泡排序;选择排序;直接插入排序;二分法插入排序 topsis和ahp方法(Bubble sort; select sorting; direct insertion sort; dichotomy insertion sort. topsis ahp)
  3. 所属分类:matlab例程

    • 发布日期:2018-04-30
    • 文件大小:1024
    • 提供者:lll
« 12 3 »
搜珍网 www.dssz.com