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

搜索资源列表

  1. DivideAndConquer_Algo

    0下载:
  2. 1. 依照介面提示輸入yes 或 no 2. 每局結束後會印出你心中猜想的兩個數字並計算當次花費的回合數 3. 每局之間可連續 本程式採用的演算法策略為divide-and-conquer algorithm 1. 先將範圍盡量縮小,優先程序為先從小範圍求出一解 2. 盡量以2的次方數取範圍做分割尋找一個數字時,平均最佳的方法必是二分法。 因此如何以最小步數找到第一個解?若搜尋範我採用的方法,就是以最小步數先尋找到一個解,接著再用二分法找出剩餘的一個解。為了讓
  3. 所属分类:Algorithm

    • 发布日期:2017-04-06
    • 文件大小:1940
    • 提供者:zelda
  1. NumericalAnalysisProgram

    0下载:
  2. 数值分析课程的一些实用典型算例程序: 二分法,高斯消元法,牛顿法,拉格朗日法,龙贝格-Numerical analysis courses typical examples of some practical procedures: dichotomy, Gaussian elimination method, Newton method, Lagrangian, Romberg
  3. 所属分类:Algorithm

    • 发布日期:2017-05-14
    • 文件大小:3276479
    • 提供者:yuchao
  1. common_numeric_algorithm_in_mathematica_modeling.z

    0下载:
  2. 最小二乘法,二分法,龙格库塔算法等15个常用算法的C++实现。-Least squares method, dichotomy, Runge-Kutta algorithm commonly used algorithms in 15 C++ implementation.
  3. 所属分类:Data structs

    • 发布日期:2017-04-09
    • 文件大小:4398
    • 提供者:lhm
  1. Newton_erfen

    0下载:
  2. 数值计算算法,二分法中的牛顿二分法源码。-Numerical algorithm, the Newton dichotomy dichotomy source
  3. 所属分类:Algorithm

    • 发布日期:2017-04-16
    • 文件大小:408126
    • 提供者:梁文华
  1. code

    0下载:
  2. 二分法对文本进行排序。比较简单。好像帮一个朋友做毕业设计的时候用到的代码。-Dichotomy of the text sort. Simple. Seems to help a friend used to do when the graduate design code.
  3. 所属分类:Data structs

    • 发布日期:2017-04-23
    • 文件大小:170795
    • 提供者:kefan
  1. ExpandingRods

    0下载:
  2. 题意:已知一个圆的弦长l0及这条弦所在的弧长l1,求弦的中心点到弧的中心点的距离 思想:这是一个列方程然后利用二分法解方程的题目,令该疑弧所对的圆心角为anlg, 半径为r,根据题意有两个方程:l1=anlg*r l0=2*r*sin(anlg/2) 两个方程两个未知数, 通过化简有:2*l1*sin(anlg/2)-anlg*l0=0 因为角度的值是从0到2*pi,题目中讲到过 弧的长度不可能大于弦的两倍,所以角度不可能取到2*pi,但是有可能为0,把零特殊考虑, 再从0到
  3. 所属分类:Algorithm

    • 发布日期:2017-03-29
    • 文件大小:861
    • 提供者:yangxiuyi
  1. 8

    0下载:
  2. 用二分法和割线法求非线性方程在一区间的解,使误差不超过10E-4-With the dichotomy and the secant method for solving nonlinear equations in a range of solutions, so that error is less than 10E-4
  3. 所属分类:matlab

    • 发布日期:2017-04-02
    • 文件大小:14701
    • 提供者:张松昌
  1. calculation

    0下载:
  2. 典型数值计算方法。包括:经典四阶龙格库塔法、高斯列主元法、牛顿法、龙贝格、三次样条插值算法、M次多项式曲线拟合、二分法、不动点法、霍纳法、牛顿-拉弗森迭代等十项典型算法的算法流程及C源代码和例子。-Typical numerical calculation. Include: classical fourth order Runge-Kutta method, Gauss main-element method, Newton method, Romberg, cubic spline inte
  3. 所属分类:Algorithm

    • 发布日期:2017-04-16
    • 文件大小:489888
    • 提供者:siengk
  1. 080714020201

    0下载:
  2. 二分法求非线性方程,设定固定值,缩减空间计算量-Dichotomy of nonlinear equations, a fixed value, to reduce the amount of space calculation
  3. 所属分类:Algorithm

    • 发布日期:2017-05-02
    • 文件大小:875848
    • 提供者:陈凡谷
  1. erfenfa

    0下载:
  2. 利用二分法求解方程的根,使用C++编程实现的,程序很简单,但也很实用的,希望大家多多支持-Solving equations using the root of the dichotomy, the use of C++ programming, the procedure is very simple, but is also very useful, hope you can enjoy
  3. 所属分类:Algorithm

    • 发布日期:2017-04-08
    • 文件大小:1621
    • 提供者:吴极
  1. bisect

    0下载:
  2. 该function文件可以利用二分法求解方程的数值解,其中有例子-The function files can be used to solve equations numerical solution of the dichotomy, of which examples
  3. 所属分类:Algorithm

    • 发布日期:2017-03-28
    • 文件大小:516
    • 提供者:李佳乐
  1. onedemonsearch

    0下载:
  2. 一维搜索算法实现(黄金分割,二分法,抛物线,Fibonacci,三次差值和切线法)-One-dimensional search algorithm (golden section, dichotomy, parabola, Fibonacci, three times the difference and tangent)
  3. 所属分类:Data structs

    • 发布日期:2017-05-08
    • 文件大小:1947175
    • 提供者:李凯
  1. iterativemethods

    0下载:
  2. 分别用二分法、Newton法、弦截法、Newton下山法四种迭代法求解非线性方程x5-3x3+x-1= 0 在区间[-8,8〕上的全部实根,设计算法完成根区间隔离,然后实现单根区间上的迭代算法求解方程。-Respectively dichotomy, Newton method, Secant Method, Newton descent method four kinds of iterative methods for solving nonlinear equation x5-3x3+ x
  3. 所属分类:Algorithm

    • 发布日期:2017-04-16
    • 文件大小:458923
    • 提供者:陈博灿
  1. 2

    0下载:
  2. 牛顿迭代法及其二分法的实验编程,适合初学者使用。-Newton iteration method and its experimental programming dichotomy, suitable for beginners.
  3. 所属分类:Algorithm

    • 发布日期:2017-04-07
    • 文件大小:602
    • 提供者:qqq
  1. paixu

    0下载:
  2. 对文件中的大量数据进行排序,有二分法,快速,锦标赛排序等-Large amounts of data in the document sort, a dichotomy, fast, tournament ranking
  3. 所属分类:Data structs

    • 发布日期:2017-04-13
    • 文件大小:3543
    • 提供者:菜菜
  1. hanshuxunyou

    1下载:
  2. 对一个三次函数寻找最优解(最小值),分别使用全局搜索法、二分法、黄金分割法和斐波那契法共四种方法寻优。函数可在程序中自行指定,有gui界面。-A cubic function to find the optimal solution (minimum), respectively, using a global search method, dichotomy, golden section and Fibonacci optimization method a total of four me
  3. 所属分类:matlab

    • 发布日期:2015-07-05
    • 文件大小:18432
    • 提供者:尚凯
  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. Order

    0下载:
  2. 操作系统实验中各种排序方法(希尔,二分法,等等)-Various sorting methods (Hill, dichotomy, etc.)
  3. 所属分类:Data structs

    • 发布日期:2017-04-06
    • 文件大小:3677
    • 提供者:肖大宝
  1. erfen

    0下载:
  2. 此程序是用二分法求非线性方程在一定精度下的近似解以及迭代次数,这是通用程序-This program is the dichotomy of nonlinear equations in the approximate solution under certain precision and number of iterations, which is a universal program
  3. 所属分类:matlab

    • 发布日期:2017-03-29
    • 文件大小:971
    • 提供者:张靖
« 1 2 3 4 5 67 8 9 10 11 12 13 »
搜珍网 www.dssz.com