码迷,mamicode.com
首页 >  
搜索关键字:direction    ( 1061个结果
UML类图
UML类图 概述 类图是面向对象式的建模。他们一般都被用于概念建模(conceptual modelling)的系统分类的应用程序,并可将模型建模转译成代码 最上面是类名称 中间部分包含类的属性 底部部分包含类的方法 成员 UML提供机制,以代表类的成员,如属性和方法,对他们的其他信息。 指定一个类 ...
分类:其他好文   时间:2020-01-03 14:11:57    阅读次数:86
数据结构期末 图
基本概念 A directed graph is called strongly connected if there is a directed path from any vertex to any other vertex. If we suppress the direction of th ...
分类:其他好文   时间:2020-01-02 22:19:50    阅读次数:102
0077 flex布局:flex-direction、justify-content、flex-wrap、align-content、align-items、flex-flow、align-self、order
移动web开发——flex布局 1.传统布局和flex布局对比 1.1传统布局 + 兼容性好 + 布局繁琐 + 局限性,不能再移动端很好的布局 1.2 flex布局 + 操作方便,布局极其简单,移动端使用比较广泛 + pc端浏览器支持情况比较差 + IE11或更低版本不支持flex或仅支持部分 1. ...
分类:其他好文   时间:2019-12-31 21:48:09    阅读次数:64
从零开始のcocos2dx生活(十)ScrollView
目录 简介 基础变量 ScrollViewDelegate Direction _dragging _container _touchMoved _bounceable _touchLength 方法 create setContentSize deaccelerateScrolling maxCo ...
分类:其他好文   时间:2019-12-30 09:46:52    阅读次数:94
PyTorch-LSTM
1 import torch 2 import torch.nn as nn 3 4 torch.random.manual_seed(10) 5 6 input_size = 2 # 输入向量维度 7 hidden_size = 4 # 隐层层维度 8 num_layers = 2 # 层数 9 ...
分类:其他好文   时间:2019-12-28 20:47:52    阅读次数:59
Learning Temporal Pose Estimation from Sparsely-Labeled Videos
facebook AI 出品 之前的关键点论文大多是在静态图片上进行关键点识别,作者的工作是在不完全标注的视频序列中识别关键点,方法是每k帧进行一次关键点标注,标注的帧和某帧未标注的帧进行特征的warping,进行预测标注帧的结果,利用标注帧的结果反向优化未标注帧的关键点结果。 《摘要》 现在视频中 ...
分类:其他好文   时间:2019-12-26 21:40:40    阅读次数:135
threejs 限制物件只能在指定平面上拖拽
threejs提供有 DragController.js的例子来辅助拖拽 该例子可以在基于当前屏幕的x和y轴上拖拽物体,但是它不能影响z轴。 查看代码,可以在touchStart\mousedown下找到下述代码: 该代码的意义在于: 1、要确定一个目标平面(_plane),物件将会在该平面上移动 ...
分类:Web程序   时间:2019-12-20 18:59:35    阅读次数:520
小程序的flex布局
小程序建议使用flex布局进行排版 flex就是一个盒装弹性布局 flex是一个容器,所有子元素都是他的成员 小程序的flex布局 定义布局 display:flex flex容器的属性: flex-direction:排列方向 flex-wrap:换行规则 justify-content:对齐方式 ...
分类:微信   时间:2019-12-12 01:07:38    阅读次数:105
FCC---CSS Flexbox: Use the flex-direction Property to Make a Column
The last two challenges used the flex-direction property set to row. This property can also create a column by vertically stacking the children of a f ...
分类:Web程序   时间:2019-12-08 23:33:55    阅读次数:130
FCC---CSS Flexbox: Apply the flex-direction Property to Create a Column in the Tweet Embed
The tweet embed header and footer used the flex-direction property earlier with a row value. Similarly, the items inside the .profile-name element wou ...
分类:移动开发   时间:2019-12-08 23:18:49    阅读次数:130
1061条   上一页 1 ... 13 14 15 16 17 ... 107 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!