皮皮网
皮皮网
公众号小程序源码搭建教程

【安卓天猫源码】【游戏重名小程序源码怎么找】【php微信公众号管理源码】c 折半查找法源码_折半查找法c++代码

时间:2024-11-23 12:09:17 分类:休闲 编辑:来源码的格式
1.C语言程序编写——折半查找法

c 折半查找法源码_折半查找法c++代码

C语言程序编写——折半查找法

       #include<stdio.h>

       int main()

       { int a[]={ ,折找法折半安卓天猫源码,,,,,9,8,7,6,5,4,3,1,0};

        int l=0,r=,mid,x;

        scanf("%d",&x);

        do

        { mid=(l+r)/2;

         if(a[mid]==x)break;

         if(x>a[mid])r=mid-1;

           else l=mid+1;

        }while(l<=r);

        if(a[mid]==x)

          printf("a[%d]=%d\n",mid,x);

        else

          printf("无此数\n");  

        return 0;    

       }

本文地址:http://hld.net.cn/news/11c35099638.html

copyright © 2016 powered by 皮皮网   sitemap