码迷,mamicode.com
首页 >  
搜索关键字:plane    ( 685个结果
(二)平面plane
概述 本文用来实现一个平面plane,其与四顶点的四边形mesh相比,网格变多。 Mesh代码 基类 using System.Collections; using System.Collections.Generic; using UnityEngine; [RequireComponent(ty ...
分类:其他好文   时间:2020-02-02 19:18:33    阅读次数:84
[Mathematics][Fundamentals of Complex Analysis][Small Trick] The Trick on drawing the picture of sin(z), for z in Complex Plane
Exercises 3.2 21. (a). For $\omega = sinz$, what is the image of the semi-infinite strip $S_1 = \{x+iy|-\pi<x<\pi,y>0\}$ (b). what is the image of the ...
分类:Windows程序   时间:2020-01-25 22:18:21    阅读次数:124
LeetCode 973. K Closest Points to Origin
原题链接在这里:https://leetcode.com/problems/k-closest-points-to-origin/ 题目: We have a list of points on the plane. Find the K closest points to the origin ( ...
分类:其他好文   时间:2020-01-20 09:25:46    阅读次数:72
开源 lattice-plane 格子飞机游戏
lattice-planelattice-plane是一个开源的h5移动端游戏,使用webpack打包,babel装换代码。 github地址:https://github.com/yujingwyh/...游戏浏览地址:http://lp.honglisite.com/ 文件结构 src 源码目录 ...
分类:其他好文   时间:2020-01-18 19:48:26    阅读次数:132
【leetcode】1320. Minimum Distance to Type a Word Using Two Fingers
题目如下: You have a keyboard layout as shown above in the XY plane, where each English uppercase letter is located at some coordinate, for example, the l ...
分类:其他好文   时间:2020-01-17 11:45:26    阅读次数:67
error execution phase upload-config/kubelet: Error writing Crisocket information for the control-plane node: timed out waiting for the condition
swapoff -a && kubeadm reset && systemctl daemon-reload && systemctl restart kubelet && iptables -F && iptables -t nat -F && iptables -t mangle -F && i ...
分类:其他好文   时间:2020-01-15 19:44:44    阅读次数:468
kubeadm部署k8s
本文主要介绍了单master的k8s集群的部署,如果部署多个master,通过kubeadm join命令加上参数--experimental-control-plane即可,如果未添加此参数,默认是join的node节点,而非master节点
分类:其他好文   时间:2020-01-11 10:10:08    阅读次数:449
ant +jmeter+jenkins接口自动化测试二
【Jmeter篇】Jmeter+Ant+Jenkins接口自动化测试集成之半路逆转(二) 橙子探索测试发表于橙子探索测试订阅 72 【Jmeter篇】jmeter+Ant+Jenkins接口自动化测试集成(一) 一、更改方案 由于上一篇文章【Jmeter篇】jmeter+Ant+Jenkins接口自 ...
分类:其他好文   时间:2020-01-06 12:39:50    阅读次数:113
leetcode菜鸡斗智斗勇系列(7)--- 用最小的时间访问所有的节点
1.原题: https://leetcode.com/problems/minimum-time-visiting-all-points/ On a plane there are n points with integer coordinates points[i] = [xi, yi]. You ...
分类:其他好文   时间:2020-01-01 20:46:44    阅读次数:73
【CV中的Attention机制】易于集成的Convolutional Block Attention Module(CBAM模块)
前言: 这是CV中的Attention机制专栏的第一篇博客,并没有挑选实现起来最简单的SENet作为例子,而是使用了CBAM作为第一个讲解的模块,这是由于其使用的广泛性以及易于集成。目前cv领域借鉴了nlp领域的attention机制以后生产出了很多有用的基于attention机制的论文,atten ...
分类:其他好文   时间:2019-12-31 23:30:56    阅读次数:89
685条   上一页 1 ... 3 4 5 6 7 ... 69 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!