搜索资源列表
binarysearch
- 这是一个关于二分查找的程序,有兴趣的可以下载砍一下我想就是这些了.
Algorithms
- 一个简单的二分查找!java语言实现,适合于算法等课程的实验!
BinarySearch
- 用JAVA语言编写的一段代码,实现二分查找法,重要的是理解他的思想。
BinarySearch
- 基于Java的二分查找法,是数值计算方法实验用的代码。-Java-based binary search method, numerical method is experimental code.
JAVAcodefans.net
- 与数组相关的Java例子代码,比如测试数组、划分成绩等级、从方法中返回数组、二分查找法、求二维数组的长度、-Associated with an array of Java code examples, such as testing the array, divided into Grade, from the method returns an array, binary search, find the length of two-dimensional array,
Selection
- 一个java源代码,实现二分查找,查找量是100个数,代码不长,易懂的-A java source code, to achieve binary search to find the volume number is 100, the code is not long, easy to understand
Doc1
- 根据IP找地址的java实现,能将\t分隔的ip,地址格式(起始IP\t结束IP\t国家\t地区\n)转化为升序的二进制格式,通过二分查找能在50-150ms内找到对应IP的地址信息. -Look under the IP address of the java implementation, can \ t separated ip, address format (starting IP \ t end of the IP \ t State \ t region \ n) into
TestShape
- 设计一个类Shape,包括3个protected方法,分别是计算形状的周长和面积,以及比较面积大小。设计类Rectangle和Circle,分别表示矩形和圆,它们都是Shapes的子类。编写测试类,其中包含一个通用的排序程序和一个通用的二分查找程序(自己写代码实现),能对这二种类型的数组进行排序并查找指定的对象。
erfen.zip
- java二分查找 据说不到10 程序员会二分查找,java binary search is said that less than 10 of programmers binary search
algorithm
- 一些经典算法的java实现:包括:二分查找,最优二搜索树,编辑距离,哈夫曼树,最长公共子序列,矩阵连乘问题,最短路径优先-Some classic algorithm java implementation: including: binary search, and optimal two search tree, the edit distance Huffman tree, the longest common subsequence matrix multiplicative Short
sort
- 选择排序,冒泡排序,插入排序,快速排序,二分查找,模式匹配。-Selection sort, bubble sort, insertion sort, quick sort, binary search, pattern matching.
BinnarySearch
- 二分查找,简单初学java程序,可以下载使用,-binary search
BinarySearch_java
- 用java语言实现的一个二分查找的程序,我们都知道二分查找的实现是很容易写错的,因此大家可以看一看。-Using java language of a binary search process, we all know that binary search is very easy to achieve wrong, so we can look at.
SortedIntArray
- 具有排序数组的类SortedIntArray search方法运用二分查找算法:在给定的数组范围内查找某一元素,如果存在,返回元素所在的下标位置,如果不存在,则返回元素应该在的位置(如果要将此元素插入到数组中,且保持数组仍然有序的位置) 将此功能与插入功能相结合,实现对数组元素进行排序。 -Sort an array with the class SortedIntArray search method using binary search algorithm: given an
44
- 现有一个接口DataOperation定义了排序方法sort(int [])和查找方法search(int[], int),已知类QuickSort的quickSort(int [])方法实现了快速排序算法,类BinarySearch的binarySearch(int[], int)方法实现了二分查找算法。现使用适配器模式设计一个系统,在不修改源代码的情况下将类QuickSort和类BinarySearch的方法适配到DataOperation接口中。-An existing interface
sceondquestion
- 用递归的方法进行二分查找法,查找某个数是否存在数组中饭-Using recursive binary search method, to find whether there is an array of lunch a few
Binary
- 在计算机科学中,折半搜索,也称二分查找算法、二分搜索,是一种在有序数组中查找某一特定元素的搜索算法。-In computer science, a binary search or half-interval search algorithm finds the position of a specified input value (the search "key") within an array sorted by key value.
binarySearch
- java实现的二分查找算法,包括binarySearch方法及用于测试的main函数。-binary search in java.
recursiveBinarySearch
- 二分查找的递归实现,包括源码及说明,源码中有两个重载的方法,说明文档说明设计思路及核心代码。-Recursive binary search.Including source code and the documentation.
binary-chop
- 二分查找,用到递归,此处要查找的的val值是一个特例,可换成数组中的一个数再验证-binary chop