会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
TenzzZ
博客园
首页
新随笔
联系
订阅
管理
2024年6月8日
FreeRTOS
摘要: 初识FreeRTOS 什么是FreeRTOS RTOS (实时操作系统)并不是指某一特定的操作系统,而是指一类操作系统,例如, µC/OS,FreeRTOS, RTX, RT-Thread 等这些都是 RTOS 类的操作系统。 因此,从 FreeRTOS 的名字中就能看出, FreeROTS 是一款
阅读全文
posted @ 2024-06-08 10:27 tenzzZ
阅读(432)
评论(0)
推荐(1)
2024年5月4日
进程间通信
摘要: title: 进程间通信 cover: https://img2.imgtp.com/2024/04/30/9GnvXoDg.png tags: - 通信 - linux categories: linux系统编程 引言 进程间通信(interprocess communication,简称 IPC
阅读全文
posted @ 2024-05-04 15:53 tenzzZ
阅读(192)
评论(0)
推荐(1)
2024年5月2日
Makefile
摘要: title: Makefile date: 2024-05-02 13:51:32 cover: https://img2.imgtp.com/2024/05/02/96JZQtZT.png tags: linux categories: 全志H616系列 编译工具及构建工具介绍 在之前的课程中,都
阅读全文
posted @ 2024-05-02 21:35 tenzzZ
阅读(94)
评论(0)
推荐(0)
Linux进程
摘要: title: 进程 cover: https://img2.imgtp.com/2024/04/30/ZamtkUJE.jpg tags: - 进程 - linux categories: linux系统编程 程序与进程 程序:是可执行文件,其本质是是一个文件,程序是静态的,同一个程序可以运行多次,
阅读全文
posted @ 2024-05-02 21:32 tenzzZ
阅读(516)
评论(0)
推荐(1)
Socket网络编程
摘要: title: Socket编程 cover: https://img2.imgtp.com/2024/04/29/aStIRPSU.png tags: - 网络编程 - linux categories: linux系统编程 Socket编程 为了实现两台不同的机器能够进行通信,所有要使用到网络编程
阅读全文
posted @ 2024-05-02 21:29 tenzzZ
阅读(148)
评论(0)
推荐(0)
公告