摘要: 2018 2019 1 20165206 《信息安全系统设计基础》第1周学习总结 教材学习内容总结 gcc编译: 预处理:gcc E hello.c o hello.i 编译:gcc S hello.i o hello.s 汇编:gcc c hello.s o hello.o 链接:gcc hell 阅读全文
posted @ 2018-09-23 19:18 brs666 阅读(177) 评论(0) 推荐(0)