码迷,mamicode.com
首页 >  
搜索关键字:corners    ( 153个结果
hdu 2888 Check Corners
/* 题意:给出m,n代表给出长为m宽为n的矩阵,然后给出一个q代表查询的次数,然后q行每行给出一个 r1, c1, r2, c2 且满足(1 <= r1 <= r2 <= m, 1 <= c1 <= c2 b?a:b in...
分类:其他好文   时间:2015-01-23 20:12:58    阅读次数:201
jquerymobile知识点:button与a
首先先上一段代码:Link button首先先记录一下: data-corners = "false" :表示按钮是否是圆角的 data-theme = "a" :表示按钮的主题 data-role="button" 这个比较多 大家可以查看api data-icon="back" 这个是按钮带的图...
分类:Web程序   时间:2015-01-13 10:14:12    阅读次数:165
USACO6.5-Closed Fences:计算几何
Closed Fences A closed fence in the plane is a set of non-crossing, connected linesegments with N corners (3 ﹏ 7 #include 8 #include 9 #include ...
分类:其他好文   时间:2014-12-07 00:04:11    阅读次数:218
android 通过shape设置圆形按钮
Android中常常使用shape来定义控件的一些显示属性来美化UI;shape的常用属性有:(1)solid:填充,设置填充的颜色;(2)stroke:描边,设置边界的宽度、颜色等;(3)corners:圆角,五个属性,全部设置的话,会覆盖; android:radius="20dp" ...
分类:移动开发   时间:2014-11-28 14:23:34    阅读次数:4114
OpenCV Tutorials —— Detecting corners location in subpixeles
亚像素精度(更加精确) ~~ void cornerSubPix(InputArray image, InputOutputArray corners, Size winSize, Size zeroZone, TermCriteriacriteria) Parameters: image – In...
分类:其他好文   时间:2014-11-26 18:34:59    阅读次数:291
android圆角矩形的实现
在res/drawable目录下穿件shape的xml来实现圆角矩形效果。代码如下: <corners android:bottomLeftRadius="8dp" ...
分类:移动开发   时间:2014-11-24 15:23:30    阅读次数:185
Fun with layers
Fun with layers这篇文章的有些内容很奇怪,我根本就没有这种现象,所以暂时就这样吧In this post, I’ll explain how to add a border, rounded corners, and drop shadow to any UIView using so...
分类:其他好文   时间:2014-10-29 14:27:27    阅读次数:273
hdu 2888 Check Corners(RMQ)
题目链接:hdu 2888 Check Corners 题目大意:给定一个矩阵,每次查询矩阵中的最大值,并且判断该最大值是否在所查询的角落上。 解题思路:一开始用线段树,一维RMQ都超时了,然后换成了二维的RMQ,结果MLE,dp数组换成9?9就过了。 #include #include #include using namespace std; const int maxn...
分类:其他好文   时间:2014-10-27 21:24:04    阅读次数:235
Android-----使用Button特效 selector+shape
当然除了使用drawable这样的图片外今天谈下自定义图形shape的方法,对于Button控件Android上支持以下几种属性shape、gradient、stroke、corners等。 我们就以目前系统的Button的selector为例说下:Java代码对于上面,这条shape的定义,分别为...
分类:移动开发   时间:2014-10-09 18:39:47    阅读次数:157
IOS Core Animation Advanced Techniques的学习笔记(三)
第四章:Visual EffectsRounded Corners例子4.1cornerRadius源码在这里下载:http://www.informit.com/title/9780133440751[objc]view plaincopyprint?#import"ViewController....
分类:移动开发   时间:2014-10-09 00:18:57    阅读次数:401
153条   上一页 1 ... 12 13 14 15 16 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!