http://uva.onlinejudge.org/index.php?option=com_onlinejudge&Itemid=8&page=show_problem&problem=1742
Problem ?
Lift Hopping
Time Limit: 1 second
Ted the bellhop: "I'm coming up and if t...
分类:
其他好文 时间:
2014-09-03 18:09:37
阅读次数:
282
两个自己平时写的方法,记录下来,方便以后查找使用; 1、判断用户是否在字段人员和组里面; public static bool IsUserInFiled(int UserID, string ListName, int ItemID, string FieldInterName) ...
分类:
其他好文 时间:
2014-09-02 17:36:35
阅读次数:
174
题目链接:http://uva.onlinejudge.org/index.php?option=com_onlinejudge&Itemid=8&category=20&page=show_problem&problem=1822题目意思:有一条 L 厘米长的杆,上面有 n 只蚂蚁,给出每只蚂蚁的...
分类:
其他好文 时间:
2014-08-30 00:01:48
阅读次数:
283
链接:https://icpcarchive.ecs.baylor.edu/index.php?option=com_onlinejudge&Itemid=8&page=show_problem&problem=4611
题意:给一个N*N个点的矩阵(N
思路:题里给的很明白,就是列一个每个点的边的矩阵,然后求子矩阵的行列式就可以了,因为N只有6,所以打表就可以了。
打表代码:
#incl...
分类:
其他好文 时间:
2014-08-28 17:01:00
阅读次数:
350
链接:
UVa http://uva.onlinejudge.org/index.php?option=com_onlinejudge&Itemid=8&page=show_problem&problem=3592
POJ
http://poj.org/problem?id=2784
题意:告诉你n个点的坐标,建立一颗最小生成树,不过有q个套餐,套餐是连通某些点,并有一定花费,求...
分类:
其他好文 时间:
2014-08-28 16:55:29
阅读次数:
324
链接:http://uva.onlinejudge.org/index.php?option=com_onlinejudge&Itemid=8&page=show_problem&problem=4141
题意:给出n个顶点,m条边,求一个生成树,使得最大边与最小边的差值最小。
思路:求一个生成树使最大边最小是瓶颈生成树。对于此题,我们枚举每一条边做最小边的情况,找对应的最小生成树的最...
分类:
其他好文 时间:
2014-08-28 14:52:28
阅读次数:
292
https://icpcarchive.ecs.baylor.edu/index.php?option=com_onlinejudge&Itemid=8&page=show_problem&category=589&problem=4407&mosmsg=Submission+received+with+ID+1528513
Factors
The fundamental theore...
分类:
其他好文 时间:
2014-08-27 22:01:58
阅读次数:
292
为了方便表示或是指定一个组件的名称,我们通常会使用id或者itemId进行标识命名。(推荐尽量使用itemId,这样可以减少页面唯一标识而产生的冲突) id: id是作为整个页面的Component的唯一标识,这也意味着在整个页面中只允许有唯一一个名称的id,同时这里的Component的id也将变...
分类:
Web程序 时间:
2014-08-27 10:54:17
阅读次数:
204
Extjs 中id与itemId的区别分类:extjs42014-02-20 10:28349人阅读评论(0)收藏举报为了方便表示或是指定一个组件的名称,我们通常会使用id或者itemId进行标识命名。(推荐尽量使用itemId,这样可以减少页面唯一标识而产生的冲突)id: id是作为整个页面的.....
分类:
其他好文 时间:
2014-08-26 00:18:45
阅读次数:
384
题目链接:http://uva.onlinejudge.org/index.php?option=com_onlinejudge&Itemid=8&category=12&page=show_problem&problem=945Problem:In 1976 the ``Four Color Ma...
分类:
其他好文 时间:
2014-08-22 01:33:05
阅读次数:
325