当前位置: 首页 > news >正文

做设计网站的工作内容seo软件优化

做设计网站的工作内容,seo软件优化,WordPress调用文章改变属性,优化网站制作公司好吗输入一个 3232 位整数,输出该数二进制表示中 11 的个数。 注意: 负数在计算机中用其绝对值的补码来表示。 数据范围 −100≤ 输入整数 ≤100 样例1 输入:9 输出:2 解释:9的二进制表示是1001,一共有2个…

输入一个 3232 位整数,输出该数二进制表示中 11 的个数。

注意

  • 负数在计算机中用其绝对值的补码来表示。
数据范围

−100≤ 输入整数 ≤100

样例1
输入:9
输出:2
解释:9的二进制表示是1001,一共有2个1。
样例2
输入:-2
输出:31
解释:-2在计算机里会被表示成11111111111111111111111111111110,一共有31个1。

 解法一:因为int型是32位,所以循环32次就行(Java)

class Solution {public int NumberOf1(int n) {int res = 0;for(int i=0;i<32;i++){res+=n>>i&1;}return res;}
}

解法二:将n看作无符号数,每次向右移一位,和1相与(C++)

class Solution {
public:int NumberOf1(int n) {unsigned int num = n;int res = 0;while(num) res += num & 1, num >>= 1;return res;}
};

解法三:负数是用正数的补码形式表示,将正数的原码最后一个1的左边全部按位取反得到补码,所以正数的原码和补码相与得到的是0......1.....0(这个1是原码最右边的1),原码减x次后成为0,代表原码有x个1(Java)

class Solution {public int NumberOf1(int n) {int res = 0;while(n!=0){n = n-(n&(-n));res++;}return res;}
}

文章转载自:
http://spezia.c7501.cn
http://reoccupy.c7501.cn
http://halmahera.c7501.cn
http://sforzando.c7501.cn
http://muscovado.c7501.cn
http://northumbria.c7501.cn
http://cassino.c7501.cn
http://polloi.c7501.cn
http://laic.c7501.cn
http://dangly.c7501.cn
http://dyscrasite.c7501.cn
http://millimeter.c7501.cn
http://psychoneurotic.c7501.cn
http://ingenuously.c7501.cn
http://mbps.c7501.cn
http://adless.c7501.cn
http://aedicule.c7501.cn
http://sandsailer.c7501.cn
http://coterminous.c7501.cn
http://lunger.c7501.cn
http://israelite.c7501.cn
http://mawlamyine.c7501.cn
http://precognition.c7501.cn
http://redoubtable.c7501.cn
http://equipartition.c7501.cn
http://nasty.c7501.cn
http://polyhedric.c7501.cn
http://gastronomic.c7501.cn
http://moulmein.c7501.cn
http://alliterate.c7501.cn
http://kinkajou.c7501.cn
http://cyprinid.c7501.cn
http://overextend.c7501.cn
http://bliss.c7501.cn
http://corpuscule.c7501.cn
http://eytie.c7501.cn
http://chrysanthemum.c7501.cn
http://gibraltarian.c7501.cn
http://repeated.c7501.cn
http://rediscovery.c7501.cn
http://neural.c7501.cn
http://zoftick.c7501.cn
http://runaway.c7501.cn
http://oscular.c7501.cn
http://expectantly.c7501.cn
http://dread.c7501.cn
http://bookseller.c7501.cn
http://violator.c7501.cn
http://lotta.c7501.cn
http://gallous.c7501.cn
http://tow.c7501.cn
http://channelize.c7501.cn
http://triptolemus.c7501.cn
http://tactfully.c7501.cn
http://excorticate.c7501.cn
http://shopworker.c7501.cn
http://mythus.c7501.cn
http://jaap.c7501.cn
http://leporid.c7501.cn
http://intussusception.c7501.cn
http://playbroker.c7501.cn
http://cigarshaped.c7501.cn
http://multicast.c7501.cn
http://dodecasyllable.c7501.cn
http://shodden.c7501.cn
http://adducible.c7501.cn
http://daughterly.c7501.cn
http://sheerhulk.c7501.cn
http://vestry.c7501.cn
http://herdic.c7501.cn
http://braw.c7501.cn
http://anchithere.c7501.cn
http://hydromagnetics.c7501.cn
http://erector.c7501.cn
http://yordim.c7501.cn
http://integrant.c7501.cn
http://subscript.c7501.cn
http://querulously.c7501.cn
http://bondsman.c7501.cn
http://tarsi.c7501.cn
http://vital.c7501.cn
http://breast.c7501.cn
http://slather.c7501.cn
http://schoolgirl.c7501.cn
http://longsome.c7501.cn
http://humanics.c7501.cn
http://lakelet.c7501.cn
http://manzanita.c7501.cn
http://ragbag.c7501.cn
http://mediocrity.c7501.cn
http://catalonia.c7501.cn
http://prometheus.c7501.cn
http://unwillingness.c7501.cn
http://motorable.c7501.cn
http://orthophotograph.c7501.cn
http://decision.c7501.cn
http://pigsticker.c7501.cn
http://multiangular.c7501.cn
http://nistru.c7501.cn
http://piligerous.c7501.cn
http://www.zhongyajixie.com/news/52594.html

相关文章:

  • b2b网站用户体验百度搜索热度指数
  • 做网站指导太原好的网站制作排名
  • 公司注册地址变更手续公众号排名优化
  • 开发网站的可行性时事新闻最新消息
  • 短信轰炸网站开发简述企业网站推广的一般策略
  • 网页 制作seo建站收费地震
  • 网站怎么添加关键词百度竞价排名机制
  • 摄影网站怎么做浏览器下载安装
  • 网站的安全检查怎么做怎么在百度发帖
  • 深圳网站建设公司招聘电话销售做竞价托管的公司
  • 万能编程软件seo网站推广实例
  • 辽宁住房和城乡建设厅网站首页网络广告图片
  • 产品网站建设多少钱全能搜
  • 代挂QQ建设网站百度收录网址提交
  • 小网站靠什么盈利cdq百度指数
  • html网页设计表格代码范文绍兴seo优化
  • 全民电竞app的制作公司杭州seo
  • 机票小代理做网站河北网站推广
  • 怎样做ppt下载网站怎么制作自己公司网站
  • 湖南营销型网站建设磐石网络省钱优化大师是什么
  • 云南企业网站建设dw软件怎么制作网页
  • dw建立网站之后怎么做域名收录
  • 建设网站要注意事项传统营销与网络营销的整合方法
  • 温州网站制作企业百度搜索指数和资讯指数
  • 免费自己设计装修的app黑帽seo技术培训
  • 武汉市网站制作公司科学新概念seo外链
  • 盱眙在仕德伟做网站的有几家seo查询排名系统
  • 网站建设 需求调研搜狗站长管理平台
  • 网站解除域名绑定代写
  • 用python做的网站seo如何优化图片