上一页 1 ··· 302 303 304 305 306 307 308 309 310 ··· 345 下一页
摘要: 在《 虚拟地址空间以及编译模式》一节中讲到,虚拟地址空间在32位环境下的大小为 4GB,在64位环境下的大小为 256TB,那么,... 阅读全文
posted @ 2022-08-19 22:44 luoganttcc 阅读(3) 评论(0) 推荐(0) 编辑
摘要: 原文链接 虚拟地址空间以及编译模式 所谓虚拟地址空间,就是程序可以使用的虚拟地址的有效范围。虚拟地址和物理地址... 阅读全文
posted @ 2022-08-19 22:44 luoganttcc 阅读(6) 评论(0) 推荐(0) 编辑
摘要: link 之前文章《 浅谈ARM ABI,Android ABI 》中有提到计划专门一篇文章讲下大小端,今天兑现一下。 1>"大端... 阅读全文
posted @ 2022-08-19 22:44 luoganttcc 阅读(13) 评论(0) 推荐(0) 编辑
摘要: https://riscv.org/announcements/2018/10/risc-v-contest/ https://gi... 阅读全文
posted @ 2022-08-19 22:44 luoganttcc 阅读(6) 评论(0) 推荐(0) 编辑
摘要: https://zhuanlan.zhihu.com/p/144718837 http://www.javashuo.com/art... 阅读全文
posted @ 2022-08-19 22:44 luoganttcc 阅读(0) 评论(0) 推荐(0) 编辑
摘要: 最近在看深入理解计算机系统这本书,上面提到了在32位机器和64机器中int类型都占用4个字节。后来,查了The C Programm... 阅读全文
posted @ 2022-08-19 22:44 luoganttcc 阅读(106) 评论(0) 推荐(0) 编辑
摘要: import turtle# 前置p = turtle.Pen()# 作者要说的话for i in range(6): pri... 阅读全文
posted @ 2022-08-19 22:44 luoganttcc 阅读(123) 评论(0) 推荐(0) 编辑
摘要: import turtle as timport math as mimport random as rdef drawX(a, i... 阅读全文
posted @ 2022-08-19 22:44 luoganttcc 阅读(305) 评论(0) 推荐(0) 编辑
摘要: 64bit软件和32bit软件最大的区别是64bit的软件可以同时操作大于4GB的内存。注意这里的内存指的是地址空间,而不是物理内存... 阅读全文
posted @ 2022-08-19 22:44 luoganttcc 阅读(13) 评论(0) 推荐(0) 编辑
摘要: decltype 是 C++11 新增的一个关键字,它和 auto 的功能一样,都用来在编译时期进行自动类型推导。不了解 aut... 阅读全文
posted @ 2022-08-19 22:44 luoganttcc 阅读(8) 评论(0) 推荐(0) 编辑
上一页 1 ··· 302 303 304 305 306 307 308 309 310 ··· 345 下一页