摘要:
1. return (a&&b) || (b&&c) || (a&&c);2. int count = 0; if(a) count++; if(b) count++; if(c) count++; return count >= 2;3. 卡诺图 return a?(b||c):(b&&c);4. retu... 阅读全文
posted @ 2010-06-25 11:44
o0myself0o
阅读(2285)
评论(0)
推荐(0)

我们在逛社区的时候经常会看到社区里面的某一个相册或者视频、博客下有一个分享的块,如下图:
浙公网安备 33010602011771号