cpp/memory/what_is_memory #30
Replies: 4 comments 3 replies
-
|
受益匪浅,感谢 |
Beta Was this translation helpful? Give feedback.
0 replies
-
|
999在内存里的4 byte 是不是应该是00000000 | 00000000 | 01110000 | 01111100 |
Beta Was this translation helpful? Give feedback.
2 replies
-
|
页面有些链接的域名是localhost, 比如“字节序” |
Beta Was this translation helpful? Give feedback.
1 reply
-
C的内存管理对内存划分为 堆、栈、数据段、BSS段、代码段
有符号整数才会用补码形式存储;float不是用补码形式存储,而是分为符号位、指数位(偏移值形式)、尾数位。 |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
cpp/memory/what_is_memory
编程指北: 计算机系统学习指南, 操作系统, 计算机网络, C++, Java, 算法, 数据结构
https://csguide.cn/cpp/memory/what_is_memory.html
Beta Was this translation helpful? Give feedback.
All reactions