Our whole universe was in a hot dense state,Then nearly fourteen billion years ago expansion started. Wait...The Earth began to cool,The autotrophs be...
分类:
其他好文 时间:
2014-08-29 12:35:37
阅读次数:
220
Big Event in HDUCrawling in process...
Crawling failed
Time Limit:5000MS
Memory Limit:32768KB 64bit IO Format:%I64d & %I64u
Submit
Status
Description
Nowadays, we all know th...
分类:
其他好文 时间:
2014-08-28 16:58:30
阅读次数:
139
C - Big Event in HDU
Time Limit:5000MS Memory Limit:32768KB 64bit IO Format:%I64d
& %I64u
Submit Status
Description
Nowadays, we all know that Computer College is the biggest d...
分类:
其他好文 时间:
2014-08-28 09:44:29
阅读次数:
217
最近有一个项目设计一个APP实现通过触摸屏实现毛笔写字效果。传统的绘画板程序直接通过Path的moveTo和LineTo便可实现简单的线条绘画程序。然而要达到毛笔的笔锋效果则需要更为详细点的设计。我的实现思路是通过以触摸事件DOWN、MOVE、UP中的每一个点为圆心画圆,除此之外还可通过触摸压力的大小改变所绘圆的半径,这样一连串的圆便可粗略地模拟毛笔笔锋效果,在设计次效果时遇到两个问题:
1:a...
分类:
移动开发 时间:
2014-08-27 23:31:08
阅读次数:
415
Problem Description
Last night, little erriyue had a horrible nightmare. He dreamed that he and his girl friend were trapped in a big maze separately. More terribly, there are two ghosts in the maz...
分类:
Web程序 时间:
2014-08-27 22:03:18
阅读次数:
255
题目地址:HDU 1171
还是水题。。普通的01背包。注意数组要开大点啊。。。。
代码如下:
#include
#include
#include
#include
#include
#include
#include
#include
#include
#include
#include
using namespace std;
int dp[260000], v...
分类:
其他好文 时间:
2014-08-27 22:02:29
阅读次数:
183
template class Conversion{ typedef char Small; class Big {char dummy[2]; }; static Small Test(U); static Big Test(...); static T MakeT(); //稻草人函数publi...
分类:
其他好文 时间:
2014-08-27 21:51:48
阅读次数:
193
http://acm.hdu.edu.cn/showproblem.php?pid=1171Problem DescriptionNowadays, we all know that Computer College is the biggest department in HDU. But, ma...
分类:
其他好文 时间:
2014-08-27 21:49:38
阅读次数:
268
1. 文件上传 php对post提交&最大文件上传限制&脚本执行时间限制2.nginx 限制,或者站点配置文件限制3. 反向代理:只负责数据和文件数据的转发对文件上传大小也是有限制 报错信息是: 413 Request Entity Too Large
分类:
其他好文 时间:
2014-08-27 20:28:48
阅读次数:
253
Unique Paths
A robot is located at the top-left corner of a m x n grid (marked 'Start' in the diagram below).
The robot can only move either down or right at any point in time. The r...
分类:
其他好文 时间:
2014-08-27 16:34:58
阅读次数:
242