摘要: 2.3.1测试 编辑并运行代码 教材代码: t1.c代码: #include <stdio.h> /**********t1.c************/ int g = 1314; int h; static int s; int main(int argc, char *argv[]) { in 阅读全文
posted @ 2021-10-30 16:41 Bzrael 阅读(48) 评论(0) 推荐(0) 编辑
摘要: 树莓派openssl实践 安装openssl源码 安装地址:openssl-3.0.0 建立两个文件夹,分别放置OpenSSL的源码和安装路径: mkdir rocopensslsrc rocopenssl 使用scp D:/树莓派/openssl-3.0.0.tar.gz root@192.168 阅读全文
posted @ 2021-10-30 16:40 Bzrael 阅读(171) 评论(0) 推荐(0) 编辑
摘要: 树莓派实验指导第三章实验 实验 3-2:汇编语言练习——查找最大数 使用 ARM64 汇编语言来实现如下功能:在给定的一组数中查找最大数。程序可使用 GCC(Aarch64 版本)工具来编译,并且可在树莓派 Linux 系统或者 QEMU + ARM64 实验平台上运行。 .section .dat 阅读全文
posted @ 2021-10-30 16:40 Bzrael 阅读(80) 评论(0) 推荐(0) 编辑