Loading...

随笔分类 -  计算机系统

摘要:代码:https://gitee.com/iwehdio/csapp-lab 1. bitXor bitXor - x^y using only ~ and & Example: bitXor(4, 5) = 1 Legal ops: ~ & Max ops: 14 Rating: 1 异或,只能用 阅读全文
posted @ 2021-12-12 17:29 iwehdio 阅读(1079) 评论(0) 推荐(0)