摘要:
floor, round和saturation是进行bit位削减时常用的方法,floor 和round用于削减低位,saturation用于削减高位。floor和round的区别在于,floor是将低位直接丢掉,而round则是在丢掉低位前先进行四舍五入。round和saturation的使用范例如 阅读全文
posted @ 2023-11-28 11:14
磨山街青年
阅读(855)
评论(0)
推荐(0)
摘要:
阅读全文
posted @ 2023-11-28 11:11
磨山街青年
阅读(11)
评论(0)
推荐(0)