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

搜索资源列表

  1. Bisect

    0下载:
  2. 二分法:求解方程f(x)=0在区间[a,b]内的一个根-Dichotomy: Solving equation f (x) = 0 in the interval [a, b] within a root
  3. 所属分类:Other systems

    • 发布日期:2017-04-05
    • 文件大小:550
    • 提供者:fish
  1. matlabchengxu

    0下载:
  2. 优化设计的一些基本方法,包括鲍威尔法,牛顿法,二分法等-Optimum design of some of the basic methods, including Powell' s method, Newton' s method, dichotomy, etc.
  3. 所属分类:MiddleWare

    • 发布日期:2017-04-01
    • 文件大小:466422
    • 提供者:zhaobo
  1. Newtonfangchengqiujie

    0下载:
  2. 运用数学二分法、牛顿迭代法方程求根,程序运行通过,满足效果-Dichotomy, Newton iteration equation Roots
  3. 所属分类:Algorithm

    • 发布日期:2017-04-10
    • 文件大小:1505
    • 提供者:zjjjjj
  1. Convex_hullAlgorithm

    0下载:
  2. 实用的凸包算法,包括计算点与水平线的夹角,二分法排序,找极点等。-A practical convex hull algorithm, including calculating angle of the point and horizontal line, dichotomy sort, looking for poles and so on.
  3. 所属分类:Graph program

    • 发布日期:2017-03-31
    • 文件大小:30243
    • 提供者:薛佳丽
  1. erfenfaqiujie

    0下载:
  2. 二分法求解跟 s=3*x*x*x-2*x*x+1 求解跟-Dichotomy solution with s = 3* x* x* x-2* x* x+1 solution with the
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-04-02
    • 文件大小:2696
    • 提供者:张超
  1. jiefangcheng

    0下载:
  2. 可以用二分法来解非线性方程解方程,简单的程序代码,虽简单,但很实用-Dichotomy can be used for solving nonlinear equations equation, a simple code, though simple, but very practical
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-03-29
    • 文件大小:602
    • 提供者:刘德莉
  1. 3

    0下载:
  2. 实现二分法求解方程。编写并使用以下函数: double SolveRoot(double(*pf)(double x),double a,double b,int n) 这里,pf指向一个函数f,f用来定义要求解的方程f(x)=0,a和b是未知解x的上下界(即a<=x<=b), n是循环次数。例如,如果f(x)=x*x-2,则SolveRoot (f,1,2,100)将返回1.414213562373095, 即方程为x*x=2的解。二分法的原理是反复地把区间分为两个
  3. 所属分类:Data structs

    • 发布日期:2017-05-07
    • 文件大小:1166080
    • 提供者:闻悦
  1. thedichotomyofequationroots

    0下载:
  2. 用二分法实现求方程根的,在c++环境下实现的。-Achieved with the dichotomy of equation roots, and in c++ environment achievable.
  3. 所属分类:CSharp

    • 发布日期:2017-03-24
    • 文件大小:8213
    • 提供者:张明
  1. erfenfa

    0下载:
  2. er二分法 er二分法 er二分法 er二分法 er二分法-er dichotomy er dichotomy er dichotomy er dichotomy er dichotomy er dichotomy dichotomy er dichotomy er dichotomy er
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-04-11
    • 文件大小:726
    • 提供者:嗷嗷嗷
  1. djhsajdh

    0下载:
  2. Gauss 消元法 — 不选主元 Gauss 消元法 — 列选主元. 插值法 lagrange .cpp 插值法 lagrange .cpp 二分法.txt 二分法和简单迭代法以及埃特金.txt 复化辛卜生公式.txt快速弦截法 gauss-seidel选代.txt牛顿迭代法.txt-Gauss elimination method- do not choose the principal component Gauss elimination method- principal c
  3. 所属分类:matlab

    • 发布日期:2017-04-02
    • 文件大小:7536
    • 提供者:贾斌
  1. erfen2010

    0下载:
  2. 编程实现二分法求解方程的解,完整的报告含截图-Programming dichotomy solving equations, the full report with screenshots
  3. 所属分类:Internet-Socket-Network

    • 发布日期:2017-04-08
    • 文件大小:18761
    • 提供者:gui jin yang
  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. 所属分类:Other windows programs

    • 发布日期:2017-04-03
    • 文件大小:3785
    • 提供者:wu
  1. daxiao

    0下载:
  2. 比较大小,使用二分法比较一组数组的大小,得出最小的两个数和最大的两个数-Comparing the size of the array using the dichotomy compare a group of the size of the smallest two numbers drawn and the largest of two numbers
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-06
    • 文件大小:144040
    • 提供者:vista
  1. goldensectiondichotomy

    0下载:
  2. 一个黄金分割法,可以运行,不过只是最终结果,想要中间过程就得自己想办法了,我也不会了。两个二分法可以-A golden section method, you can run, but only the final result, like the middle of the process would have their own ways, and I will not. 2 dichotomy can be
  3. 所属分类:matlab

    • 发布日期:2017-04-11
    • 文件大小:1515
    • 提供者:马庆昌
  1. Bisection_method

    2下载:
  2. 二分法求解任意代数方程,比如超越方程等等,最原始的方法,但是最可靠。 本文档是Mathematica的求解代码。用户可以修改本代码,提取适合自己的核心代码。-Dichotomy solving any algebraic equation, such as the transcendental equation and so on, the most primitive methods, but the most reliable. This document is the solution
  3. 所属分类:Algorithm

    • 发布日期:2017-03-26
    • 文件大小:1263
    • 提供者:he
  1. numerus

    0下载:
  2. 数值算法的相关算法实现,包括单点弦法迭代法 牛顿迭代法 二分法 拉格郞日插值 牛顿法插值等算法-Numerical algorithm related algorithms, including the single-point chord iteration Newton' s iteration method dichotomy Rugby Lang on Newton interpolation algorithm for interpolation
  3. 所属分类:Algorithm

    • 发布日期:2017-04-06
    • 文件大小:74544
    • 提供者:
  1. cut_sample

    0下载:
  2. 使用二分法对样本集进行剪辑,剪辑法的思想,就是将样本集分成训练集与考试集, 利用训练集样本对考试集的样本进行分类(使用近邻法),如果考试集中某个样本分类错误的话,将这个样本删除。在该函数中,使用最近邻法,只进行一次剪辑(遍历完考试集中的样本以后退出)。还有一种重复剪辑法(适用于样本比较多的情况),把样本随机分为多个样本集,将相邻的两个样本前一个作为考试集,后一个作为训练集,调用二分剪辑。所有的样本子集剪辑完毕以后,在递归调用,直到没有样本被剪辑掉,没得讲,重复剪辑的效果肯定好一些。 -Th
  3. 所属分类:matlab

    • 发布日期:2017-03-28
    • 文件大小:1114
    • 提供者:shihao
  1. bisection

    0下载:
  2. 本程序是用二分法计算方程的根,程序我验证过是正确的。-This procedure is the calculation equation of the root of the dichotomy, the program I have verified is correct.
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-08
    • 文件大小:672
    • 提供者:陈科技
  1. erfenfa

    0下载:
  2. 二分法的基本思想是通过计算隔根区间的中点,逐步缩小隔根区间,从而可以得到方程的近似值-The basic idea of dichotomy is separated by calculating the midpoint of the root zone, gradually narrowing the range across the root, so you can get an approximation of equation
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-04-02
    • 文件大小:1068
    • 提供者:小马
  1. title1

    0下载:
  2. 主要是解决了二分法的计算,针对不同的高阶方程,只要有根,就可以并行地将计算出其相应的根的运算,同时效率比一般算法高-Mainly to resolve the dichotomy of the calculation, for different order equation, as long as root, it can be calculated in parallel to the root of its corresponding operator, while higher effi
  3. 所属分类:MPI

    • 发布日期:2017-04-06
    • 文件大小:646
    • 提供者:童飞飞
« 1 2 ... 4 5 6 7 8 910 11 12 13 14 ... 22 »
搜珍网 www.dssz.com