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

搜索资源列表

  1. rengelookup_list_4

    0下载:
  2. 本人学习C语言链表时的简单使用。实现二分法的查找功能。-I learn the C language linked list is simple to use,Dichotomy of the Find feature .
  3. 所属分类:Data structs

    • 发布日期:2017-04-02
    • 文件大小:206810
    • 提供者:luminglong
  1. erfenfa

    0下载:
  2. 排序算法之二分法查找算法,注意和其他算法的区别及其独特之处-The dichotomy of the sorting algorithm to find the algorithm, attention and other algorithms, the difference between its unique
  3. 所属分类:CSharp

    • 发布日期:2017-04-06
    • 文件大小:574
    • 提供者:andy
  1. zuixiaoerchengfa-

    0下载:
  2. 利用matlab编写的利用二分法求解g(x)=0的解法.m-Using Matlab prepared dichotomy to solve g (x) = 0 solution. M
  3. 所属分类:matlab

    • 发布日期:2017-04-10
    • 文件大小:560
    • 提供者:liyunzhao
  1. aitejin

    0下载:
  2. 埃特金二分法,是对简单的二分法一种改进,程序简单-Aitken dichotomy improvement, the simple dichotomy of a simple procedure
  3. 所属分类:Voice Compress

    • 发布日期:2017-04-06
    • 文件大小:102016
    • 提供者:刘炫璋
  1. ddhrt

    0下载:
  2. 二分法求解非线性方程的程序,学习数值计算的入门资料-Dichotomy for solving nonlinear equations program, learning the numerical calculation of the introductory information
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-04-08
    • 文件大小:919
    • 提供者:syt
  1. bisection-method

    0下载:
  2. 利用二分法求解函数的初值问题,有多个二分法在matlab中实现。可供参考-The dichotomy solving the initial value problem of the function, multiple dichotomy in Matlab. For reference
  3. 所属分类:matlab

    • 发布日期:2017-04-03
    • 文件大小:7805
    • 提供者:chocolate
  1. For-approximate-root

    0下载:
  2. 用递推式法求解;用二分法,牛顿迭代法,迭代法求解方程的近似根-Using recursive method for solving with the dichotomy, Newton iteration method, iteration method for solving the approximate root
  3. 所属分类:matlab

    • 发布日期:2017-03-29
    • 文件大小:16678
    • 提供者:龙在
  1. Delphi-2fenfa

    0下载:
  2. “二分法”表面看上去公正、全面,实际可能走向极端的分立思维,许多客观事物不能简单的二分,可能其内在具有复杂的联系,一旦坚持二分,结果倒失去了客观、全面的基础。 -" Dichotomy" surface looks fair, comprehensive, and practically possible toward the extreme separation of thinking, many objective things can not be simple, may
  3. 所属分类:Delphi VCL

    • 发布日期:2017-03-30
    • 文件大小:167323
    • 提供者:黄大仙
  1. biresearch

    0下载:
  2. matlab中的二分法使用,是一个函数,能用在任何m文件中-matlab dichotomy use is a function that can be used in any m file
  3. 所属分类:MiddleWare

    • 发布日期:2017-11-24
    • 文件大小:776
    • 提供者:chenji
  1. BinSolve

    0下载:
  2. 利用二分法对非线性方程进行数值计算。具有可靠性高的优点。-The dichotomy numerical calculation of nonlinear equations. With high reliability.
  3. 所属分类:Algorithm

    • 发布日期:2017-03-31
    • 文件大小:889
    • 提供者:非物
  1. Otsu-method

    0下载:
  2. 申铉京等提出三维直方图重建和降维的Otsu阈值分割算法。通过重建三维直方图,减弱了噪声干扰,将三维直方图区域划分由八分法改为二分法,使得阈值搜索的空间维度从三维降低到一维。-Shin Hyun Beijing and proposed a three-dimensional histogram reconstruction and dimensionality reduction of the Otsu threshold segmentation algorithm. Weakened by
  3. 所属分类:Special Effects

    • 发布日期:2017-03-30
    • 文件大小:731281
    • 提供者:朱磊
  1. myNeff_2fen

    0下载:
  2. 用二分法求波导有效折射率,对初学者很有帮助-Dichotomy seeking waveguide effective refractive index
  3. 所属分类:matlab

    • 发布日期:2017-04-09
    • 文件大小:676
    • 提供者:lianglei
  1. erfenfa

    0下载:
  2. 波尔查诺二分法,区间半分法,matlab调用函数-The dichotomy of Bolzano, the range of half of France, the Matlab function is called
  3. 所属分类:matlab

    • 发布日期:2017-04-03
    • 文件大小:535
    • 提供者:雨山
  1. fat

    0下载:
  2. 有一堆人他们分别有不同的质量,用二分法将他们分成质量相当的两组-There are a bunch of people each with a different quality dichotomy, they are divided into two groups of considerable quality
  3. 所属分类:Data structs

    • 发布日期:2017-04-06
    • 文件大小:715
    • 提供者:shelley
  1. paixu2

    0下载:
  2. 输入一组数,快速排序,然后查找某个数,利用二分法查找-Enter a number, quick sort, and then find a number, use dichotomy to find
  3. 所属分类:Other systems

    • 发布日期:2017-04-03
    • 文件大小:728
    • 提供者:sww
  1. VC_numerical_analysis

    0下载:
  2. 本人写的关于数值分析的源码,使用VC6.0开发,对于学习数值分析的朋友会有很大帮助。主要有:牛顿法、二分法、改进欧拉、高斯赛德尔迭代、高斯消去法、拉格朗日插值、龙贝格算法、龙格库塔、牛顿插值、雅可比迭代、约当消去法。-I write about the numerical analysis of the source code, using VC6.0 development, and friends will be very helpful for learning numerical ana
  3. 所属分类:Algorithm

    • 发布日期:2017-05-04
    • 文件大小:1288754
    • 提供者:afei
  1. 121

    0下载:
  2. 牛顿法和二分法- Newton' s law and the dichotomy
  3. 所属分类:Algorithm

    • 发布日期:2017-12-09
    • 文件大小:1134
    • 提供者:
  1. sss

    0下载:
  2. matlab基础中课后习题,一个非常简单的MATLAB小程序,用二分法求根-matlab based after-school exercise in a very simple little program MATLAB, with the dichotomy Roots
  3. 所属分类:matlab

    • 发布日期:2017-04-07
    • 文件大小:8334
    • 提供者:maomao
  1. solve-the-equation-root

    0下载:
  2. Dichotomy method to solve the equation root Microsoft Visual Studio Solution File, Format Version 11.00 # Visual Studio 2010 Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "二分法求解方程的根", "二分法求解方程的根\二分法求解方程的根.vcxproj", "{D9669C97-34C5-4009
  3. 所属分类:Console

    • 发布日期:2017-11-02
    • 文件大小:4704648
    • 提供者:bianyali
  1. erfenfa

    0下载:
  2. 数值分析中的非线性方程和方程组的数值解法中的二分法的c实现。-C-value dichotomy in the numerical solution of nonlinear equations and systems analysis.
  3. 所属分类:Algorithm

    • 发布日期:2017-11-28
    • 文件大小:292282
    • 提供者:lee
« 1 2 ... 9 10 11 12 13 1415 16 17 18 19 ... 22 »
搜珍网 www.dssz.com