Redfield Water Ripples 可以用于设计具有高度现实主义风格的水波纹特效,它提供了诸多属性选项,其 3D 渲染品质另人映像深刻。此滤镜非常易用,其随机设定生成器可创建几乎无限的水波纹表面,令你目不暇接。
Water Ripples 2.02 PS水波滤镜,是目前最新版本,它比上几个版本的功能区域分类更准确(形状和亮状),且增加了制造水波的“闪烁”功能。有意思的是,它制造...
分类:
其他好文 时间:
2014-07-24 10:30:44
阅读次数:
180
find the most comfortable roadProblem DescriptionXX星有许多城市,城市之间通过一种奇怪的高速公路SARS(Super Air Roam Structure---超级空中漫游结构)进行交流,每条SARS都对行驶在上面的Flycar限制了固定的Speed...
分类:
其他好文 时间:
2014-07-23 11:35:26
阅读次数:
227
给一个DAG图,一个人可以走一条路,或者就在一个点(路径长度为0),问至少需要多少人可以覆盖所有点。
根据二分图的性质:
DAG的最小路径覆盖,将每个点拆点后求最大匹配数m,结果为n-m,求具体路径的时候顺着匹配边走就可以,匹配边i→j',j→k',k→l'....构成一条有向路径。
#include
#include
#include
#include
#include
#...
分类:
其他好文 时间:
2014-07-22 00:28:34
阅读次数:
194
You may have noticed brown-red stains forming around your sinks and bathroom fixtures and the water tha . Tags: canadian water warehouse, water treatm...
分类:
其他好文 时间:
2014-07-22 00:19:36
阅读次数:
279
高斯消元+枚举自由变元
The Water Bowls
Time Limit: 1000MS
Memory Limit: 65536K
Total Submissions: 4276
Accepted: 1678
Description
The cows have a line of 20 wat...
分类:
其他好文 时间:
2014-07-22 00:10:36
阅读次数:
286
#pragma warning(disable:4996)
#include <cstdio>
#include <tchar.h>
#include <Windows.h>
/*
submit time : 3
1.Time Limit Exceeded
Last executed input: []
2.Cant‘s remember
request :
G...
分类:
移动开发 时间:
2014-07-21 23:30:21
阅读次数:
443
Description
The cows have a line of 20 water bowls from which they drink. The bowls can be either right-side-up (properly oriented to serve refreshing cool water) or upside-down (a position which h...
分类:
其他好文 时间:
2014-07-21 22:32:18
阅读次数:
278
Description
The army of United Nations launched a new wave of air strikes on terroristforces. The objective of the mission is to reduce enemy's logistical mobility. Each airstrike will destroy a pa...
分类:
其他好文 时间:
2014-07-20 23:04:26
阅读次数:
332
第一部分:音量控制入门http://www.adobe.com/cn/devnet/air/articles/building-ane-ios-android-pt1.html第二部分: 开发 ActionScript 库http://www.adobe.com/cn/devnet/air/arti...
分类:
移动开发 时间:
2014-07-19 16:00:23
阅读次数:
289
使用的的类是QtGui.QCompleterfrom PyQt4 import QtGui,QtCore
str = QtCore.QStringList(['a','air','airbus'])#预先设置字典
lineEdit = QtGui.QLineEdit()
lineEdit.setCompleter(QtGui.QCompleter(str)) #将字典添加到lineEdit中
这样...
分类:
其他好文 时间:
2014-07-19 08:17:12
阅读次数:
275