Blog
1632 articles on embedded systems, edge AI, and industrial computing
memset函数用法
#工作
linux时间片及线程调度相关的问题 收集整理
#linux#null#struct
Linux进程切换以及内核线程的返回值
#linux#struct#thread
编程十惧——蓝图与施工图
#编程#数据结构#c
入职培训之导师意见栏
#linux#编程#网络
linux线程间通信
#linux#多线程#thread
pthread_create传递参数
#thread#struct#casting
break:跳出离它最近的那层循环
高效程序员的45个习惯:项目leader之路
尝试自己从0开始搭建程序,重新发明是煅炼的好方式
主线程,工作线程关系
#工作
Linux Socket网络编程(理论分析+充足的示例)
#socket#网络#编程
《彻底搞定C指针》第3篇--指针与数组名
#c
子网掩码的作用
#网络#通讯
堆和栈的区别(转过无数次的文章)
#数据结构#编译器#windows
协议基类 struct p_base 理解
#struct#linux#class
fflush(stdin)和fflush(stdout)
#input#多线程#平台
Linux socket网络编程之聊天室(三):select异步通讯实现
#socket#聊天#linux
LINUX聊天室50问
#聊天#linux#socket
linux socket实现网络聊天室(二):使用线程独立收发消息
#socket#linux#聊天