随笔分类 - bit
摘要:时间 小写 10底数 容量 大写 2底数 带宽 大写 2底数 【主存的性能指标 计算机系统基础(二)南京大学 主讲:袁春风 南京大学】https://www.bilibili.com/video/BV1rE41127Re?p=10 性能指标: •按字节连续编址,每个存储单元为1个字节(8个二进位)
阅读全文
摘要: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
阅读全文
摘要:https://leetcode.cn/problems/aseY1I/solution/
阅读全文
摘要:https://leetcode-cn.com/problems/shu-zu-zhong-shu-zi-chu-xian-de-ci-shu-ii-lcof/
阅读全文
摘要:https://leetcode-cn.com/problems/shu-zu-zhong-shu-zi-chu-xian-de-ci-shu-lcof/
阅读全文
摘要:https://leetcode-cn.com/problems/bu-yong-jia-jian-cheng-chu-zuo-jia-fa-lcof/
阅读全文
摘要:计算机系统基础(一):程序的表示、转换与链接-模块四 第2讲 整数除法运算-网易公开课 https://open.163.com/newview/movie/free?pid=WFVPGEQSL&mid=KFVPGF2V4 Bitwise and Bit Shift Operators 位运算 取反
阅读全文
摘要:0.1用24位定点小数、float、32位定点小数 计算机系统基础(一):程序的表示、转换与链接-模块四 第3讲 浮点数运算(3)-网易公开课 https://open.163.com/newview/movie/free?pid=WFVPGEQSL&mid=HFVPGF3LO 用32位定点小数表示
阅读全文

浙公网安备 33010602011771号