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

    0下载:
  2. 用二分法和线性查找法对数组进行查找,并且算出时间。-With the dichotomy and the linear search method to find the array, and calculate the time.
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-09
    • 文件大小:825
    • 提供者:ruirui
  1. ad

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

    • 发布日期:2017-03-27
    • 文件大小:32078
    • 提供者:王斌
  1. c

    0下载:
  2. 二分法(折半)插入排序:在已排好序的序列中使用二分法查找插入位置,找到后移动其后记录插入新记录。-Dichotomy (binary) insertion sort:In the series have been sequenced use dichotomy search into position,after finding a new record record insertion by moving.
  3. 所属分类:File Formats

    • 发布日期:2017-04-07
    • 文件大小:562
    • 提供者:刘丹
  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. Dichotomy

    0下载:
  2. 能有效的解线性方程组,并且求解的速度较快。-Effective solution of linear equations, and solving speed.
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-05
    • 文件大小:2004
    • 提供者:wanghefei
  1. paixu

    0下载:
  2. 将直接插入、二分法排序、Shell排序、直接选择、冒泡排序、快速排序、堆排序、基数排序合并在程序中,由用户自由选择使用何种排序方式-Will be directly inserted, the dichotomy sort, Shell sort, direct selection, bubble sort, quick sort, heap sort, radix sort merge in the program, by the user the freedom to choose what
  3. 所属分类:Other systems

    • 发布日期:2017-04-05
    • 文件大小:3330
    • 提供者:quiq
  1. dichotomy

    0下载:
  2. 用二分法求x3-x-1=0,ε=10-5. 选择适当的算法,在计算机上实现问题的求解 -With the binary method x3-x-1 = 0, ε = 10-5. Select the appropriate algorithm, implemented on a computer to solve the problem
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-04
    • 文件大小:52805
    • 提供者:古月
  1. dichotomy

    0下载:
  2. 用复合梯形公式逐步分半算法(步长自动选择),计算∫ x/sinxdx,精度要求为e=10-5,-Composite trapezoid formula and gradually half algorithms (step automatic selection), calculate ∫ x/sinxdx, accuracy requirements for e = 10-5,
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-16
    • 文件大小:24358
    • 提供者:古月
  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. searchmethod

    0下载:
  2. 在数据结构中实现查找(顺序、二分法、二叉排序树、哈希)-n data structures, in order for (dichotomy, binary sort tree hash)
  3. 所属分类:software engineering

    • 发布日期:2017-04-17
    • 文件大小:478171
    • 提供者:曾经
  1. code1

    0下载:
  2. 键盘任意输入一组字母或数字生成无序数组,对数组按ASCII顺序进行排序(排序要求至少用两种排序算法),再从键盘输入一个值进行二分查找,返回查找成功或者失败的信息-Keyboard input and a group of letters, or any number of arrays, and generate disordered array sort order according to the ASCII at least two requirements (sort of), sor
  3. 所属分类:Document

    • 发布日期:2017-04-01
    • 文件大小:13227
    • 提供者:pine
  1. netway-2

    0下载:
  2. 网格二分法求函数极值问题,通过不断的分格逼近,取得近似值-Grid dichotomy demand function extremum problem, through the constant sub-grid approximation to obtain approximate
  3. 所属分类:Grid Computing

    • 发布日期:2017-04-01
    • 文件大小:2285
    • 提供者:spark
  1. MultiThreadMergeSort

    0下载:
  2. 在vc++环境下利用多线程实现的二分法排序-In vc++ environment using multiple threads to achieve sort of dichotomy
  3. 所属分类:Process-Thread

    • 发布日期:2017-05-15
    • 文件大小:4080876
    • 提供者:L
  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 2 ... 5 6 7 8 9 1011 12 13 14 15 ... 22 »
搜珍网 www.dssz.com