搜索资源列表
erfensousuo
- 用二分搜索算法求x=2sinx的所有根,设计出具体的程序,使之能够动态演示搜索过程。
二分搜索
- 数值算法,二分搜索演示-numerical algorithm, two hours search demonstration
HomeWork
- 用二分搜索算法找出两个有序数组的中位数。时间复杂度O(logn)
erfen
- 二分搜索算法,图形界面,动态实现搜索过程,挺不错的代码
erfensousuo
- 二分搜索算法程序源码,动态演示过程.JAVA源码.
ACM课件与算法分析
- 各种算法分析与学习 ACM比赛经验 二分图 图的着色问题与排队论 大数与数论 大数算法与组合数学算法 搜索与剪枝 数论算法 蛮力搜索 计算几何 贪心技术 赛题分析
二分搜索
- 数值算法,二分搜索演示-numerical algorithm, two hours search demonstration
折半查找
- 数据结构二分查找,演示了使用递归函数或者循环语句实现的二分查找算法,两种方法都使用了称为二分搜索的算法-data structure search for two hours to demonstrate the use of recursive function or loop is the realization of two searching algorithm, both methods are used as a two-S
Patterns_src
- 快速的基于LZW算法的匹配源码,用到了二分法搜索算法。-LZW algorithm based on fast matching source, using a dichotomy search algorithm.
erfensousuo
- 用二分搜索算法求x=2sinx的所有根,设计出具体的程序,使之能够动态演示搜索过程。-Using binary search algorithm for x = 2sinx all the roots, the specific procedure designed to enable dynamic demonstration searching process.
HomeWork
- 用二分搜索算法找出两个有序数组的中位数。时间复杂度O(logn)-Using binary search algorithm to find the two in an orderly array of the median. Time complexity O (logn)
erfen
- 二分搜索算法,图形界面,动态实现搜索过程,挺不错的代码-Binary Search algorithm, graphical interface, dynamic realize the search process, very good code
erfensousuo
- 二分搜索算法程序源码,动态演示过程.JAVA源码.-Binary Search Algorithm program source code, dynamic demonstration. JAVA source.
sort
- 快速排序 算法题 有运行结果 分治法思想 二分搜索技术-Quicksort Algorithm title run results are thinking of governance law dichotomy search technology
sousuo
- 算法分析与设计中的二分搜索算法代码,用来实现数字查找。-Algorithm Analysis and Design of the two sub-search algorithm code, used to achieve the number of search.
23456787654321
- 问题一:设a[0:n-1]是已排好序的数组。请改写二分搜索算法,使得当搜索元素x不在数组中时,返回小于x的最大元素位置i和大于x的最小元素位置j,当搜索元素在数组中时,i和j相同,均为x在数组中的位置。 问题二:采用分治策略实现对n个元素进行排序的合并排序算法,其基本思想是:将待排序元素分成大小大致相同的2个子集合,分别对2个子集合进行排序,最终将排好序的子集合合并成为所要求的排好序的集合。 问题三:给定n个矩阵{A1,A2,A
2fen
- 设a[1:n]是已经排好序的数组。该二分搜索算法,使得当搜索元素x不在数组中时,返回小于x的最大元素位置和大于x的最小元素位置j .当搜索元素在数组中时,i和j相同,均为x在数组中的位置。-Set a [1: n] is already sorted array. Please rewrite the binary search algorithm, so when the search for element x is not in
binsrch
- 设a[0:n-1]是一个已排好序的数组。请改写二分搜索算法,使得当搜索元素x不在数组中时,返回小于x的最大元素的位置I和大于x的最大元素位置j。当搜索元素在数组中时,I和j相同,均为x在数组中的位置-binsrch
616191算法作业
- 1.二分搜索技术2.最接近点对问题3.矩阵连乘问题4.电路布线5.单源最短路径Dijkstra算法6.最小生成树Prim算法7.最小生成树Kruskal算法C语言写的,全部能运行!(algorithm design assignment)
suanfazk
- 快速排序、合并排序、二分搜索算法程序。。。。(Fast sort, merge sort, two point search algorithm program)