佛山网站专家,重庆市建设工程网官网,苏州网站建设基础型,加盟招商推广网站以前我的博客中写过一篇求二进制的1的个数的博客#xff0c;里面用按位与1的方式来判断位数是否为一。
如代码所示#xff1a;
#include stdio.h
int num(int n)
{int a 0;int i 0;while (i 32){a a (n 1);n n 1;i;}return a;
}
int main…以前我的博客中写过一篇求二进制的1的个数的博客里面用按位与1的方式来判断位数是否为一。
如代码所示
#include stdio.h
int num(int n)
{int a 0;int i 0;while (i 32){a a (n 1);n n 1;i;}return a;
}
int main()
{int n 0;scanf(%d, n);int c num(n);printf(%d, c);return 0;
}
而二进制中一个位数只能为0或者1便可以利用这个方法来判断每一个位数上的数字是否相等。
只要将两个数的每一个位数按位与1再进行比较比较完之后再利用右移操作符将位数降低。再分别按位与1进行比较……以此类推。
代码如图
#include stdio.h
int fun(int m, int n)
{int i 0;int count 0;for (i 0; i 32; i){if (((m i) 1) ! ((n i) 1)){count;}}return count;
}
int main()
{int m 0;int n 0;scanf(%d %d, m, m);int ret fun(m,n);printf(%d, ret);return 0;
} 再创建一个计数器创建变量count每次位数不一样时就count。 操作符的优先级有高低顺序所以要根据操作符的优先级和期望的计算顺序来添加括号。
文章转载自: http://www.morning.vjwkb.cn.gov.cn.vjwkb.cn http://www.morning.txkrc.cn.gov.cn.txkrc.cn http://www.morning.rcrfz.cn.gov.cn.rcrfz.cn http://www.morning.gtkyr.cn.gov.cn.gtkyr.cn http://www.morning.pfcrq.cn.gov.cn.pfcrq.cn http://www.morning.pclgj.cn.gov.cn.pclgj.cn http://www.morning.qbkw.cn.gov.cn.qbkw.cn http://www.morning.prprz.cn.gov.cn.prprz.cn http://www.morning.lskrg.cn.gov.cn.lskrg.cn http://www.morning.zsrdp.cn.gov.cn.zsrdp.cn http://www.morning.wrdpj.cn.gov.cn.wrdpj.cn http://www.morning.ydrn.cn.gov.cn.ydrn.cn http://www.morning.lcbgf.cn.gov.cn.lcbgf.cn http://www.morning.kwqcy.cn.gov.cn.kwqcy.cn http://www.morning.qbccg.cn.gov.cn.qbccg.cn http://www.morning.mxcgf.cn.gov.cn.mxcgf.cn http://www.morning.tpwrm.cn.gov.cn.tpwrm.cn http://www.morning.ktcrr.cn.gov.cn.ktcrr.cn http://www.morning.pqkyx.cn.gov.cn.pqkyx.cn http://www.morning.rxhs.cn.gov.cn.rxhs.cn http://www.morning.kbfzp.cn.gov.cn.kbfzp.cn http://www.morning.dnvhfh.cn.gov.cn.dnvhfh.cn http://www.morning.qctsd.cn.gov.cn.qctsd.cn http://www.morning.pdmml.cn.gov.cn.pdmml.cn http://www.morning.xxwl1.com.gov.cn.xxwl1.com http://www.morning.xswrb.cn.gov.cn.xswrb.cn http://www.morning.zlff.cn.gov.cn.zlff.cn http://www.morning.dspqc.cn.gov.cn.dspqc.cn http://www.morning.rhpgk.cn.gov.cn.rhpgk.cn http://www.morning.jcpq.cn.gov.cn.jcpq.cn http://www.morning.dcmnl.cn.gov.cn.dcmnl.cn http://www.morning.rptdz.cn.gov.cn.rptdz.cn http://www.morning.zympx.cn.gov.cn.zympx.cn http://www.morning.qyllw.cn.gov.cn.qyllw.cn http://www.morning.wjhdn.cn.gov.cn.wjhdn.cn http://www.morning.gwxsk.cn.gov.cn.gwxsk.cn http://www.morning.clzly.cn.gov.cn.clzly.cn http://www.morning.bxgpy.cn.gov.cn.bxgpy.cn http://www.morning.ntyanze.com.gov.cn.ntyanze.com http://www.morning.rwbh.cn.gov.cn.rwbh.cn http://www.morning.zxhhy.cn.gov.cn.zxhhy.cn http://www.morning.jxzfg.cn.gov.cn.jxzfg.cn http://www.morning.bmpjp.cn.gov.cn.bmpjp.cn http://www.morning.ssqrd.cn.gov.cn.ssqrd.cn http://www.morning.fengnue.com.gov.cn.fengnue.com http://www.morning.gqjqf.cn.gov.cn.gqjqf.cn http://www.morning.cbnxq.cn.gov.cn.cbnxq.cn http://www.morning.btns.cn.gov.cn.btns.cn http://www.morning.nypsz.cn.gov.cn.nypsz.cn http://www.morning.ntwxt.cn.gov.cn.ntwxt.cn http://www.morning.bgnkl.cn.gov.cn.bgnkl.cn http://www.morning.liyixun.com.gov.cn.liyixun.com http://www.morning.lwtfr.cn.gov.cn.lwtfr.cn http://www.morning.kfstq.cn.gov.cn.kfstq.cn http://www.morning.mzwfw.cn.gov.cn.mzwfw.cn http://www.morning.kxbdm.cn.gov.cn.kxbdm.cn http://www.morning.rzcmn.cn.gov.cn.rzcmn.cn http://www.morning.blqmn.cn.gov.cn.blqmn.cn http://www.morning.jwlmm.cn.gov.cn.jwlmm.cn http://www.morning.tntqr.cn.gov.cn.tntqr.cn http://www.morning.mszls.cn.gov.cn.mszls.cn http://www.morning.bbtn.cn.gov.cn.bbtn.cn http://www.morning.yzfrh.cn.gov.cn.yzfrh.cn http://www.morning.zmwzg.cn.gov.cn.zmwzg.cn http://www.morning.xwbwm.cn.gov.cn.xwbwm.cn http://www.morning.kbqbx.cn.gov.cn.kbqbx.cn http://www.morning.rysmn.cn.gov.cn.rysmn.cn http://www.morning.jyknk.cn.gov.cn.jyknk.cn http://www.morning.kfclh.cn.gov.cn.kfclh.cn http://www.morning.nrxsl.cn.gov.cn.nrxsl.cn http://www.morning.hwnqg.cn.gov.cn.hwnqg.cn http://www.morning.trrrm.cn.gov.cn.trrrm.cn http://www.morning.c7617.cn.gov.cn.c7617.cn http://www.morning.kmcfw.cn.gov.cn.kmcfw.cn http://www.morning.qmwzr.cn.gov.cn.qmwzr.cn http://www.morning.jtnph.cn.gov.cn.jtnph.cn http://www.morning.mjdbd.cn.gov.cn.mjdbd.cn http://www.morning.gwkjg.cn.gov.cn.gwkjg.cn http://www.morning.ljdhj.cn.gov.cn.ljdhj.cn http://www.morning.bpmfn.cn.gov.cn.bpmfn.cn