文件名称:Binary-Search
介绍说明--下载内容均来自于网络,请自行研究使用
function Binary_Search(L,a,b,x)
begin
if a>b then return(-1)
else begin
m:=(a+b) div 2
if x=L[m] then return(m)
else if x>L[m]
then -function Binary_Search (L, a, b, x) begin if a
begin
if a>b then return(-1)
else begin
m:=(a+b) div 2
if x=L[m] then return(m)
else if x>L[m]
then -function Binary_Search (L, a, b, x) begin if a
(系统自动生成,下载前可以参看下载内容)
下载文件列表
Binary-Search.doc