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

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

    • 发布日期:2017-03-31
    • 文件大小:889
    • 提供者:非物
  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. 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. 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. Desktop

    0下载:
  2. 牛顿法和二分法,可以方便地用来求解非线性方程-Newton method and the dichotomy can be easily used for solving nonlinear equations
  3. 所属分类:Algorithm

    • 发布日期:2017-12-03
    • 文件大小:3866
    • 提供者:zeng
  1. 11

    0下载:
  2. 用二分法求解一元五次非线性方程的实数解,在高等电路学习中有很好的用途。-One yuan of five nonlinear equations dichotomy solving real solutions, there is a very good use in the higher circuit learning.
  3. 所属分类:Algorithm

    • 发布日期:2017-11-26
    • 文件大小:226623
    • 提供者:莫古
  1. Source1

    0下载:
  2. 求解非线性方程的二分法求解fortran源程序程序-Solving nonlinear equations, the dichotomy solving fortran source program
  3. 所属分类:Algorithm

    • 发布日期:2017-11-18
    • 文件大小:1111
    • 提供者:王芬涛
  1. newton

    0下载:
  2. 数值分析二分法、牛顿迭代法等方法的源程序,实验数据及实验结果-Source numerical analysis dichotomy, Newton iteration method and other methods, the experimental data and experimental results
  3. 所属分类:matlab

    • 发布日期:2017-12-02
    • 文件大小:3997
    • 提供者:刘三江
  1. numerical-calculation-method

    0下载:
  2. 数值计算的一系列方法的C程序实现(包括二分法、复合梯度法、牛顿下山法、龙格库塔法等主流方法)-The numerical calculation method of the C program (including the the mainstream dichotomy composite gradient method, Newton downhill method, Runge-Kutta method method)
  3. 所属分类:Algorithm

    • 发布日期:2017-11-11
    • 文件大小:8872
    • 提供者:西门庆
  1. Source1

    0下载:
  2. 二分法求解方程组的解向量,用于非线性方程组。-Dichotomy solution vector for solving equations of nonlinear equations.
  3. 所属分类:Algorithm

    • 发布日期:2017-11-15
    • 文件大小:1072
    • 提供者:ahshiyalei
  1. shau

    0下载:
  2. 设计直接插入排序、二分法插入排序、冒泡排序、快速排序、选择排序、二路归并排序算法,每个算法用一个函数实现; 3、 对于两种数据规模n=100000和n=1000000,随机产生十组整数,对于每一组数据,分别运用六种排序算法进行排序,记录其时间耗费(时间为秒) -Design direct insertion sort dichotomy insertion sort, bubble sort, quick sort, selection sort, way merge sort algo
  3. 所属分类:Data structs

    • 发布日期:2017-12-02
    • 文件大小:1759
    • 提供者:凌洛
« 1 2 ... 4 5 6 7 8 910 11 12 13 »
搜珍网 www.dssz.com