有向图是否具有欧拉通路或回路的判定:欧拉通路:图连通;除2个端点外其余节点入度=出度;1个端点入度比出度大1;一个端点入度比出度小1 或 所有节点入度等于出度欧拉回路:图连通;所有节点入度等于出度#include#include#define MAX 27int in[MAX],out[MAX];i...
分类:
其他好文 时间:
2014-07-19 19:31:05
阅读次数:
178
今天是来百度实习的第四天,在项目过程中mentor说会用到play框架,当时就一个晕啊。Java还有一个叫play框架,作为一个从大三开始用java的重度javaer,居然不知道这个框架的存在,内心一阵草泥马飞过,于是乎就花了一下午研究一下。What's play framework?先来个开胃菜吧...
分类:
其他好文 时间:
2014-07-19 17:15:34
阅读次数:
255
1、KVC:Key Value Coding 键值编码(键值路径)作用:对象实例可以在类的外部对成员变量进行访问和赋值(就算成员变量是private也可以)举例:有一个Book类:private :_name; Author *_author; Author类:private:_na...
分类:
其他好文 时间:
2014-07-19 09:28:23
阅读次数:
200
疯狂的暑假学习之 Django学习笔记(五)—— 表单
参考:《The Django Book》 第7章
1. HttpRequest对象的信息
request.path 除域名以外的请求路径,斜杠开头 “/hello/”
request.get_host() 主机名 ...
分类:
其他好文 时间:
2014-07-18 21:21:43
阅读次数:
655
1. We can make it to play trick in code.At Dialog's show function, after app has set contentView, we can add a GlobalLayoutListener on decorView's Vie...
分类:
其他好文 时间:
2014-07-18 16:30:52
阅读次数:
451
个人看到对比play1.x和play2.x比较的文章中,写的最深入,最清晰的一个。转自:http://freewind.me/blog/20120728/965.html为了方便群中的Play初学者们,写了一篇入门引导,以帮助初学者尽快了解Play。本文之前发在另一个网站,因为觉得有些不便,还是转到...
分类:
其他好文 时间:
2014-07-18 09:25:11
阅读次数:
1073
A - Accurately Say "CocaCola"!DescriptionIn a party held by CocaCola company, several students stand in a circle and play a game.One of them...
分类:
其他好文 时间:
2014-07-18 00:01:04
阅读次数:
239
Problem Description
Adam and Eve play a card game using a regular deck of 52 cards. The rules are simple. The players sit on opposite sides of a table, facing each other. Each player gets k cards f...
分类:
其他好文 时间:
2014-07-17 20:17:43
阅读次数:
381
Oulipo
Time Limit: 1000MS
Memory Limit: 65536K
Total Submissions: 22295
Accepted: 8905
Description
The French author Georges Perec (1936–1982) once wrote a book, La...
分类:
其他好文 时间:
2014-07-17 19:23:57
阅读次数:
278
Where is the Marble? Where is the Marble?Raju and Meena love to play with Marbles. They have got a lot of marbles with numbers written on them. At the...
分类:
其他好文 时间:
2014-07-17 14:20:27
阅读次数:
376