上一页 1 ··· 4 5 6 7 8 9 10 11 12 13 下一页
摘要: Andy, 8, has a dream - he wants to produce his very own dictionary. This is not an easy task for him, as the number of words that he knows is, well, n... 阅读全文
posted @ 2015-06-11 18:05 Say舞步 阅读(100) 评论(0) 推荐(0) 编辑
摘要: 由于每个木块堆的高度不确定,所以用vector保存AC代码:#include #include #include #include #include #include #include #include #include #include using namespace std;const int ... 阅读全文
posted @ 2015-06-11 17:52 Say舞步 阅读(111) 评论(0) 推荐(0) 编辑
摘要: 主要用到排序和查找,sort和lower_bound两个STL就搞定了注意把“CASE# 1:”这个放到输入N个大理石之前和放到输入查找的大理石之前都可以ACAC代码:#include #include #include #include #include #include #include #in... 阅读全文
posted @ 2015-06-11 17:10 Say舞步 阅读(154) 评论(0) 推荐(0) 编辑
摘要: Python 网页爬虫 & 文本处理 & 科学计算 & 机器学习 & 数据挖掘兵器谱2015-04-27程序猿程序猿来自:我爱自然语言处理,www.52nlp.cn链接:http://www.52nlp.cn/python-%E7%BD%91%E9%A1%B5%E7%88%AC%E8%99%AB-%... 阅读全文
posted @ 2015-06-11 00:36 Say舞步 阅读(262) 评论(0) 推荐(0) 编辑
摘要: 来自:NoMasp柯于旺 - CSDN博客链接:http://blog.csdn.net/nomasp/article/details/45827145图的定义背景知识看到这篇博客相信一开始映入读者眼帘的就是下面这幅图了,这就是传说中的七桥问题(哥尼斯堡桥问题)。在哥尼斯堡,普雷格尔河环绕着奈佛夫岛... 阅读全文
posted @ 2015-06-11 00:25 Say舞步 阅读(474) 评论(0) 推荐(0) 编辑
摘要: 在ViewController.m中添加代码:-(void)viewWillAppear:(BOOL)animated{ // 注册键盘出现通知 [[NSNotificationCenter defaultCenter] addObserver:self selector:@select... 阅读全文
posted @ 2015-06-11 00:18 Say舞步 阅读(228) 评论(0) 推荐(0) 编辑
摘要: 第一种调用方法:demo#include using namespace std;class Text{public: Text() // 无参数构造函数 { m_a = 0; m_b = 0; cout #include using namespace std;class Location{... 阅读全文
posted @ 2015-06-10 23:13 Say舞步 阅读(311) 评论(0) 推荐(0) 编辑
摘要: demo#include using namespace std;class Text{public: Text() // 无参数构造函数 { m_a = 0; m_b = 0; cout << "无参数构造函数" << endl; } Text(int a) // 有参数构造函数 { m_... 阅读全文
posted @ 2015-06-10 21:08 Say舞步 阅读(537) 评论(0) 推荐(0) 编辑
摘要: Xiangqi is one of the most popular two-player board games in China. The game represents a battlebetween two armies with the goal of capturing the enem... 阅读全文
posted @ 2015-06-10 19:24 Say舞步 阅读(170) 评论(0) 推荐(0) 编辑
摘要: Some message encoding schemes require that an encoded message be sent in two parts. The first part, called the header, contains the characters of the ... 阅读全文
posted @ 2015-06-10 16:53 Say舞步 阅读(130) 评论(0) 推荐(0) 编辑
上一页 1 ··· 4 5 6 7 8 9 10 11 12 13 下一页