Two images A and B are given, represented as binary, square matrices of the same size. (A binary matrix has only 0s and 1s as values.) We translate on ...
分类:
其他好文 时间:
2019-02-07 23:23:10
阅读次数:
214
//https://blog.csdn.net/Htlas/article/details/79188008 //人物移动 http://gad.qq.com/article/detail/289212 //mesh 山丘地形 http://gad.qq.com/article/detail/289... ...
分类:
其他好文 时间:
2019-02-01 17:07:54
阅读次数:
184
动态规划,是为了解决overlap sub problem(重叠子问题)。 感觉动态规划,最难的是状态的定义和状态转移方程的定义,把状态转移方程确定,是最难的一步。 学习动态规划,可以先把递归过程理解清楚,再使用非递归的方法,来求解问题,来避免重复计算。 参考: "正月点灯笼 动态规划" 下面是两道 ...
分类:
其他好文 时间:
2019-01-22 22:52:06
阅读次数:
199
Three companies decided to order a billboard with pictures of their logos. A billboard is a big square board. A logo of each company is a rectangle of ...
分类:
其他好文 时间:
2019-01-20 00:59:14
阅读次数:
335
精读《新视野·读写教程A3》 U2: word: U3 U6 U8 The art of parenting: words: TEXT A TEXT B cradle vt.轻拥 n.摇篮 | scrutiny n.仔细检查 hesitant a.犹豫的 | contention n.看法 mili ...
分类:
其他好文 时间:
2019-01-02 22:13:50
阅读次数:
320
A rectangle is represented as a list [x1, y1, x2, y2], where (x1, y1) are the coordinates of its bottom-left corner, and (x2, y2) are the coordinates ...
分类:
编程语言 时间:
2018-12-15 12:01:04
阅读次数:
221
1、引用 #include <stdlib.h>//#include <stdio.h>#include<windows.h>#include<stdio.h>#include<shellapi.h>#pragma comment(lib,"user32")#pragma comment(lib," ...
分类:
编程语言 时间:
2018-12-13 19:29:01
阅读次数:
147
这几天一直在用Pytorch来复现文本检测领域的CTPN论文,本文章将从数据处理、训练标签生成、神经网络搭建、损失函数设计、训练主过程编写等这几个方面来一步一步复现CTPN。CTPN算法理论可以参考 "这里" 。 训练数据处理 我们的训练选择天池ICPR2018和MSRA_TD500两个数据集,天池 ...
分类:
其他好文 时间:
2018-12-02 18:34:22
阅读次数:
3417
1. Quetions: 617. Merge Two Binary Trees url: https://leetcode.com/problems/merge-two-binary-trees/description/ Given two binary trees and imagine tha ...
分类:
其他好文 时间:
2018-11-17 19:12:08
阅读次数:
107
情景描述: 芯片:zynq7020 问题: 设计从FPGA的U19引脚上的开发板板接收时钟输入125M,并将其送到两个MMCM。使用软件:vivado2015.4在Vivado中打开合成设计后,我得到以下Crticial警告: Failed to create I/OLOGIC Route Thro ...
分类:
其他好文 时间:
2018-11-04 16:13:59
阅读次数:
472