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

搜索资源列表

  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. Numerical

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

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

    0下载:
  2. 利用二分法求解非线性方程组(求解方程组而不是方程)-Use the dichotomy solve nonlinear equations (solving equations rather than equations)
  3. 所属分类:Algorithm

    • 发布日期:2017-04-30
    • 文件大小:290086
    • 提供者:苏打水
  1. dichtomy

    0下载:
  2. 二分法求特征值,编译即可运行,需要文件输入-Dichotomy method, the program can run successfully, you need a file for input
  3. 所属分类:Algorithm

    • 发布日期:2017-04-15
    • 文件大小:5438
    • 提供者:
  1. dichotomy.tar

    0下载:
  2. 二分图最佳匹配算法是通过给每个顶点一个标号来把求最大权匹配的问题转化为求完备匹配的问题的-Bipartite graph matching algorithm is optimal for each vertex by a reference to the right to seek the maximum matching problem and minimize the perfect matching problem
  3. 所属分类:Algorithm

    • 发布日期:2017-04-12
    • 文件大小:745
    • 提供者:刘金鑫
  1. method-of-interpolation

    0下载:
  2. 各种插值算法 1 拉格朗日插值(POLINT) 2 有理函数插值(RATINT) 3 三次样条插值(SPLINE(二阶导数值)) 4 有序表的检索法(LOCATE(二分法), HUNT(关联法)) 5 插值多项式(POLCOE(n2), POLCOF(n3)) 6 二元拉格朗日插值(POLIN2) 7 双三次样条插值(SPLIE2)-Various interpolation algorithm 1 Lagrange Interpolation (POLINT)
  3. 所属分类:Algorithm

    • 发布日期:2017-04-15
    • 文件大小:5436
    • 提供者:lin
  1. erfenfa

    0下载:
  2. 数学计算,最优化方法,在matlab上用二分法进行函数最优化-use the dichotomy to do function optimization
  3. 所属分类:Algorithm

    • 发布日期:2017-05-01
    • 文件大小:11567
    • 提供者:何海彬
  1. erfenfa--bisect

    0下载:
  2. 这是二分法求非线性方程的根的程序,即若f(x)=0在[a,b]内有唯一实根且f(a)f(b)<0,求其根的程序。-This is the root of nonlinear equations dichotomy of program, that is, if f (x) = 0 in [a, b] there are the only real roots and f (a) f (b) < 0, find its root procedure.
  3. 所属分类:Algorithm

    • 发布日期:2017-04-30
    • 文件大小:23966
    • 提供者:许婷
  1. dichotomy

    0下载:
  2. 实就是一种通过不断的排除不可能的东西,来最终找到需要的东西的一种方法.所以可以理解成排除法.之所以叫二分-It is a way of finding out what is in need of something that is not possible, so that it can be understood as a division.
  3. 所属分类:Algorithm

    • 发布日期:2017-05-04
    • 文件大小:5012
    • 提供者:程一琳
  1. dichotomy

    0下载:
  2. 此算法主要用于对一组排列有序的数字进行查找,因为每查询一次,即可排除一半。-This algorithm is mainly used for a set of numbers arranged in order to find, because each query once to exclude half.
  3. 所属分类:Algorithm

    • 发布日期:2017-05-04
    • 文件大小:282645
    • 提供者:张博
  1. Method-Dihotomii

    0下载:
  2. dichotomy method, mathematical optimization
  3. 所属分类:Algorithm

    • 发布日期:2017-06-03
    • 文件大小:14872603
    • 提供者:Melaaro
  1. ERFENFA

    0下载:
  2. 通过二分法的程序方法来求解难于计算的方程-By dichotomy method to solve the program difficult to calculate the equation
  3. 所属分类:Algorithm

    • 发布日期:2017-05-05
    • 文件大小:12689
    • 提供者:李小龙
  1. Binary method for solving equations

    0下载:
  2. 在通过画图已知解的范围的基础上使用二分法解任意方程的准确解的简单代码(A simple code that solves the exact solution of an arbitrary equation by using the dichotomy based on the range of the known solution.)
  3. 所属分类:数学计算

    • 发布日期:2018-05-04
    • 文件大小:186368
    • 提供者:翔龙御云
  1. sumluicalinterpolation

    0下载:
  2. 几个数值算法,二分法,分段线性插值,复合梯形法(Several numerical algorithms, dichotomy, piecewise linear interpolation, composite trapezoid method)
  3. 所属分类:数学计算

    • 发布日期:2019-09-29
    • 文件大小:4096
    • 提供者:fquipiow
« 1 2 3 4 5 6»
搜珍网 www.dssz.com