码迷,mamicode.com
首页 >  
搜索关键字:csu 1547 rectangle    ( 2022个结果
从ftp获取文件并生成压缩包
依赖 可选择多个路径进行压缩 java package per.qiao.utils.ftp; import org.apache.commons.lang3.StringUtils; import org.apache.commons.net.ftp.FTPClient; import org.a ...
分类:其他好文   时间:2019-07-20 09:39:44    阅读次数:121
【Leetcode_easy】836. Rectangle Overlap
problem 836. Rectangle Overlap 参考 1. Leetcode_easy_836. Rectangle Overlap; 完 ...
分类:其他好文   时间:2019-07-19 18:33:33    阅读次数:99
Qt_Quick开发实战精解_3
事件处理:qml中如故一个事件想要能够被单击,就要在其上放置一个MouseArea元素signal: onClicked() onDoubleClicked() onPressed() onReleased() onPressAndHold() Rectangle{ width:600 height ...
分类:其他好文   时间:2019-07-17 00:01:53    阅读次数:118
解题报告 『HISTOGRA - Largest Rectangle in a Histogram(单调栈)』
原题地址 单调栈板子题,代码很简单。 注意将a[n + 1]赋值为0,防止栈中矩形未弹完。 代码实现如下: #include <bits/stdc++.h> using namespace std; #define LL long long #define rep(i, a, b) for (reg ...
分类:其他好文   时间:2019-07-15 17:21:41    阅读次数:101
Lake Counting
Due to recent rains, water has pooled in various places in Farmer John's field, which is represented by a rectangle of N x M (1 <= N <= 100; 1 <= M <= ...
分类:其他好文   时间:2019-07-12 09:59:45    阅读次数:104
qml_position
Border.qml import Qt.Quick 2.5 Rectangle{ width:48 height: 48 color: "#00bde3" border.color:Qt.lighter(color) //边框颜色 } ----------------- Column.qml { ... ...
分类:其他好文   时间:2019-07-12 09:38:10    阅读次数:96
0x10 基本数据结构
"1101 火车进栈" dfs题,亏我想了那么久。。。 "POJ2559 Largest Rectangle in a Histogram " 单调栈。 我们假设已经选定了某一个高度,得到了一个确定的长度。 现在我们向后扫,由于我们在当前高度已经最长了,所以接下来肯定会变小。那多余的部分我们就可以都 ...
分类:其他好文   时间:2019-07-08 00:38:22    阅读次数:158
The Maze
There is a ball in a maze with empty spaces and walls. The ball can go through empty spaces by rolling up, down, left or right, but it won't stop roll ...
分类:其他好文   时间:2019-07-07 14:22:14    阅读次数:84
Android layer-list的属性和使用详解(阴影、边框效果)
通过每一层的设置来显示背景色 ...
分类:移动开发   时间:2019-07-03 12:04:29    阅读次数:172
自己写的一个POC管理小程序
文件下载地址:https://files.cnblogs.com/files/Spec/specpoc.zip 支持对单个地址进行漏洞攻击测试,文件批量攻击测试,调用zoomeye接口测试 zoomeye接口调用参考 :pocsuite3 单个地址本地测试: 题外话:一直想用python写一款自己的 ...
分类:微信   时间:2019-06-14 18:01:12    阅读次数:195
2022条   上一页 1 ... 24 25 26 27 28 ... 203 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!