搜索资源列表
二分法.rar
- 一个二分法查找的图形演示程序
二分法、简单迭代法、牛顿迭代法收敛比较
- 用C语言来实现。二分法,简单迭代法矣牛顿迭代法这三种方法来求非线性的方程的根,比较这三种的收敛性。-C language. Dichotomy, a simple iterative method Yi Newton iteration of these three methods for nonlinear equations root, comparing the convergence of three.
二分法的C实现
- 二分法的C实现,可以直接用于查找,有详细的例子-dichotomy C realized, can be directly used to locate a detailed example
二分法方程求根
- 二分法方程求根的经典算法-dichotomy of the classic algorithm
二分法求解非线性方程的根
- 实 验2 二分法求解非线性方程的根 计机系 041班 姓名:刘文杰 学号:200410714102 【实验内容】 1、方法介绍 (1)输入区间端点值a、b,步长h,及精度控制量ε1,若|f(a)|< ε1,则a为原方程的一个近似根,若|f(b)|< ε1,则b为原方程的一个近似根。 (2)以h为步长,将区间[a,b]分为两个等距的小区间[a,c],[c,b]。如果f(a)<0,f(c)>0,则根在[a,c]中,将区间[a,c]再分半,分点为
二分法.2366545415
- 用二分法求方程的根-dichotomy with the roots of Equation
二分法
- 数值算法 二分法-numerical algorithm dichotomy
数值分析二分法
- 数值分析中用C语言实现的二分法可以在TURBOC2中运行- the dichotomy in numerical value analyse with c can run in turboc2
递归二分法.
- 递归二分法.
二分法查找
- 二分法查找 二分法查找其实就是折半查找,一种效率较高的查找方法。针对有需数组来查找的。 主要思想是:(设查找的数组期间为array[low, high])
二分法查找元素
- 二分法查找元素
利用二分法求非线性方程的根
- 利用二分法求非线性方程的根,包括算法及Matlab函数文件。-The use of dichotomy roots of nonlinear equations, including the algorithm and Matlab function file.
二分法.rar
- 一个二分法查找的图形演示程序, A dichotomy search graph demonstration program
2分法
- 主要编写了一个二分法的代码模块,以及应用案例(The main preparation of a dichotomy of code modules, and application cases)
改进欧拉法-二分法-复化辛卜生公式
- 实现c语言的改进欧拉法,源文件没有任何修改(To achieve the improved Euler method in C language)
迭代法
- 五种迭代法解------非线性方程求根 分别采用了牛顿法、简易牛顿法、史蒂芬孙迭代法、二分法和割线法(The iterative method for solving nonlinear equations.)
二分法
- 二分法求函数根,任意有解析式的函数,并可以设置制定精确度(The dichotomous method is used to find the function root, and there is an analytic function.)
二分法求一元三次方方程解HS1101
- C语言二分法求一元三次方方程解,HS1101的频率-湿度关系(C language dichotomy for solving the solution of one element three square equation and the relationship between frequency and humidity of HS1101)
6非线性方程的数值解法—二分法
- 使用matlab编写了二分法的函数,并通过例子进行了验证。(The function of dichotomy is written by MATLAB, and is verified by examples.)
像元二分法计算植被覆盖度
- 使用像元二分法计算植被覆盖度。首先,基于掩模后的NDVI影像,统计5%和95%的像元值,带入像元二分法模型,进而计算植被覆盖度(Vegetation coverage was calculated by pixel dichotomy. Firstly, based on the masked NDVI images, 5% and 95% of the pixel values are counted, and then the pixel dichotomy model is introdu