11 2019 档案

linux显示bmp图像
摘要:fb_show_bmp.c 1 #include <unistd.h> 2 #include <stdio.h> 3 #include <stdlib.h> 4 #include <fcntl.h> 5 #include <string.h> 6 #include <linux/fb.h> 7 #i 阅读全文

posted @ 2019-11-27 11:30 Alvin2012 阅读(1978) 评论(0) 推荐(0) 编辑

gcc预处理、编译、汇编、链接
摘要:预处理、编译、汇编、链接: 1 #include <stdio.h> 2 3 /* 4 // Pre-processing 5 gcc -E hello.c -o hello.i 6 // Compiling 7 gcc -S hello.i -o hello.s 8 // Assembling 9 阅读全文

posted @ 2019-11-19 10:37 Alvin2012 阅读(271) 评论(0) 推荐(0) 编辑

导航

点击右上角即可分享
微信分享提示