搜索资源列表
Dimidiate
- 用Java实现的二分法函数迭代算法。个人认为做得不错。-using Java dichotomy function algorithm. Personally think is doing quite well.
jisuan01
- 二分法-dichotomy
BinarySearch
- 用JAVA语言编写的一段代码,实现二分查找法,重要的是理解他的思想。
java2ff
- 关于有序数组的二分法查找下标。经典入门java代码2分法例子。-Binary search on the ordered array subscr ipt. Introduction to the classic example of java code 2 points method.
IntervalBisectionMethod
- 中间二分法求解一元线性方程,用java语言实现。-Dichotomy between the java implementation for solving linear equations.
01Introduction
- java算法,主要是金融算法的实现,有具体的实现代码。包括中间二分法,牛顿算法等。-java algorithms, mainly the implementation of financial algorithms, there is a specific implementation code. Including Middle dichotomy, Newton algorithm.
BinarySearch
- 基于Java的二分查找法,是数值计算方法实验用的代码。-Java-based binary search method, numerical method is experimental code.
JosephRingtwosolutions
- 约瑟夫环的两种解决方案!一种思想来源于二分法,一种来源于链表!-Joseph Ring two solutions
Search50
- 随机生成100个0到200的整数,用二分法查找50是第几个数,输出查找过程。-100 randomly generated integers from 0 to 200, with a binary search the number 50 is the first of several output lookup process.
Pinyin1
- 汉字转拼音,使用二分法查找,不考虑多音字问题-Chinese convert to Pinyin, use binary search, without regard to multi-tone word problem
insertSort
- 自己编写的java代码,插入排序和二分法排序-I have written java code, insertion sort and binary search sort
Demo1
- 使用java实现的二分法查找算法,简单有效,值得期待。-Use java achieve the dichotomy search algorithm is simple and effective, it is worth the wait.
ArrayFind
- 用于实现数组元素的查找,同时对比普通查找和二分法两种方法-compare two different finding methods
wchy_agui
- 计算方法大作业源代码,实现了二分法,牛顿迭代法,高斯消去法,解三对角分解法,雅可比迭代法等10余个算法-Method to calculate the project source code, the realization of the dichotomy, Newton iterative method, gauss elimination, solving tridiagonal decomposition method, Jacobi iteration method and so on
wx3
- 使用Java语言编程,对数组进行二分法查找,文件中使用两个不同的函数分别对二分法查找做了体现。-Using the Java programming language, the array binary search, file lookup using two different functions do reflects on the dichotomy respectively.
JAVA
- 数值分析第一单元程序,二分法,割线法,牛顿法解决问题-Math analyse code
erfenfa
- 选择排序、二分法、插入法、泛型实现、图形化界面demo-Choose sorting, dichotomy, insertion method, generics, graphical interface demo
Finalwork
- 结合java图形界面编程实现了计算方法中的相关的算法,包含:雅可比迭代 高斯-塞德尔迭代 拉格朗日插值 主元素高斯消去 高斯-约当消去 牛顿插值 不含列主元高斯约当法 二次多项式拟合 一次多项式拟合 二分法 牛顿迭代 三次样条插值 三对角的追赶法-Combined with java GUI programming calculation method of the related algorithms, comprising: Jacobi iteration Gauss- Seidel it
package-chapter6
- java中数据的排序方式,包括冒泡排序,二分法排序等。-sort order
BinarySearch
- 通过Java实现用二分法排序并附带algs4包,他是一个很有用的例子(Through the Java implementation with dichotomy and with algs4 package, he is a very useful example)