2019年12月11日
posted @ 2019-12-11 14:50
一抹烟霞
阅读(0)
推荐(0)
2019年12月9日
摘要:
串口的发送接收函数:HAL_UART_Transmit();串口轮询模式发送,使用超时管理机制。HAL_UART_Receive();串口轮询模式发送,使用超时管理机制。HAL_UART_Transmit_IT();串口中断模式发送,HAL_UART_Receive_IT();串口中断模式发送HAL
阅读全文
posted @ 2019-12-09 22:09
一抹烟霞
阅读(760)
推荐(0)
2019年12月7日
摘要:
#Author:Chenglong Qian #Copyright :Chenglong Qian import json import requests import re import os import sys num=392 def translator(str): """ input :
阅读全文
posted @ 2019-12-07 17:00
一抹烟霞
阅读(5746)
推荐(0)
2019年12月5日
摘要:
参考链接:https://mp.weixin.qq.com/s/89IHjqnw-JJ1Ak_YjWdHvA #include <iostream> #include <opencv2/core/core.hpp> #include <opencv2/features2d/features2d.hp
阅读全文
posted @ 2019-12-05 22:36
一抹烟霞
阅读(1862)
推荐(0)
posted @ 2019-12-05 11:51
一抹烟霞
阅读(1055)
推荐(0)
摘要:
https://github.com/stevenlovegrove/Pangolin cmake_minimum_required(VERSION 2.8) project(chapter3) set(CMAKE_CXX_STANDARD 11) include_directories("/usr
阅读全文
posted @ 2019-12-05 11:30
一抹烟霞
阅读(2717)
推荐(0)
2019年12月4日
posted @ 2019-12-04 15:40
一抹烟霞
阅读(254)
推荐(0)
摘要:
#include <iostream> #include <chrono> #include <opencv2/opencv.hpp> #include <Eigen/Core> #include <Eigen/Dense> using namespace std; using namespace
阅读全文
posted @ 2019-12-04 15:31
一抹烟霞
阅读(582)
推荐(0)
摘要:
原文链接:https://blog.csdn.net/m0_38055352/article/details/102900516
阅读全文
posted @ 2019-12-04 10:46
一抹烟霞
阅读(695)
推荐(0)
2019年11月28日
摘要:
https://blog.csdn.net/xiangxianghehe/article/details/81236299 sudo cp -r /usr/local/include/eigen3 /usr/includesudo cp -r /usr/local/include/Eigen /us
阅读全文
posted @ 2019-11-28 10:49
一抹烟霞
阅读(1292)
推荐(0)