- 10
- 0
- 约小于1千字
- 约 2页
- 2017-08-25 发布于江苏
- 举报
#includestdio.h
#includestdlib.h
#define OK 1
#define ERROR 0
int Search_Bin(int score[],int length,int key)
{
int low,high,mid;
low=1;
high=length;
while(low=high)
{
mid=(low+high)/2;
if(score[mid]==key)
return mid;
else if(keyscore[mid])
high=mid-1;
else if(keyscore[mid])
low=mid+1;
}
return ERROR;
}
int main()
{
int score[11];
int length=10;
int key,index;
printf(创建查找表:\n);
for(int i=1;i=length;i++)
{
scanf(%d,score[i]);
}
printf(\n输入要查找的关键字\n);
scanf(%d,key);
if(Search_Bin(score,length,key))
{
index=Search_Bin(score,length,key);
printf(\n要查找的 %d 在表
您可能关注的文档
- 如何经营美容院.doc
- 如何撰写成功的企划案大纲.doc
- 软件工程导论课程设计-学生学籍管理系统.doc
- 软件工程复习题(2011复习题)new.doc
- 软件工程课程设计---工资管理系统.doc
- 软件公司高级人才培养体系建设方案.doc
- 软件开发文档模版.doc
- 软件流程与软件程序的例子-课设参考资料之一.doc
- 软件文档编写规定.doc
- 软件项目工程实施管理规范.doc
- 【强烈推荐优质内容】2026年苏州_行测_判断推理专项_高频精析_公务员考试资料.pdf
- 【强烈推荐优质内容】2026年苏州_行测_数量关系专项_高频精析_公务员考试资料.pdf
- 【强烈推荐优质内容】2026年浙江_申论_提出对策专项_高频精析_公务员考试资料.pdf
- 【强烈推荐优质内容】2026年苏州_行测_资料分析专项_高频精析_公务员考试资料.pdf
- 【强烈推荐优质内容】2026年浙江_科技生活常识_高频精析_公务员考试资料.pdf
- 【强烈推荐优质内容】2026年深圳_申论_大作文专项_高频精析_公务员考试资料.pdf
- 【强烈推荐优质内容】2026年深圳_行测_数量关系专项_高频精析_公务员考试资料.pdf
- 【强烈推荐优质内容】2026年深圳_行测_言语理解专项_高频精析_公务员考试资料.pdf
- 【强烈推荐优质内容】2026年上海_历年真题精解_高频精析_公务员考试资料.pdf
- 【强烈推荐优质内容】2026年深圳_地理国情知识_高频精析_公务员考试资料.pdf
最近下载
- 计算机网络:计算机网络概述.ppt
- 移动机器人SLAM技术 课件 【ch03】移动机器人的数学模型.pptx
- 移动机器人SLAM技术 课件 【ch02】移动机器人的结构.pptx
- 2026-2027学年第一学期(秋季学期)三年级语文教学工作计划与进度表.docx
- QCR9204-2015 铁路建设项目工程试验室管理标准.pdf VIP
- 气弹簧系列产品手册说明书.pdf VIP
- 新加坡樟宜机场航站楼绿化设计初探的分析和实际应用效果评估 .doc VIP
- 2026年文旅场馆运营岗事业单位招聘考试招聘考试笔试试题(含答案).pdf VIP
- 移动机器人SLAM技术 课件 【ch07】视觉SLAM.pptx
- 软件定义网络.pptx VIP
原创力文档

文档评论(0)