第一步: 编译路径执行make menucinfig和make ota_menucinfig中分别选中: (1)Allwinner > swupdate (2)Allwinner > swupdate > Swupdate Settings > General Configuration > MTD ...
分类:
其他好文 时间:
2021-06-10 18:23:55
阅读次数:
0
CMakeLists.txt # cmake needs this line cmake_minimum_required(VERSION 3.1) # Define project name project(Pangolin_project) #添加Pangolin画图依赖库 find_packa ...
分类:
其他好文 时间:
2021-06-06 19:47:00
阅读次数:
0
首先装好opencv。 然后创建工程 CMakeLists.txt # cmake needs this line cmake_minimum_required(VERSION 3.1) # Define project name project(opencv_example_project) # ...
分类:
其他好文 时间:
2021-06-02 18:54:02
阅读次数:
0
题目链接 #题目大意 求n个数的子序列的最大异或和。 #解题思路 求出n个数的线性基并排序,然后将k二进制异或上线性基中对应的代表元素即可。 #代码 const int maxn = 2e5+10; ll arr[maxn]; vector<ll> b; //b中存的每个二进制位的代表元素 void ...
分类:
其他好文 时间:
2021-06-02 13:29:58
阅读次数:
0
前期准备 docker环境... 0_镜像_查询 [root@iZ2zeca7jric8sx4f3n7spZ ~]# docker search elasticsearch NAME DESCRIPTION STARS OFFICIAL AUTOMATED elasticsearch Elastic ...
分类:
其他好文 时间:
2021-06-02 12:27:50
阅读次数:
0
You have n boxes. You are given a binary string boxes of length n, where boxes[i] is '0' if the ith box is empty, and '1' if it contains one ball. In ...
分类:
其他好文 时间:
2021-06-02 10:37:12
阅读次数:
0
In 1953, David A. Huffman published his paper "A Method for the Construction of Minimum-Redundancy Codes", and hence printed his name in the history o ...
分类:
其他好文 时间:
2021-05-24 17:00:26
阅读次数:
0
Linux操作系统安装好之后,可以通过 df -h 命令查看磁盘挂载信息和空间使用率 [root@localhost ~]# df -h Filesystem Size Used Avail Use% Mounted on devtmpfs 7.8G 0 7.8G 0% /dev tmpfs 7.8 ...
分类:
其他好文 时间:
2021-05-24 11:10:34
阅读次数:
0
环境 cmake版本: 3.16 编译器: vs 2019 glut: 3.7 假设GLUT的安装目录为G:\dev\glutdlls37beta. 1. 编写解决方案的CMakeLists.txt. cmake_minimum_required(VERSION 3.10) project(GLUT ...
分类:
其他好文 时间:
2021-05-24 07:28:00
阅读次数:
0
很多客户不知道怎么注册华为云账号。那么小编就在这里教大家一下, 其实注册华为云很简单,只要一个手机号就行,如果你要下单,那么可以采用个人实名或者企业实名,这个比较简单。 1,首先第一步注册华为云,注册华为云链接如下: https://account.huaweicloud.com/obmgr/inv ...
分类:
其他好文 时间:
2021-05-24 06:53:06
阅读次数:
0