随笔分类 -  bit

摘要:时间 小写 10底数 容量 大写 2底数 带宽 大写 2底数 【主存的性能指标 计算机系统基础(二)南京大学 主讲:袁春风 南京大学】https://www.bilibili.com/video/BV1rE41127Re?p=10 性能指标: •按字节连续编址,每个存储单元为1个字节(8个二进位) 阅读全文
posted @ 2022-10-27 21:15 papering 阅读(423) 评论(0) 推荐(0)
摘要:go var swap func(a, b *int) = func(a, b *int) { *a ^= *b *b ^= *a *a ^= *b } c void swap(int* a,int* b){ *a^=^*b=^*a=^*b; } a 0 0 1 1 b 0 1 0 1 a1=a^b 阅读全文
posted @ 2022-05-20 17:48 papering 阅读(51) 评论(0) 推荐(0)
摘要:https://leetcode.cn/problems/aseY1I/solution/ 阅读全文
posted @ 2022-05-13 00:27 papering 阅读(61) 评论(0) 推荐(0)
摘要:https://leetcode-cn.com/problems/shu-zu-zhong-shu-zi-chu-xian-de-ci-shu-ii-lcof/ 阅读全文
posted @ 2022-05-01 23:06 papering 阅读(38) 评论(0) 推荐(0)
摘要:https://leetcode-cn.com/problems/shu-zu-zhong-shu-zi-chu-xian-de-ci-shu-lcof/ 阅读全文
posted @ 2022-05-01 22:43 papering 阅读(49) 评论(0) 推荐(0)
摘要:https://leetcode-cn.com/problems/bu-yong-jia-jian-cheng-chu-zuo-jia-fa-lcof/ 阅读全文
posted @ 2022-05-01 22:17 papering 阅读(43) 评论(0) 推荐(0)
摘要:计算机系统基础(一):程序的表示、转换与链接-模块四 第2讲 整数除法运算-网易公开课 https://open.163.com/newview/movie/free?pid=WFVPGEQSL&mid=KFVPGF2V4 Bitwise and Bit Shift Operators 位运算 取反 阅读全文
posted @ 2018-01-30 12:26 papering 阅读(386) 评论(0) 推荐(0)
摘要:0.1用24位定点小数、float、32位定点小数 计算机系统基础(一):程序的表示、转换与链接-模块四 第3讲 浮点数运算(3)-网易公开课 https://open.163.com/newview/movie/free?pid=WFVPGEQSL&mid=HFVPGF3LO 用32位定点小数表示 阅读全文
posted @ 2017-01-14 17:44 papering 阅读(273) 评论(0) 推荐(0)