DescriptionA straight dirt road connects two fields on FJ’s farm, but it changes elevation more than FJ would like. His cows do not mind climbing up or down a single slope, but they are not fond of an...
分类:
其他好文 时间:
2015-02-14 15:02:57
阅读次数:
157
Qin Shi Huang's National Road SystemTime Limit: 2000/1000 MS (Java/Others)Memory Limit: 32768/32768 K (Java/Others)Total Submission(s): 4139Accepted S...
分类:
其他好文 时间:
2015-02-14 13:41:22
阅读次数:
119
Android自学资料汇总资料参考地址:http://blog.csdn.net/guolin_blog/article/details/26365913http://drakeet.me/android_base_road如果是是纯新人,推荐从视频开始,做完一个APP大部分操作都熟悉。如果彻底小白...
分类:
移动开发 时间:
2015-02-11 18:09:54
阅读次数:
170
简单DP,dp[i][j]表示从第一个序列里取出i个和从第j个序列里取出j个的组合的最小值,可以从两个方向转移过来,每次转移加上已经出现过的且还没有出现完的字母的个数. O(n?m)O(n*m)的复杂度.
1625 Color LengthCars painted in different colors are moving in a row on the road as shown in Figu...
分类:
其他好文 时间:
2015-02-11 16:39:30
阅读次数:
194
http://acm.hdu.edu.cn/showproblem.php?pid=4346
Problem Description
There is a road from city A to city B.On the road,there are N positions(indexed from 0 to N-1).In order to celebrate the Mult...
分类:
其他好文 时间:
2015-02-07 13:14:04
阅读次数:
114
Lou's Pseudo 3d Page(C) 2013 Louis Gorenfeld, updated May 3, 2013NEW:Important details on the segmented road system and some additional linksNEW:An (o...
分类:
其他好文 时间:
2015-02-03 22:40:37
阅读次数:
312
#include #include #include #include #include using namespace std;#define INF 10000000int start;int over;bool sign[9];int NUM;int path[9][9];int road[9...
分类:
其他好文 时间:
2015-01-29 12:30:12
阅读次数:
157
Qin Shi Huang's National Road System
Time Limit: 2000/1000 MS (Java/Others) Memory Limit: 32768/32768 K (Java/Others)
Total Submission(s): 4056 Accepted Submission(s): 1399
Problem Desc...
分类:
其他好文 时间:
2015-01-29 09:32:16
阅读次数:
406
模仿Vuejs的伪MVVM库,下面是使用说明项目地址:https://github.com/miniflycn/Q.js相关项目:https://github.com/miniflycn/Ques一个简单例子模版:脚本:var vm = new Q({ el: '#demo', data...
分类:
Web程序 时间:
2015-01-28 21:00:33
阅读次数:
251
STL中的pairing-heap优化dijkstra~...
分类:
其他好文 时间:
2015-01-28 14:45:41
阅读次数:
219