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

搜索资源列表

  1. binSort.cpp.tar

    0下载:
  2. 这是一个二分法插入排序的算法源程序,算法被单独写成一个函数,希望对大家有用-This is a dichotomy insertion sort algorithm source code, algorithms are written as a separate function, I hope to be useful
  3. 所属分类:Data structs

    • 发布日期:2017-03-29
    • 文件大小:877
    • 提供者:
  1. numerical-methods

    0下载:
  2. 数值计算方法上机实验,包含牛顿迭代法、二分法等-On numerical methods for experiments, including Newton iteration, dichotomy, etc.
  3. 所属分类:Algorithm

    • 发布日期:2017-05-02
    • 文件大小:617288
    • 提供者:chen
  1. bisect

    0下载:
  2. 二分法的Matlab程序实现。求解非线性方程f(x)=0的问题。而方程f(x)是多项式或超越函数又分为代数方程或超越方程。-Dichotomy Matlab program. Solving nonlinear equations f (x) = 0 problems. The equation f (x) is a polynomial or a transcendental function is divided into algebraic equations or transcenden
  3. 所属分类:Algorithm

    • 发布日期:2017-04-05
    • 文件大小:629
    • 提供者:王军
  1. bisect_C

    0下载:
  2. 二分法的C程序实现。研究单变量非线性方程f(x)=0的二分法求解及此方法的收敛性,根据误差估计确定二分次数并进行求解。-Dichotomy of C program. Research univariate nonlinear equation f (x) = 0 dichotomy solving and convergence of this method to determine the binary frequency error estimate based on and solved
  3. 所属分类:Algorithm

    • 发布日期:2017-04-10
    • 文件大小:1259
    • 提供者:王军
  1. 2FEN--FA

    0下载:
  2. 运用程序解决二分法问题,得到更精确的值,节省人工计算时间-Use the program to solve the dichotomy problem, get a more accurate value
  3. 所属分类:Algorithm

    • 发布日期:2017-05-01
    • 文件大小:879880
    • 提供者:范庆斌
  1. yuanchengxu

    0下载:
  2. 上传的源程序是用matlab实现的二分法、牛顿迭代法、改进牛顿迭代法、最小二乘法等数值分析常用方法,简明易懂、结果正确。-Upload the source is achieved using matlab dichotomy of Newton iteration, improved Newton iteration method, numerical analysis commonly used method of least squares method, concise and easy
  3. 所属分类:matlab

    • 发布日期:2017-04-13
    • 文件大小:2499
    • 提供者:makangjian
  1. curve-fitting

    0下载:
  2. 计算方法中“曲线拟合”C语言编程实现。 1)通过对牛顿迭代法的编程练习,掌握方程求根的牛顿迭代法的算法; 2)通过对牛顿迭代法的上机运算,进一步体会牛顿迭代法的特点。-Calculation method " dichotomy" C language programming. 1) dichotomy of programming. 2) perform root zone and error limit comparisons
  3. 所属分类:Algorithm

    • 发布日期:2017-04-06
    • 文件大小:167604
    • 提供者:张银
  1. linear-equations

    0下载:
  2. 用二分法、迭代法和牛顿法解线性方程组的matlab算法-Dichotomy, iterative method and Newton method for solving linear equations matlab algorithm
  3. 所属分类:matlab

    • 发布日期:2017-04-11
    • 文件大小:1273
    • 提供者:陈伟锋
  1. diedai

    0下载:
  2. 数值分析,利用牛顿法、插值法、二分法、弦截法、史蒂芬森法求取非线性方程的根,运行时可选择任一方法进行求解方程,验证后完全可行-Numerical analysis, using Newton' s method, interpolation, dichotomy, Secant Method, Stephenson law to strike roots of nonlinear equations, you can choose any of the methods for solvin
  3. 所属分类:Algorithm

    • 发布日期:2017-04-24
    • 文件大小:294711
    • 提供者:zy
  1. bisectroot

    0下载:
  2. c语言编程用二分法实现方程根的求解过程。-C language programming dichotomy is used to implement process of solving the equation of the root.
  3. 所属分类:Algorithm

    • 发布日期:2017-04-11
    • 文件大小:1425
    • 提供者:danel
  1. er-fen-cha-ru

    0下载:
  2. 数据结构中的二分插入排序算法,简单明了。-Insert data structure dichotomy sorting algorithm, plain and simple.
  3. 所属分类:Data structs

    • 发布日期:2017-03-27
    • 文件大小:6227
    • 提供者:幻儿
  1. KMeans

    1下载:
  2. K-均值聚类算法,属于无监督机器学习算法,发现给定数据集的k个簇的算法。 首先,随机确定k个初始点作为质心,然后将数据集中的每个点分配到一个簇中,为每个点找距其最近的质心, 将其分配给该质心对应的簇,更新每一个簇的质心,直到质心不在变化。 K-均值聚类算法一个优点是k是用户自定义的参数,用户并不知道是否好,与此同时,K-均值算法收敛但是聚类效果差, 由于算法收敛到了局部最小值,而非全局最小值。 K-均值聚类算法的一个变形是二分K-均值聚类算法,该算法首先将所有点作为一个簇,然
  3. 所属分类:Algorithm

    • 发布日期:2017-04-13
    • 文件大小:2018
    • 提供者:iihaozl
  1. Quartic-equation-root

    0下载:
  2. 求一元四次方程的根,所用方法为二分法,系统内存占用较少-Find the root of a quartic equation, the method used for the dichotomy, less system memory footprint
  3. 所属分类:Algorithm

    • 发布日期:2017-04-12
    • 文件大小:1432
    • 提供者:李晓辉
  1. nonlinear-encoding

    0下载:
  2. C语言实现的一个小项目编程的例子,功能是实现非线性算法的编程,二分法、蒙特卡洛发等;不仅有助于学习算法编程,还可以学习C语言项目编程的方法,适用于初学者。编程环境是codeblocks.建议使用codeblocks打开程序。-An example of a small project of C programming language, the function is to achieve non-linear programming algorithm, dichotomy, Monte Ca
  3. 所属分类:Algorithm

    • 发布日期:2017-04-29
    • 文件大小:39231
    • 提供者:汪中华
  1. tuzi

    0下载:
  2. 采用二分法原理,利用matlab来进行狗追兔子的仿真。-Using the principle of dichotomy, which can simulate the dog chased the rabbit by matlab.
  3. 所属分类:matlab

    • 发布日期:2017-04-28
    • 文件大小:7704
    • 提供者:刘颖
  1. erfenfa

    0下载:
  2. 用二分法和简单迭代法计算 在[1,2]内的近似根,要求精度达到10-4和10-5,并给出二分和迭代的次数,分析和比较算法的效率差异,最后与理论估计的二分和迭代次数作比较。-Calculated by the dichotomy and simple iterative method in [1,2] within the approximate root, requiring precision 10-4 and 10-5, and gives two points and the number
  3. 所属分类:matlab

    • 发布日期:2017-04-28
    • 文件大小:13607
    • 提供者:张朋
  1. Numerical

    0下载:
  2. 一些数值计算的小程序,如变步长积分,拉格朗日插值,二分法-Some small numerical procedures, such as variable step integration, Lagrange interpolation, etc. dichotomy
  3. 所属分类:Algorithm

    • 发布日期:2017-04-28
    • 文件大小:86589
    • 提供者:杨静
  1. Block-search

    0下载:
  2. 用二分法建立索引表,在此基础上进行分块查找的算法,用c语言加以实现。-Indexing table with the dichotomy block search algorithm based on this, to be implemented by c language.
  3. 所属分类:Data structs

    • 发布日期:2017-04-12
    • 文件大小:887
    • 提供者:
  1. erfen

    0下载:
  2. 最优化方法及其MATLAB程序设计,针对非精确线搜索的方法,二分法-Optimization method and MATLAB program design, method for inexact line search, dichotomy
  3. 所属分类:matlab

    • 发布日期:2017-04-12
    • 文件大小:538
    • 提供者:jhon
  1. Solving-equation

    0下载:
  2. 用于方程求根的MATLAB程序。其中包括贝努利法求按模最小实根 用二分法求方程的一个根 用黄金分割法求方程的一个根 用不动点迭代法求方程的一个根 等-For solving equation MATLAB program. Which includes the minimum real root of Bernoulli Fa A root of a equation with dichotomy A root of the equation by golden sect
  3. 所属分类:matlab

    • 发布日期:2017-04-15
    • 文件大小:6699
    • 提供者:gaochenglin
« 1 2 ... 6 7 8 9 10 1112 13 »
搜珍网 www.dssz.com