搜索资源列表
二分法.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
二分查找法
- 汇编语言上机第三题:二分查找法,算法是等同于C语言数据结构中的算法.-assembly language on the plane Q3 : two searching method, the algorithm is equivalent to the C language data structure of the algorithm.
图形方式的二分查找程序
- 在TC 中用图形方式演二分法查找程序,可以作为学生的教学用。很形象啊-TC used in the graphic speech dichotomy tracing procedure can be used as a teaching students. Ah very image
二分覆盖程序
- 二分覆盖算法的贪婪算法解决。使用dephi编译。使用了贪婪算法。-two hours covering algorithm to solve the greedy algorithm. Dephi use compiler. Use the greedy algorithm.
编译原理 二分查找
- 编译原理的二分查找
递归二分法.
- 递归二分法.
二分法.rar
- 一个二分法查找的图形演示程序, A dichotomy search graph demonstration program
二分法查找算法C源码
- 此程序可实现二分查找算法,采用的是C编程。(This procedure can achieve two points search algorithm, using C programming.)
插入排序和二分查找
- 简单的插入排序和二分查找实现,使用的是C++来实现,可使用GCC来编译(Simple insertion sort and two point search implementation)
二分区间检索
- 基于二分查找的二分区间检索,能根据输入一段区间进行查找(Search between two partitions based on two point lookup can be searched according to an interval of input)
二分法
- 二分法求函数根,任意有解析式的函数,并可以设置制定精确度(The dichotomous method is used to find the function root, and there is an analytic function.)
基于二分查找的有序符号表
- 基于平行数组与二分查找的有序符号表是《算法》中的经典查找算法,本程序使用 Python 语言,实现有序符号表。 ST.py 包含两个类,ST 和 OrderedST。 ST是无序的符号表,基于链表实现。按照顺序将键值对插入链表。 OrderedST 则是基于平行数组的有序符号表。在进行查找的时候,使用 二分查找 算法。(The ordered symbol table based on parallel array and two point lookup is the classic
二分法求一元三次方方程解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)
二分检索
- 实现二分检索算法,在vs2015上运行。文件包含整个项目(Implement binary search algorithm, run on vs2015.)
二分排序
- 简单的C 二分排序是从数据结构与C语言某本书中随手实现的。因为没有特别大的代码(binary search ,a easy code,very easy)
6非线性方程的数值解法—二分法
- 使用matlab编写了二分法的函数,并通过例子进行了验证。(The function of dichotomy is written by MATLAB, and is verified by examples.)
二分查找与分制算法
- 二分查找与分制算法题解常见题型解决方案2018_3_18(Binary search and division algorithm)
像元二分法计算植被覆盖度
- 使用像元二分法计算植被覆盖度。首先,基于掩模后的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