码迷,mamicode.com
首页 >  
搜索关键字:plane    ( 685个结果
0223. Rectangle Area (M)
Rectangle Area (M) 题目 Find the total area covered by two rectilinear rectangles in a 2D plane. Each rectangle is defined by its bottom left corner and ...
分类:其他好文   时间:2020-06-26 11:14:20    阅读次数:61
Lab 4 : OpenFlow
實驗描述 OpenFlow is a communications protocol that gives access to the forwarding plane of a network switch or router over the network. 利用Controller 控制其底 ...
分类:其他好文   时间:2020-06-17 10:32:47    阅读次数:53
i春秋CTF 神秘的文件(LSB隐写)
下载文件,是一个无后缀的文件,010editor打开,发现时png文件 说实话,我看了好一会。。。 没发现有隐藏的文件,用photoshop打开也没发现什么奇怪的图层,stegsolve打开后,发现Green plane 0有明显的异常 因为不了解LSB隐写术,所以即使看出有问题,也束手无策,在查阅 ...
分类:其他好文   时间:2020-06-08 17:40:41    阅读次数:310
CF277E Binary Tree on Plane
CF277E Binary Tree on Plane 题目大意 给定平面上的 \(n\) 个点,定义两个点之间的距离为两点欧几里得距离,求最小二叉生成树。 题解 妙啊。 难点在于二叉的限制。 注意到二叉树每一个点最多有一个父亲,最多可以有两个儿子,这让我们联想到了网络流中的容量。 考虑建图: 令源 ...
分类:其他好文   时间:2020-06-05 22:43:52    阅读次数:95
NGINX屏蔽垃圾爬虫
if ($http_user_agent ~* (80legs.com|Abonti|AcoonBot|Acunetix|adbeat_bot|AddThis.com|adidxbot|ADmantX|AhrefsBot|AngloINFO|Antelope|Applebot|BaiduSpider ...
分类:其他好文   时间:2020-05-29 13:53:07    阅读次数:133
3D惯导Lidar仿真
3D惯导Lidar仿真 LiDAR-Inertial 3D Plane Simulator 摘要 提出了最近点平面表示的形式化方法,并分析了其在三维室内同步定位与映射中的应用。提出了一个利用最近点平面表示的无奇异平面因子,并在基于图的优化框架中证明了它与惯性预积测量的融合。所得到的LiDAR惯性三维 ...
分类:其他好文   时间:2020-05-23 09:28:19    阅读次数:99
graphql mesh graphql 模式使用HAProxy Data Plane API 的流程
整体的流程没有变,只是使用的方式稍有变动(方法名) 说明 graphql mesh 会将swagger api 的get,put,post,delete, 等操作转换为不同的操作,get以query 展现 post,put,delete 以mutaion展现,以下是一个简单的使用说明 流程 获取ve ...
分类:Windows程序   时间:2020-05-19 13:03:17    阅读次数:82
HAProxy Data Plane API 2.0 doker 镜像
最近HAProxy Data Plane API 2.0 发布了,基于官方说明以及以前的测试,创建了一个v2的dockerfile dataplaneapi 下载地址 https://github.com/haproxytech/dataplaneapi docker 镜像 dockerfile F ...
分类:Windows程序   时间:2020-05-18 22:48:24    阅读次数:130
Unity镜子效果的实现
Unity镜子效果的制作过程 Create Mirror —— 创建镜子 1. 在场景中创建一个 Plane —— 用来作为镜子 2. 同时创建一个材质球 /Material —— 给到 Plane 上 3. 修改新创建的 Material 的 Shader 为 Unlit/Texture Crea ...
分类:编程语言   时间:2020-05-15 13:58:21    阅读次数:378
Python数据可视化之matplotlib实践 源码 第一篇 入门 第三章
图3.1 import matplotlib as mpl import matplotlib.pyplot as plt import numpy as np mpl.rcParams['font.sans-serif']=['SimHei'] mpl.rcParams['axes.unicode ...
分类:编程语言   时间:2020-05-14 19:25:53    阅读次数:66
685条   上一页 1 2 3 4 5 ... 69 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!