CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - 二分法程序

搜索资源列表

  1. 二分法.rar

    0下载:
  2. 一个二分法查找的图形演示程序
  3. 所属分类:图形图象

    • 发布日期:
    • 文件大小:1265
    • 提供者:
  1. 数值算法程序

    0下载:
  2. 这是一些数值算法的源程序,包括非线形方程的解法。(二分法,牛顿法)。线性代数方程组数值解法(包括,消去法,迭代法)-This is some numerical algorithm of the source, including non-linear equations method. (Dichotomy, Newton). Linear algebra equations Numerical Solution (including, elimination, iteration)
  3. 所属分类:数值算法/人工智能

    • 发布日期:2008-10-13
    • 文件大小:2951087
    • 提供者:李斌
  1. 图形方式的二分查找程序

    0下载:
  2. 在TC 中用图形方式演二分法查找程序,可以作为学生的教学用。很形象啊-TC used in the graphic speech dichotomy tracing procedure can be used as a teaching students. Ah very image
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:1944
    • 提供者:康道之
  1. 回溯法解皇后问题

    0下载:
  2. 数值分析课程中,关于简单二分法求方程实根的用C编的程序
  3. 所属分类:数学计算/工程计算

    • 发布日期:2014-01-16
    • 文件大小:8799
    • 提供者:李娜
  1. 二分搜索法

    0下载:
  2. 要求随机关生一个序列,任意查找其中一个元素时,采用二分搜索法实现,并且还能显示查找次数。使用二分法首先要使序列列按从小到大排序,因此程序中还要有排序功能。- there is a random series ,when looking for any an element in this series,we can achieve this by the method of bisectional searching,also the number of search times will be
  3. 所属分类:Windows编程

    • 发布日期:2008-10-13
    • 文件大小:13039
    • 提供者:林子建
  1. 二分法.rar

    0下载:
  2. 一个二分法查找的图形演示程序, A dichotomy search graph demonstration program
  3. 所属分类:图形图象

    • 发布日期:2017-11-09
    • 文件大小:1536
    • 提供者:墨镜牛郎
  1. bisect

    1下载:
  2. matlab的源代码 二分法解方程 matlab程序-matlab source code for solving equations matlab program dichotomy
  3. 所属分类:Windows Develop

    • 发布日期:2017-03-26
    • 文件大小:615
    • 提供者:liu
  1. C++数值分析代码

    0下载:
  2. 里面包含了一个用VC开发的二分法程序,牛顿迭代法程序源码-Which contains a dichotomy with VC development procedures, Newton iteration procedure source
  3. 所属分类:Algorithm

    • 发布日期:2017-03-28
    • 文件大小:19439
    • 提供者:廖春华
  1. BM

    0下载:
  2. 这是二分法程序。满足f(a)*f(b)<0d的f(x)在[a,b]区间的实根。 优点:1)程序简单; 2)对f(x)要求不高,收敛性好。-This is the dichotomy procedure. Satisfy f (a)* f (b)
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-03-31
    • 文件大小:3475
    • 提供者:顾一新
  1. binarysearch

    0下载:
  2. 问题的提出:编写程序对数据序列采用二分查找法和顺序查找法查找元素的下标,要求使用类模板实现(其中二分法查找算法要求用递归实现,给定数据序列有序)。-Of the problem: the preparation of procedures for the data sequence using binary search method and the order of search law search element subscr ipt, require the use of class t
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-15
    • 文件大小:9158
    • 提供者:王清
  1. bisectVC

    0下载:
  2. 用二分法求解非线性方程,只要用户输入所求的方程,方程的根就很快被程序计算出,方便而且还很快捷.对于数值分析这样的课程,将算法通过程序实现,具有很好的教学价值-dichotomy used to solve nonlinear equations, as long as import demand equation, the equation roots soon be worked out procedures to facilitate and very fast. Numerical ana
  3. 所属分类:Algorithm

    • 发布日期:2017-04-01
    • 文件大小:73859
    • 提供者:sunnypill
  1. 12344

    0下载:
  2. 二分法程序,可以用他来求解非线性放成的跟问题,精度高,速度快-ke yi jie jue er fen fa qiu jie de wen ti ,li yong er fen fa jie jue fei xian xing fang cheng qiu gen de wen ti .su du kuai jing du gao
  3. 所属分类:matlab

    • 发布日期:2017-04-04
    • 文件大小:1589
    • 提供者:zhaohaij
  1. shiyanyi

    0下载:
  2. 自选求根问题,分别用二分法、简单迭代法、埃特金加速收敛法和牛顿迭代法求解其根,然后完成编程作业(注意把同一求根问题的几种不同方法放在一个程序之内)。以下求根问题供参考和选择,也可自行选择其他求根问题: 1.用二分法求方程f(x)=x3-2x-5=0在区间[2 , 3]内的根。 2.方程f(x)=2x3-5x2-19x+42=0在x=3.0附近有根,试写出其三种不同的等价形式以构成三种不同的迭代格式,再用简单迭代法求根,观察这三种迭代是否收敛及收敛的快慢。 3.用牛顿迭代法求方程
  3. 所属分类:Document

    • 发布日期:2017-03-30
    • 文件大小:224015
    • 提供者:肖潇
  1. 0009

    0下载:
  2. SVM支持向量机的二分法程序源码,程序能很好运行-SVM Support Vector Machine dichotomy program source code, the program is running well
  3. 所属分类:matlab

    • 发布日期:2017-04-13
    • 文件大小:2975
    • 提供者:heling
  1. 二分法查找算法C源码

    0下载:
  2. 此程序可实现二分查找算法,采用的是C编程。(This procedure can achieve two points search algorithm, using C programming.)
  3. 所属分类:Windows编程

    • 发布日期:2017-12-23
    • 文件大小:11264
    • 提供者:xihananhai
  1. 二分法解方程

    0下载:
  2. 这个程序的功能是应用二分法解一元二次方程(The function of this program is to apply the dichotomy to solve a single equation of two variables)
  3. 所属分类:其他

  1. multiple solutions by dichotomy

    0下载:
  2. 原始的二分法只能求取单解方程。本程序基于二分法,通过自动划分待求解区间,得到多解方程在指定区间内的所有解。(The original dichotomy can only solve the equation of single solution. This program is based on dichotomy, through the automatic division of the interval to be solved, the solution of multiple sol
  3. 所属分类:matlab例程

    • 发布日期:2017-12-31
    • 文件大小:1024
    • 提供者:moduanlizi
  1. 数值分析程序_c语言

    0下载:
  2. 各种数学数值分析算法,杜氏分析法,迭代法,龙哥库塔法,二分法等大量算法(A variety of mathematical numerical analysis algorithm)
  3. 所属分类:数学计算

    • 发布日期:2018-01-04
    • 文件大小:8192
    • 提供者:子弈
  1. 非线性方程解法相关程序

    0下载:
  2. 用二分法以及迭代法求解非线性方程、非线性方程组的例子(An example of solving nonlinear equations and nonlinear equations by the dichotomous method and iterative method)
  3. 所属分类:matlab例程

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

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

    • 发布日期:2018-04-28
    • 文件大小:1024
    • 提供者:三叉戟
« 12 3 4 5 6 7 8 9 10 »
搜珍网 www.dssz.com