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

搜索资源列表

  1. erfenfa

    0下载:
  2. 程序实现用二分法解高次方程,可以根据实际情况改变参数,解不太的方程-Solution using the dichotomy procedure to achieve high-equation parameters can be changed according to the actual situation, not solve the equation
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-16
    • 文件大小:179764
    • 提供者:汪小龙
  1. root

    0下载:
  2. 一个很小的程序,主要是用二分法求方程的根,适合初学者-A small program, the main dichotomy is the root of Equation for beginners
  3. 所属分类:Algorithm

    • 发布日期:2017-04-07
    • 文件大小:887186
    • 提供者:殇幻之星
  1. math_calculate

    0下载:
  2. 二分法,Newton迭代法和弦截法求方程根,并比较迭代次数。内含各种迭代法及数值加速方法的说明和比较。-Dichotomy, Newton iteration method for the equation of the root chord section, and compare the number of iterations. Includes a variety of accelerated iterative method and numerical descr iption of
  3. 所属分类:matlab

    • 发布日期:2017-04-02
    • 文件大小:8819
    • 提供者:李寻欢
  1. SciLabMatLab-code

    0下载:
  2. 为了提高部落只要看来fitnesse功能可以unimodal,我们需要一个明确的战略。这是一个(二分法)-In order to improve Tribes as long as it seems the fitnesse function may be unimodal, we need a specific strategy. Here is one (by dichotomy).
  3. 所属分类:matlab

    • 发布日期:2017-04-13
    • 文件大小:2647
    • 提供者:李晓
  1. Matlab-erfen-newton

    0下载:
  2. 二分法和牛顿法的matlab源代码,图像比较-Dichotomy, and Newton method matlab source code, including images
  3. 所属分类:matlab

    • 发布日期:2017-03-30
    • 文件大小:1522
    • 提供者:周萧潇
  1. Newton

    0下载:
  2. matlab newton法,二分法,迭代法,0.618法,进退法-matlab newton law dichotomy, iterative method, 0.618 law, advance and retreat method
  3. 所属分类:matlab

    • 发布日期:2017-03-31
    • 文件大小:2762
    • 提供者:周萧潇
  1. spg

    0下载:
  2. 1.对于f(x)=4/(1+x*x),计算[0,1]上的积分 2.用牛顿法求方程f(x)=x*(x+1)*(x+1)-1=0在0.4附近的根,精确至4位有效数字。 3.用二分法求方程f(x)=x*x*x-x*x-2*x+1=0在区间[0,1]内的1个实根,要求有3位效数字。-1.For f (x) = 4/(1 x* x), calculated [0,1] points 2.Newton method for the equation f (x) = x* (x+1)* (x+1)
  3. 所属分类:Algorithm

    • 发布日期:2017-04-06
    • 文件大小:1446
    • 提供者:111
  1. suanfashiyan

    1下载:
  2. 十个算法小程序:二分法、循环赛日程算法、归并分类算法、贪心算法、背包问题、最优装载、动态规划(多段图、0-1背包、资源分配问题)、回溯和分支限界法(子集和数问题)-Ten algorithm applet: dichotomy, round robin scheduling algorithms, merge classification algorithm, greedy algorithm, knapsack problem, the optimal loading, dynamic pro
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-05-13
    • 文件大小:3476384
    • 提供者:钟英
  1. 1020111

    0下载:
  2. 把学生的学号作为关键字进行二分法查询,而且能够以学号递增排序,可以以成绩递减排序-The number of students learning dichotomy as keyword queries , but also to learn numbers in ascending order , descending order can result
  3. 所属分类:Data structs

    • 发布日期:2017-04-10
    • 文件大小:1341
    • 提供者:周小
  1. bisect

    0下载:
  2. 二分法求解非线性方程的根,有详细中文注释和例程!-Dichotomy for solving nonlinear equations of the root, with detailed notes in Chinese and routines!
  3. 所属分类:matlab

    • 发布日期:2017-04-07
    • 文件大小:1539
    • 提供者:傅子熠
  1. 8

    0下载:
  2. 数值计算matlab 二分法 不动点 牛顿法等算法解非线性方程-Numerical calculation matlab Dichotomy fixed point Newton method algorithm for solving nonlinear equations
  3. 所属分类:Algorithm

    • 发布日期:2017-04-07
    • 文件大小:8015
    • 提供者:
  1. calculation-methods

    0下载:
  2. 牛顿下山法,不动点迭代,二分法。可以用来求解非线性方程,直接在matlab里面调用-Newton downhill method, fixed point iteration, dichotomy. Can be used to solve nonlinear equations, which is called directly in matlab
  3. 所属分类:Algorithm

    • 发布日期:2017-04-11
    • 文件大小:712
    • 提供者:luoyong
  1. cpp3

    0下载:
  2. exp(x)+10*x-2=0编程二分法求解过程-exp(x)+10*x-2=0Programming dichotomy solving process
  3. 所属分类:MPI

    • 发布日期:2017-04-13
    • 文件大小:1766
    • 提供者:Dou Zongqian
  1. Forecast-V1.0

    0下载:
  2. 一个基于二分法的虚拟足球预测球算法 平台:AIRCJ 4.0-An algorithm of virtual soccer forecast based on the dichotomy. Platform: AIRCJ 4.0
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-03-27
    • 文件大小:163054
    • 提供者:方珰
  1. cPP

    0下载:
  2. 求解方程各种方法 迭代法 牛顿迭代 二分法 都有 c++源文件 绝对正确-Solving the equation of a variety of methods iterative method Newton iterative dichotomy has C++ source file is absolutely correct
  3. 所属分类:Data structs

    • 发布日期:2017-04-11
    • 文件大小:1021
    • 提供者:远远
  1. Binary

    0下载:
  2. 用二分法解最高次是3的非线性方程,最基本简单的算法!-With dichotomy solution is the highest times three nonlinear equations,The most basic simple algorithm!
  3. 所属分类:Algorithm

    • 发布日期:2017-04-08
    • 文件大小:791
    • 提供者:lou
  1. (2)

    0下载:
  2. 各种基本算法代码 如排序算法,二分搜索,快速排序-Search the most simple dichotomy of the most basic the most effective search algorithm
  3. 所属分类:Data structs

    • 发布日期:2017-04-08
    • 文件大小:3966
    • 提供者:刘鹏
  1. acm

    0下载:
  2. 关于acm的基本输入输出 递归,分治,暴力求解得算法等课件-Search the most simple dichotomy of the most basic the most effective search algorithm
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-05-16
    • 文件大小:4256489
    • 提供者:刘鹏
  1. WinRAR

    0下载:
  2. 在C++中写出二分查找的代码,实现二分查找-Write the code search dichotomy
  3. 所属分类:Data structs

    • 发布日期:2017-04-14
    • 文件大小:2575
    • 提供者:ye zi
  1. yuwen1

    0下载:
  2. 实验题目 分治算法的应用 实验内容 1、 二分搜索算法实现; 2、 大整数乘法或Strassen矩阵乘法的实现。 -Experimental subject partition use of the algorithm The experiment content 1, search algorithm dichotomy 2, big integer Strassen multiplication or the realization of the matrix
  3. 所属分类:Data structs

    • 发布日期:2017-04-06
    • 文件大小:5639
    • 提供者:宇文
« 1 2 ... 8 9 10 11 12 1314 15 16 17 18 ... 22 »
搜珍网 www.dssz.com