异或(xor)及其妙用-凯发app官方网站

凯发app官方网站-凯发k8官网下载客户端中心 | | 凯发app官方网站-凯发k8官网下载客户端中心
  • 博客访问: 44813
  • 博文数量: 22
  • 博客积分: 536
  • 博客等级: 中士
  • 技术积分: 205
  • 用 户 组: 普通用户
  • 注册时间: 2011-04-11 00:59
文章分类

(22)

  • (1)
  • (1)
  • (19)
  • (0)
  • (1)
文章存档

(1)

(5)

(16)

我的朋友
最近访客

发布时间:2012-02-22 11:53:37

    异或(xor, exclusive or)也叫半加运算或模2和,其运算法则相当于不带进位的二进制加法。    用^表示异或运算符,则异或的运算法则为:0^0=0,1^0=1,0^1=1,1^1=0,这些法则与加法是相同的,只是不带进位。所以,异或满足交换律和结合律:  1. a ^ b = b ^ a  2. a ^ b ^ c = a .........

阅读(1991) | 评论(0) | 转发(0)

发布时间:2013-07-24 18:00:13

px is one pixel. scale-independent pixels ( sp ) and density-independent pixels ( dip )you want to use sp for font sizes and dip for everything else.dip==dpfrom here http://developer.android.com/guide/topics/resources/more-r.........

阅读(531) | 评论(0) | 转发(0)

发布时间:2012-01-31 19:11:30

......【阅读全文】

阅读(1072) | 评论(0) | 转发(0)

发布时间:2012-01-31 16:14:20

......【阅读全文】

阅读(732) | 评论(0) | 转发(0)

发布时间:2012-01-27 14:03:58

......

阅读(443) | 评论(0) | 转发(0)
给主人留下些什么吧!~~
留言热议
请登录后留言。
")); function link(t){ var href= $(t).attr('href'); href ="?url=" encodeuricomponent(location.href); $(t).attr('href',href); //setcookie("returnouturl", location.href, 60, "/"); }
网站地图