上一页 1 ··· 207 208 209 210 211 212 213 214 215 ··· 587 下一页
摘要: 标题效果: The TV shows such as You Are the One has been very popular. In order to meet the need of boys who are still single, TJUT hold the show itself. ... 阅读全文
posted @ 2015-07-19 21:14 mfrbuaa 阅读(166) 评论(0) 推荐(0)
摘要: 1. 新的API风格我们直接来看看你能够怎样使用Cocos2d-JS v3.0:曾经的API新的APInode.setPosition(x, y);node.x = x;node.y = y;node.setRotation(r);node.rotation = r;如表格中能够看到的,设置posi... 阅读全文
posted @ 2015-07-19 19:08 mfrbuaa 阅读(467) 评论(0) 推荐(0)
摘要: UVALive - 3263 That Nice Euler Circuit (几何)ACM题目地址:UVALive - 3263 That Nice Euler Circuit题意:给出一个点,问连起来后的图形把平面分为几个区域。分析:欧拉定理有:设平面图的顶点数、边数、面数分别V,E,F则V+F... 阅读全文
posted @ 2015-07-19 18:31 mfrbuaa 阅读(167) 评论(0) 推荐(0)
摘要: 本文乃Siliphen原创,转载请注明出处:http://blog.csdn.net/stevenkylelee/article/details/38309147 本文分为5小节,基本上就是我刚接触CSV文件到思考、实践做一个CSV解析器的过程的还原。希望我的思路也能带领你一步步从浅到深认识C... 阅读全文
posted @ 2015-07-19 17:01 mfrbuaa 阅读(614) 评论(0) 推荐(0)
摘要: #import @interface UIColor (RandomColor)+(UIColor *) randomColor;@end#import "UIColor+RandomColor.h"@implementation UIColor (RandomColor)+(UIColor *) ... 阅读全文
posted @ 2015-07-19 16:08 mfrbuaa 阅读(1583) 评论(0) 推荐(0)
摘要: AOP什么?AOP在功能方面,它是之前和之后运行一些业务逻辑,一些操作(比方记录日志、或者是推断是否有权限等),这些操作的加入。全然不耦合于原来的业务逻辑。从而对原有业务逻辑全然是透明。也就是说。这段操作和业务逻辑是全然分开的,它可能在项目中须要横切多个模块。且其自身也是一个独立的模块,贯穿了整个项... 阅读全文
posted @ 2015-07-19 15:30 mfrbuaa 阅读(792) 评论(0) 推荐(0)
摘要: //赢得了上风//从n几年移除堆叠一堆石头,有多少可取的石头堆# include # include # include using namespace std;int main(){ int n,sum,i,j,a[1010],cot,vis[1010]; while(~scanf("... 阅读全文
posted @ 2015-07-19 14:47 mfrbuaa 阅读(177) 评论(0) 推荐(0)
摘要: A. DZY Loves Chessboardtime limit per test1 secondmemory limit per test256 megabytesinputstandard inputoutputstandard outputDZY loves chessboard, and ... 阅读全文
posted @ 2015-07-19 13:38 mfrbuaa 阅读(356) 评论(0) 推荐(0)
摘要: 时间过得真快,不经意间我已经花了两年的大学生活,现在是时候写的东西。纪念馆两年左右的时间,最近一直在玩博客。我写了一个博客。纪念我们终将逝去的青春。 就从报考说起吧。高考成绩一般,自己选择了土建类的学校,填报了与建筑有关的专业。既然分数不高,就服从调剂吧。或许就从这一刻。就注定了我和计算机专业的缘... 阅读全文
posted @ 2015-07-19 11:49 mfrbuaa 阅读(1222) 评论(0) 推荐(0)
摘要: 问题叙述性说明:Given an array of non-negative integers, you are initially positioned at the first index of the array.Each element in the array represents you... 阅读全文
posted @ 2015-07-19 10:54 mfrbuaa 阅读(280) 评论(0) 推荐(0)
上一页 1 ··· 207 208 209 210 211 212 213 214 215 ··· 587 下一页