码迷,mamicode.com
首页 >  
搜索关键字:dimens    ( 221个结果
463. Island Perimeter
题目描述: You are given a map in form of a two-dimensional integer grid where 1 represents land and 0 represents water. Grid cells are connected horizonta ...
分类:其他好文   时间:2018-08-16 21:04:15    阅读次数:164
Gen对于数组Array的处理
举个例子,如下: 其中a如下语句生成的class内容一样,如下: 当在创建时初始化数组时,不能指定数组的大小,如下会报错: Eclipse编译器报错:Cannot define dimension expressions when an array initializer is provided 则 ...
分类:编程语言   时间:2018-08-14 11:12:34    阅读次数:161
G - Lines of Containers
A shipment of Nlogs, the main export product from Nlogonia, is in the harbour, in containers, readyto be shipped. All containers have the same dimensi ...
分类:其他好文   时间:2018-08-13 20:55:24    阅读次数:134
点积为什么等价于投影后的乘积
摘自《Essence of linear algebra》系列视频,非常精彩。B站上有全集~ [TOC] Dot Product 我们都知道,向量的点积是这么做的: 其几何解释为投影相乘: 通过投影,我们可以理解为什么点积为0(正交),为什么点积可以为负。 点积还具有symmetry。 假设u和v点 ...
分类:其他好文   时间:2018-08-12 17:15:32    阅读次数:690
Keras版Faster-RCNN代码学习(IOU,RPN)1
最近开始使用Keras来做深度学习,发现模型搭建相较于MXnet, Caffe等确实比较方便,适合于新手练手,于是找来了目标检测经典的模型Faster-RCNN的keras代码来练练手,代码的主题部分转自知乎专栏Learning Machine,作者张潇捷,链接如下: keras版faster-rc ...
分类:其他好文   时间:2018-08-11 12:59:29    阅读次数:564
promql查询表达式
Basics 即时矢量选择器 =:匹配与标签相等的内容!=:不匹配与标签相等的内容=~: 根据正则表达式匹配与标签符合的内容!~:根据正则表达式不匹配与标签符合的内容 示例: http_requests_total{environment=~"staging|testing|development" ...
分类:其他好文   时间:2018-08-07 20:36:49    阅读次数:6869
使用Echarts几分钟制作出折线图、饼图、柱状图等
ECharts,缩写来自EnterpriseCharts。ECharts,不仅是国内关注度最高的开源项目,还是中国第一个也是目前唯一一个入选了GithubExplorerDataVisualization板块的开源项目。这里咱们结合上篇提到的Bootstrap简单栅格框架,来做一个小小的布局。学以致用嘛。从来不喜欢赘述,直接上代码,一切的解释,请看代码注释:<scripttype="text
分类:其他好文   时间:2018-07-29 10:14:09    阅读次数:203
LCD1602 库函数
This library allows an Arduino board to control LiquidCrystal displays (LCDs) based on the Hitachi HD44780 (or a compatible) chipset, which is found o ...
分类:其他好文   时间:2018-07-27 01:25:52    阅读次数:1277
poj1050 dp动态规划
Description Given a two-dimensional array of positive and negative integers, a sub-rectangle is any contiguous sub-array of size 1*1 or greater locate ...
分类:其他好文   时间:2018-07-15 19:35:55    阅读次数:212
array-09.c
#include #include void main(void) { int Upper[5][5] = { 3, 9, 1, 4, 7, 0, 5, 2, 5, 8, 0, 0, 5, 2, 4, 0, 0, 0, 1, 7, ... ...
分类:其他好文   时间:2018-07-11 18:02:42    阅读次数:112
221条   上一页 1 ... 6 7 8 9 10 ... 23 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!