码迷,mamicode.com
首页 >  
搜索关键字:dimen    ( 262个结果
Join Reorder优化 - 论文摘要
Query Simplification: Graceful Degradation for Join-Order Optimization 这篇的related work可以参考,列的比较全面, Query图分为下面几种, Graph Simplification算法, Heuristic Opt ...
分类:其他好文   时间:2019-09-29 21:55:44    阅读次数:141
FatMouse and Cheese HDU1078 动态规划,记忆化搜索
FatMouse has stored some cheese in a city. The city can be considered as a square grid of dimension n: each grid location is labelled (p,q) where 0 <= ...
分类:其他好文   时间:2019-09-05 23:15:50    阅读次数:109
Flutter 以Dialog Activity形式展现
在android上Flutter其实是依托于一个Activity上面绘制所有的界面的,那么很自然,我们可以把这个Activity的样式改成Dialog形式,这样子的Flutter的最大范围就是一个Dialog形式了。废话不多说,上效果图。 核心代码:新增dialog activity的样式: 将ac ...
分类:其他好文   时间:2019-09-02 17:03:58    阅读次数:122
tf.split函数的用法(tensorflow1.13.0)
tf.split(input, num_split, dimension): dimension指输入张量的哪一个维度,如果是0就表示对第0维度进行切割;num_split就是切割的数量,如果是2就表示输入张量被切成2份,每一份是一个列表。 例如: 输出: [[1] [4]][[2] [5]][[3 ...
分类:其他好文   时间:2019-08-25 17:56:42    阅读次数:139
WebView:是应用程序打开web网页的UI控件前台
<RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android" xmlns:tools="http://schemas.android.com/tools" android:layout_width="match_ ...
分类:Web程序   时间:2019-08-19 21:24:38    阅读次数:143
设计模式之装饰者模式
首先让我们看一下装饰者模式(我爱叫他套娃模式)的概念:动态的将责任附加到对象上, 若要扩展功能,装饰者提供了比继承者更有弹性的集成方案。 什么?没看懂?没关系,最后再来看这个概念,想让让我们来看一个咖啡屋项目(就是点各式 各样的咖啡)。 原本的设计如下: 看似很好的设计,但是别忘了,买咖啡时候我们会 ...
分类:其他好文   时间:2019-08-07 18:52:50    阅读次数:113
CAD倾斜标注
设置线性标注尺寸界线的倾斜角度。默认情况下,系统在创建线性标注时,尺寸界线与尺寸线是垂直的。这个选项的设置在尺寸界线与图形的其他部件有重叠或其他冲突时用处很大。 1.单击菜单栏,“绘图->倾斜标注。 2.单击编辑工具栏”倾斜标注”按钮。 3.在命令行中输入ObliqueDimension,按回车键。 ...
分类:其他好文   时间:2019-07-30 16:01:01    阅读次数:89
android studio 欢迎页和引导页
这是我第一次接触到android学习,现在模仿拉手网的welcomeactivity activity_welcome.xml <resources> <!-- Default screen margins, per the Android Design guidelines. --> <dimen ...
分类:移动开发   时间:2019-07-25 23:42:40    阅读次数:187
2724: Cows
描述 Farmer John's cows have discovered that the clover growing along the ridge of the hill (which we can think of as a one-dimensional number line) in ...
分类:其他好文   时间:2019-07-23 00:10:44    阅读次数:106
[LeetCode] 864. Shortest Path to Get All Keys 获得所有钥匙的最短路径
We are given a 2 dimensional . is an empty cell, is?a wall, is the starting point, ( , , ...) are keys, and ( , , ...) are locks. We start at the star ...
分类:其他好文   时间:2019-07-21 01:04:54    阅读次数:121
262条   上一页 1 ... 3 4 5 6 7 ... 27 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!