- 博客(5)
- 资源 (1)
- 收藏
- 关注
原创 C语言通过socket编程实现TCP通信 以下是客户端
#include <stdio.h> #include <string.h> #include <stdlib.h> #include <strings.h> #include <sys/types.h> #include <sys/socket.h> #include <netinet/in.h> #include <arpa/inet.h> int main() { int sockfd =socke.
2021-10-21 20:45:53
222
原创 C语言通过socket编程实现TCP通信
以下是服务器的代码 #include <stdio.h> #include <string.h> #include <stdlib.h> #include <strings.h> #include <sys/types.h> #include <sys/socket.h> #include <netinet/in.h> #include <arpa/inet.h> int main() { int sock
2021-10-21 20:41:56
588
原创 stm32开发 C语言基础知识
最近正在学习stm32f1,作为一个初学者,我想将每日的学习内容记录下来,加强记忆的同时还能够起到笔记的作用。 首先要掌握c语言的基础知识,C语言我们只需要简单复习其中的几个知识点,引导我们能够快速开发STM32程序。同时需要多去复习一下C语言基础知识,C语言毕竟是单片机开发中的必备基础知识。十分重要。自己在c语言基础部分还有待提高。 C语言位操作基本类型变量在位级别进行操作 基本位操作符 运算符 含义 运算符 含义 | 按位或 ...
2021-08-20 13:29:59
1507
空空如也
TA创建的收藏夹 TA关注的收藏夹
TA关注的人
RSS订阅