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

搜索资源列表

  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. 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. 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 2 ... 4 5 6 7 8 910 11 12 13 14 ... 21 »
搜珍网 www.dssz.com