原题链接在这里:https://leetcode.com/problems/minimum-area-rectangle-ii/ 题目: Given a set of points in the xy-plane, determine the minimum area of any rectangl ...
分类:
其他好文 时间:
2019-12-29 11:27:56
阅读次数:
68
原题链接在这里:https://leetcode.com/problems/minimum-area-rectangle/ 题目: Given a set of points in the xy-plane, determine the minimum area of a rectangle for ...
分类:
其他好文 时间:
2019-12-29 10:41:19
阅读次数:
70
1.透视变换(Perspective Transformation)是将图片投影到一个新的视平面(Viewing Plane),也称作投影映射(Projective Mapping)。如下图所示 2.仿射变换(Affine Transformation) Affine Transformation是 ...
分类:
其他好文 时间:
2019-12-27 21:57:16
阅读次数:
89
Part 2B We want Raft to keep a consistent, replicated log of operations. A call to Start() at the leader starts the process of adding a new operation ...
分类:
其他好文 时间:
2019-12-23 13:42:43
阅读次数:
89
threejs提供有 DragController.js的例子来辅助拖拽 该例子可以在基于当前屏幕的x和y轴上拖拽物体,但是它不能影响z轴。 查看代码,可以在touchStart\mousedown下找到下述代码: 该代码的意义在于: 1、要确定一个目标平面(_plane),物件将会在该平面上移动 ...
分类:
Web程序 时间:
2019-12-20 18:59:35
阅读次数:
520
之前我们搭建的 k8s 集群只用了1台 master ,可用性不高,这两天开始搭建高可用集群,但由于之前用 kubeadm 命令创建集群时没有使用 --control-plane-endpoint 参数,无法直接升级现有集群,只能重新创建高可用(High-Availability)集群。 ...
分类:
其他好文 时间:
2019-12-19 00:06:32
阅读次数:
200
"contest Link" A. Base i ? 1 Notation solved by sdcgvhgj 238 B. Squaring a Bit solved by rdc 77 本地打表,交表。 C. Chickens solved by rdc, 24 f[i][mask] 表示前 ...
分类:
其他好文 时间:
2019-12-08 10:45:59
阅读次数:
114
(This problem is an interactive problem.) On the sea represented by a cartesian plane, each ship is located at an integer point, and each integer poin ...
分类:
其他好文 时间:
2019-12-03 01:40:15
阅读次数:
154
张宁 Geometric and Physical Constraints for Drone-Based Head Plane Crowd Density Estimation 基于无人机的向下平面人群密度估计的几何和物理约束https://arxiv.org/abs/1803.08805 Wei ...
分类:
其他好文 时间:
2019-12-01 21:10:24
阅读次数:
110
题目如下: On a plane there are n points with integer coordinates points[i] = [xi, yi]. Your task is to find the minimum time in seconds to visit all point ...
分类:
其他好文 时间:
2019-11-25 11:35:41
阅读次数:
61