博客
关于我
强烈建议你试试无所不能的chatGPT,快点击我
7-6
阅读量:5163 次
发布时间:2019-06-13

本文共 330 字,大约阅读时间需要 1 分钟。

#include
int main(void){ int a[10]={
1,2,3,4,5,6,7,8,9,10}; int low,high,mid,n=10,x; printf("Enter x:"); scanf("%d",&x); low=0;high=n-1; while(low<=high) { mid=(low+high)/2; if(x==a[mid]) break; else if(x

 

转载于:https://www.cnblogs.com/lxhlxx900126/p/3353264.html

你可能感兴趣的文章
.net使用httpHandler添加图片防盗链
查看>>
Why does "ps -aux" complain about a bogus '-'?
查看>>
visual studio 一直显示正在准备解决方案
查看>>
子查询二(在HAVING子句中使用子查询)
查看>>
OracleHelper 动软生成
查看>>
SQL 注入教程
查看>>
AtCoder Regular Contest 100 E - Or Plus Max
查看>>
08CMS Variable Override Write Arbitrarily WEBSHELL Into Arbitrarily Path
查看>>
调用UEditor的图片上传组件进行图片上传,并解决多编辑器共存的取值问题
查看>>
修改jquery.automeplete,使其支持value匹配
查看>>
linux curl的使用
查看>>
linux运维、架构之路-Hadoop完全分布式集群搭建
查看>>
redis学习系列——redis主从同步配置及原理介绍
查看>>
titanium开发教程-02-11增加交互性,在任何view
查看>>
Unity3d 小游戏从入门到???
查看>>
关于API设计规范
查看>>
【WPF】OpacityMask作用于Button的一点体会
查看>>
ant构建工具
查看>>
Alpha项目冲刺(团队作业5)
查看>>
codeforce830A. Office Keys
查看>>