摘要:
https://www.cnblogs.com/harlanc/tag/effective%20c%2B%2B/default.html?page=3 阅读全文
摘要:
http://www.qter.org/thread-629-1-1.html 阅读全文
摘要:
// 任务目的// 解析串口收到的54个字节。这54个字节包含了8个车道的5大信息以及校验信息。// 实现了查询每条车道包含了哪些信息。 #include <stdio.h> #include <malloc.h> #include <assert.h> typedef unsigned char 阅读全文