码迷,mamicode.com
首页 >  
搜索关键字:minimum    ( 3256个结果
[搬运] Tina R329 swupdate OTA升级步骤
第一步: 编译路径执行make menucinfig和make ota_menucinfig中分别选中: (1)Allwinner > swupdate (2)Allwinner > swupdate > Swupdate Settings > General Configuration > MTD ...
分类:其他好文   时间:2021-06-10 18:23:55    阅读次数:0
camke(6)配置pangolin 4slam划轨迹和相机位置姿态
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
camke(1)配置Opencv
首先装好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
Elasticsearch必知必会格物系列->Elasticsearch在Docker下安装
前期准备 docker环境... 0_镜像_查询 [root@iZ2zeca7jric8sx4f3n7spZ ~]# docker search elasticsearch NAME DESCRIPTION STARS OFFICIAL AUTOMATED elasticsearch Elastic ...
分类:其他好文   时间:2021-06-02 12:27:50    阅读次数:0
Leetcode 1769. Minimum Number of Operations to Move All Balls to Each Box
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
数据结构 05-树9 Huffman Codes (30 分)
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
CentOS7 基于lvm扩容根目录
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
GLUT-HelloWorld范例
环境 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
前端苹果官网html+css
<!DOCTYPE html><html> <head> <meta charset="utf-8" /> <title></title> <meta name="viewport" content="width=device-width,initial-scale=1,minimum-scale= ...
分类:移动开发   时间:2021-05-24 06:22:55    阅读次数:0
WEB前端第六十九课——viewport、rem单位
1.viewport视口 视口(viewport),是视图窗口的简称。 视口的大小就是HTML元素的实际大小。 但是,在移动端要想展示实际页面大小则必须进行视口的适配设置, 否则,移动端加载页面时,默认视口宽度980px或某个值(布局视口宽度),无法呈现实际大小。 说明: 在桌面显示器上CSS中的1 ...
分类:Web程序   时间:2021-05-24 01:46:39    阅读次数:0
3256条   1 2 3 4 ... 326 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!