搜索资源列表
二分法.rar
- 一个二分法查找的图形演示程序
图形方式的二分查找程序
- 在TC 中用图形方式演二分法查找程序,可以作为学生的教学用。很形象啊-TC used in the graphic speech dichotomy tracing procedure can be used as a teaching students. Ah very image
二分法
- 一个二分法查找的图形演示程序- A dichotomy search graph demonstration program
erfen-new
- 二分法搜索的程序实现-dichotomy Search Program
非线性方程求根
- 非线性方程求根 包括二分法、牛顿迭代法的matlab程序。-Root including nonlinear equations dichotomy of Newton iteration of Matlab procedures.
二分搜索法
- 要求随机关生一个序列,任意查找其中一个元素时,采用二分搜索法实现,并且还能显示查找次数。使用二分法首先要使序列列按从小到大排序,因此程序中还要有排序功能。- there is a random series ,when looking for any an element in this series,we can achieve this by the method of bisectional searching,also the
数值算法程序
- 这是一些数值算法的源程序,包括非线形方程的解法。(二分法,牛顿法)。线性代数方程组数值解法(包括,消去法,迭代法)-This is some numerical algorithm of the source, including non-linear equations method. (Dichotomy, Newton). Linear algebra equations Numerical Solution (including
binarysearchproject01
- 小程序,VC++处学者用的,关于二分法查找的 经典的BINARYSEARCH算法..不错哦-small program, VC scholar with the Department of the classic dichotomy in the search algorithm BINARYSEARCH .. Oh well
图形方式的二分查找程序
- 在TC 中用图形方式演二分法查找程序,可以作为学生的教学用。很形象啊-TC used in the graphic speech dichotomy tracing procedure can be used as a teaching students. Ah very image
ROOTBISE
- 计算方法中利用二分法求根的程序,有兴趣的看看研究下!-calculation method used dichotomy rooting procedures are interested in the study to see!
Bi_formula
- 二分法求方程的实根 很简单的一个程序 要不是为了下一个东西,我才不会上这么变态的网站!-dichotomy equation for the real roots of a very simple procedure but for the sake of the next one thing, I would not be such a metamorphosis on the website!
theSecond
- 这个程序分别用二分法,Newton法,弦截法,Newton下山法等算法求解非线性方程-this procedure were used dichotomy, Newton, String interception, Newton downhill law for solving nonlinear equations
erfenfa_c
- c语言实现二分法,由于计算过程的具体运算复杂,所以程序有点复杂-c language dichotomy, because the process of calculating the specific computational complexity, and so a bit complicated
efazzdzxys
- 简单的事例程序,二分法寻找数组中最大最小元素。-simple example procedures dichotomy for the largest array smallest elements.
erfenfaqiugen
- 这是用C语言编写的程序,内容是用二分法去求方程的根。-This is the C language prepared by the procedure, is seeking to use dichotomy equation roots.
2
- 这个程序用于计算方法中的二分法求解方程,用C语言编写-This procedure used to calculate the dichotomy method for solving equations, using C language
erfenfa
- 升序排列数组并用二分法查找所需元素 初学者的小程序 -Ascending order of the array and search the required elements of the dichotomy small program for beginners
BM
- 这是二分法程序。满足f(a)*f(b)<0d的f(x)在[a,b]区间的实根。 优点:1)程序简单; 2)对f(x)要求不高,收敛性好。-This is the dichotomy procedure. Satisfy f (a)* f (b)
非线性方程解法相关程序
- 用二分法以及迭代法求解非线性方程、非线性方程组的例子(An example of solving nonlinear equations and nonlinear equations by the dichotomous method and iterative method)
程序
- 比较迅速的二分法实现 平台为matlab 要求函数单调(process of bisection method on matlab)