码迷,mamicode.com
首页 >  
搜索关键字:plane    ( 685个结果
LeetCode 963. Minimum Area Rectangle II
原题链接在这里: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
LeetCode 939. Minimum Area Rectangle
原题链接在这里: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
6.824 Lab 2: Raft 2B
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 限制物件只能在指定平面上拖拽
threejs提供有 DragController.js的例子来辅助拖拽 该例子可以在基于当前屏幕的x和y轴上拖拽物体,但是它不能影响z轴。 查看代码,可以在touchStart\mousedown下找到下述代码: 该代码的意义在于: 1、要确定一个目标平面(_plane),物件将会在该平面上移动 ...
分类:Web程序   时间:2019-12-20 18:59:35    阅读次数:520
k8s 开船记:升级为豪华邮轮(高可用集群)与遇到奇怪故障(dns解析异常)
之前我们搭建的 k8s 集群只用了1台 master ,可用性不高,这两天开始搭建高可用集群,但由于之前用 kubeadm 命令创建集群时没有使用 --control-plane-endpoint 参数,无法直接升级现有集群,只能重新创建高可用(High-Availability)集群。 ...
分类:其他好文   时间:2019-12-19 00:06:32    阅读次数:200
XVIII Open Cup named after E.V. Pankratiev. GP of SPb
"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
[LeetCode 1274] Number of Ships in a Rectangle
(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
张宁 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
【leetcode】1266. Minimum Time Visiting All Points
题目如下: 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
685条   上一页 1 ... 4 5 6 7 8 ... 69 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!