摘要: #本周学习了《How the Computer Works》,学习了一些常见的汇编指令,了解了计算机内部工作的原理: ##一实验 ###(一)编写C程序,并编译 // main.c int g(int x) { return x + 1; } int f(int x) { return g(x); 阅读全文
posted @ 2020-10-16 21:26 逐北 阅读(160) 评论(0) 推荐(0) 编辑