搜索资源列表
erfensousuo
- 用二分搜索算法求x=2sinx的所有根,设计出具体的程序,使之能够动态演示搜索过程。
BinarySearch
- 用C语言实验数值计算中的二分搜索,含有代码及演示-Binary Search used C
Dichotomy-to-the-nonlinear-function
- 二分法是一种巧妙简单的非线性函数求解方法,也是一种通用的基础搜索方法。-Dichotomy is a clever and simple method for solving nonlinear function,as well as a generic base search method.