CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 搜索资源 - dichotomy

搜索资源列表

  1. bisect

    0下载:
  2. 运用fortran90编写二分法求解线性方程的程序-Fortran90 prepared using procedures for solving linear equations dichotomy
  3. 所属分类:Other systems

    • 发布日期:2017-05-03
    • 文件大小:700563
    • 提供者:雪之殇
  1. progamming

    0下载:
  2. 各种算法比如矩阵鞍点,分划,n阶乘,螺旋阵,穿越沙漠,二分法求解方程,百鸡问题,残缺棋盘,贪心法删数,矩阵乘法动态规划。。。等等,亲测可以运行。-Various algorithms such as matrix saddle point, partition, n factorial, spiral array, through the desert, the dichotomy solve the equations, one hundred chicken issue, incomplet
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-04-30
    • 文件大小:248072
    • 提供者:张潇
  1. matlab

    0下载:
  2. Matlab 二分法以及simpson公式的数值计算程序,适用于数值方法以及矩阵分析。-Matlab dichotomy and numerical calculation program simpson formula for matrix analysis and numerical methods in.
  3. 所属分类:mathematica

    • 发布日期:2017-04-13
    • 文件大小:1692
    • 提供者:木子李
  1. erfensousuo

    0下载:
  2. 二分搜索法 其中包含三个文件 在求解时有时候直接求其解析解太难 用二分法 快速搜索 并保证其一定的精度-Binary search algorithm to find the optimal solution by dichotomy
  3. 所属分类:matlab

    • 发布日期:2017-04-14
    • 文件大小:2679
    • 提供者:guli
  1. CM_Exp4

    0下载:
  2. x-2sin(x)=0,利用二分法,牛顿法进行设计,画图通过c#语言-x-2sin (x) = 0, Designing with the dichotomy, Newton method, drawing by c# language
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-04-30
    • 文件大小:181710
    • 提供者:童杰
  1. erfgenfa

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

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

    0下载:
  2. 计算方法的七个典型程序。全部都有。拉格朗日插值.cpp 二分法.cpp 高斯.cpp 高斯-赛德尔.cpp 龙贝格.cpp 龙格库塔.cpp 牛顿迭代.c-Method of calculation of the seven typical program. All of them. Lagrange interpolation. Cpp dichotomy. Cpp Gaussian. Cpp Gauss- Seidel. Cpp Rhomberg. Cpp Runge-Kutta. Cpp
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-04-14
    • 文件大小:3830
    • 提供者:bi73951
  1. central_difference

    0下载:
  2. MATLAB 二分法求解多自由度体系结构动力响应-MATLAB dichotomy solve the multi- freedom System Structural Dynamic Response
  3. 所属分类:matlab

    • 发布日期:2017-04-12
    • 文件大小:603
    • 提供者:Dibg
  1. dichtomy

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

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

    0下载:
  2. 能够实现起泡法,二分法,堆排序,插入排序,选择排序,快速排序六种方法对100个数进行排序的时间空间复杂度进行比较-To achieve foaming method, dichotomy, Heap Sort, Insertion Sort, Selection Sort, Quick Sort six methods on 100 the number of sort of time and space complexity comparison
  3. 所属分类:Embeded Linux

    • 发布日期:2017-04-15
    • 文件大小:7280
    • 提供者:mae9ueuu
  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. 把函数f(x)的零点所在的区间[a,b](满足f(a)●f(b)<0)“一分为二”,得到[a,m]和[m,b]。根据“f(a)●f(m)<0”是否成立,取出零点所在的区间[a,m]或[m,b],仍记为[a,b]。所对得的区间[a,b]重复上述步骤,直到包含零点的区间[a,b]“足够小”,则[a,b]内的数可以作为方程的近似解。- dichotomy
  3. 所属分类:MPI

    • 发布日期:2017-04-12
    • 文件大小:520
    • 提供者:wudan
  1. erfenfa

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

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

    0下载:
  2. 用简单的算法来排序,如冒泡法、二分法,而且里面有计时器设计-With a simple algorithm to sort, such as bubble method, dichotomy, and there are timer design
  3. 所属分类:Other systems

    • 发布日期:2017-05-01
    • 文件大小:464018
    • 提供者:谢倩
  1. search103

    0下载:
  2. 用二分法查找快速定位到所要查找的数据位置-With the dichotomy search to quickly navigate to the location of search data
  3. 所属分类:ADO-ODBC

    • 发布日期:2017-04-13
    • 文件大小:2453
    • 提供者:hhzvz630hua
  1. search103

    0下载:
  2. 用二分法查找快速定位到所要查找的数据位置-With the dichotomy search to quickly navigate to the location of search data
  3. 所属分类:ADO-ODBC

    • 发布日期:2017-04-13
    • 文件大小:1993
    • 提供者:pdomoouyuda
  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. Search

    0下载:
  2. 用c语言实现的二分查找法,用c语言实现的二分查找法-dichotomy program
  3. 所属分类:Other windows programs

    • 发布日期:2017-05-26
    • 文件大小:8766389
    • 提供者:红莲
  1. erfenfa

    1下载:
  2. 二分法求根,可以通过输入待求的方程,并给出两个参考点,即可求出该两点之间的根-The dichotomy roots, through the input of equations to solve, and give two reference points can be obtained by the two root
  3. 所属分类:Other windows programs

    • 发布日期:2016-08-03
    • 文件大小:689152
    • 提供者:Ming Yu
« 1 2 ... 14 15 16 17 18 1920 21 »
搜珍网 www.dssz.com