码迷,mamicode.com
首页 >  
搜索关键字:meet    ( 339个结果
提交app的时候总是报出icon的错误
提交app的时候总是报出icon的错误iPad:Icon.png: icon dimensions (0 x 0) don’t meet the size requirements. The icon file must be 72×72 pixels起初以为图片坏了, 后来才发现好像是 10.7....
分类:移动开发   时间:2015-06-12 11:35:18    阅读次数:161
[LeetCode] Word Break II
Well, it seems that many people meet the TLE problem. Well, I use a simple trick in my code to aoivd TLE. That is, each time before I try to break the...
分类:其他好文   时间:2015-06-10 10:21:23    阅读次数:85
贪心/数学 Codeforces Round #212 (Div. 2) A. Two Semiknights Meet
题目传送门 1 /* 2 贪心/数学:还以为是BFS,其实x1 + 4 * k = x2, y1 + 4 * l = y2 3 */ 4 #include 5 #include 6 #include 7 using namespace std; 8 9 const int MAXN ...
分类:其他好文   时间:2015-06-06 18:09:32    阅读次数:114
[LeetCode] Contains Duplicate II
Well, the basic idea is fairly straightforward. We maintain a mappingmpfrom a value innumsto its position (index)i. Each time we meet an unseen value,...
分类:其他好文   时间:2015-06-03 00:43:26    阅读次数:237
POJ 2028 When Can We Meet?
Time Limit: 1000MSMemory Limit: 30000KTotal Submissions: 5158Accepted: 2844DescriptionThe ICPC committee would like to have its meeting as soon as pos...
分类:其他好文   时间:2015-05-28 12:27:17    阅读次数:146
【Ahoi2008】【lca】【bzoj1787】Meet 紧急集合
题目链接:http://www.lydsy.com/JudgeOnline/problem.php?id=1787 题解: 求出三个点两两之间的lca会发现有两个是一样的,然后我们选那个不一样的就好了。 #include #include #include #include using namespace std; struct use{ int st,en; }b[5000001];...
分类:其他好文   时间:2015-05-25 22:39:25    阅读次数:130
UVA 11178-Morley's Theorem(计算几何_莫雷定理)
Problem D Morley’s Theorem Input: Standard Input Output: Standard Output  Morley’s theorem states that that the lines trisecting the angles of an arbitrary plane triangle meet at the vertices of a...
分类:其他好文   时间:2015-05-16 18:25:36    阅读次数:124
Sentence 3
Also, students go to colleges and universities to have new experiences. This often means having the opportunity to meet people different from those in...
分类:其他好文   时间:2015-05-15 21:11:31    阅读次数:203
javacript中apply和call的区别
apply:方法能劫持另外一个对象的方法,继承另外一个对象的属性. 接受的参数是一个字符串。call:和apply的意思一样,只不过是参数列表不一样. 接收的参数是一个数组。例如:运行结果为: Hello diz song glad to meet you! Hello my Object gla....
分类:移动开发   时间:2015-05-14 16:16:05    阅读次数:259
Jenkins(二)
官网:https://wiki.jenkins-ci.org/display/JENKINS/Meet+Jenkins我的这篇文章不过简单的依据上文,介绍Jenkins提供了哪些功能。详细大家还是要自己学习啦~官网首页就提供了windows版本号的Jenkins安装包。我们能够下载一个用于学习。安装...
分类:其他好文   时间:2015-05-13 12:46:26    阅读次数:108
339条   上一页 1 ... 24 25 26 27 28 ... 34 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!