码迷,mamicode.com
首页 >  
搜索关键字:itemid    ( 711个结果
UVALive--6571--It Can Be Arranged【拆点+isap】最小割
链接:https://icpcarchive.ecs.baylor.edu/index.php?option=com_onlinejudge&Itemid=8&page=show_problem&problem=4582 题意:有n门课程,每个课程有个开始时间和结束时间,和参加人数,现要租借教室来上课。再告诉你一个矩阵,a[i][j]表示第j门课如果在第i门课后使用第i门课的教室,需要a[i][...
分类:其他好文   时间:2014-09-17 02:24:11    阅读次数:268
一个效果非常不错的JAVA数据库连接池
package studytest; // //????一个效果非常不错的JAVA数据库连接池. //????from:http://www.jxer.com/home/?uid-195-action-viewspace-itemid-332 //????虽然现在用APACHE COMMONS DBCP可以非常方便的...
分类:数据库   时间:2014-09-16 12:53:10    阅读次数:288
SharePoint 判断用户是否在字段"人员和组"里面
两个自己平时写的方法,记录下来,方便以后查找使用;   1、判断用户是否在字段人员和组里面; public static bool IsUserInFiled(int UserID, string ListName, int ItemID, string FieldInterName) { bool value = false; ...
分类:其他好文   时间:2014-09-15 10:08:38    阅读次数:147
EF中使用SQL函数
SqlFunctions引用命名空间:using System.Data.Objects.SqlClient;db.Favorite.Where(_ => SqlFunctions.PatIndex(keyWord, _.ItemName) > 0 && _.UserId == itemId);与d...
分类:数据库   时间:2014-09-10 12:26:20    阅读次数:298
LA 6459 Infinite Go (模拟,搜索)
https://icpcarchive.ecs.baylor.edu/index.php?option=com_onlinejudge&Itemid=8&page=show_problem&problem=4470 Go is a proverbial board game originated in China. It has been proved to be the most diffic...
分类:其他好文   时间:2014-09-06 21:21:53    阅读次数:457
LA 2678 Subsequence(二分查找)
题目链接:https://icpcarchive.ecs.baylor.edu/index.php?option=com_onlinejudge&Itemid=8&page=show_problem&problem=679解题报告:给定一个正整数的序列,和一个S,求长度最短的子序列,使它们的和大于或...
分类:其他好文   时间:2014-09-06 17:20:23    阅读次数:197
struts 中 s:iterator 使用注意事项
后台定义类public class Course_pj { private String _id; private String _courseid; private String _course_page_id; public String _itemid; priv...
分类:其他好文   时间:2014-09-05 18:11:21    阅读次数:192
UVAlive 5796 Hedge Mazes
https://icpcarchive.ecs.baylor.edu/index.php?option=com_onlinejudge&Itemid=8&page=show_problem&problem=3807题意:给一个图,有R个点C条边,会进行Q次询问。每次询问两个点u,v之间有没有为一条路...
分类:其他好文   时间:2014-09-05 14:21:41    阅读次数:181
UVA 11021 - Tribles(概率)
http://uva.onlinejudge.org/index.php?option=com_onlinejudge&Itemid=8&category=481&page=show_problem&problem=1962刚开始没理解题意,看了题解之后也不太理解,现在好点了。其实可以看作每个麻球的...
分类:其他好文   时间:2014-09-04 01:35:47    阅读次数:240
UVA100 The 3n + 1 problem
题目链接:http://uva.onlinejudge.org/index.php?option=com_onlinejudge&Itemid=8&page=show_problem&problem=36 简单模拟题。 #include #include using namespace std; int len[1000001]; int main() { int i,a,b,a1...
分类:其他好文   时间:2014-09-03 18:16:07    阅读次数:183
711条   上一页 1 ... 61 62 63 64 65 ... 72 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!