上一页 1 ··· 24 25 26 27 28 29 30 31 32 ··· 329 下一页
摘要: 4thIIUCInter-UniversityProgramming Contest, 2005AChildren’s GameInput: standard input Output: standard output Problemsetter:Md.Kamruzzaman There are lots of number games for children. These games are pretty easy to play but not so easy to make. We will discuss about an interesting game ... 阅读全文
posted @ 2013-08-04 21:23 jlins 阅读(249) 评论(0) 推荐(0) 编辑
摘要: 一个人的旅行Time Limit: 1000/1000 MS (Java/Others) Memory Limit: 32768/32768 K (Java/Others) Total Submission(s): 14139 Accepted Submission(s): 4761 Problem Description 虽然草儿是个路痴(就是在杭电待了一年多,居然还会在校园里迷路的人,汗~),但是草儿仍然很喜欢旅行,因为在旅途中 会遇见很多人(白马王子,^0^),很多事,还能丰富自己的阅历,还可以看美丽的风景……草儿想去很多地方,她想要去东京铁塔看夜景,去威尼斯看电影,去阳明山... 阅读全文
posted @ 2013-08-04 21:21 jlins 阅读(161) 评论(0) 推荐(0) 编辑
摘要: Description The multiplication puzzle is played with a row of cards, each containing a single positive integer. During the move player takes one card out of the row and scores the number of points equal to the product of the number on the card taken and the numbers on the cards on the left and on th 阅读全文
posted @ 2013-08-04 21:19 jlins 阅读(191) 评论(0) 推荐(0) 编辑
摘要: HashMap、HashSet、HashTable之间的区别是Java程序员的一个常见面试题目,在此仅以此博客记录,并深入源代码进行分析:在分析之前,先将其区别列于下面1:HashSet底层采用的是HashMap进行实现的,但是没有key-value,只有HashMap的key set的视图,HashSet不容许重复的对象2:Hashtable是基于Dictionary类的,而HashMap是基于Map接口的一个实现3:Hashtable里默认的方法是同步的,而HashMap则是非同步的,因此Hashtable是多线程安全的4:HashMap可以将空值作为一个表的条目的key或者value,H 阅读全文
posted @ 2013-08-04 21:18 jlins 阅读(556) 评论(0) 推荐(0) 编辑
摘要: C允许同时使用多于一个的修饰符,这就使得可以创建一下各种类型:int board[8][8];//int数组的数组int **ptr;//指向int的指针的指针int *risk[10];//具有10个元素的数组,每个元素都是一个指向int类型的指针int (* risk)[10];//一个指针,指向具有10个元素的int数组int * oof[3][4];//一个3*4数组,每个元素都是一个指向int类型的指针int (* oof)[3][4];//一个指针,指向一个3*4的int数组int (* oof[3])[4];//一个具有三个元素的数组,每个元素是一个指向具有4个int型元素数组的 阅读全文
posted @ 2013-08-04 21:16 jlins 阅读(362) 评论(0) 推荐(0) 编辑
摘要: 在用户管理的备份(三)中,最后打开数据库时,用了alterdatabaseopenresetlogs;的命令,这里为什么用resetlogs命令? 一.resetlogs的作用 1.将当前的日志序列号重置为1,抛弃以前所有日志信息,你可以在操作系统上删除它们; 2.在非归档模式下,如果联机重做日志丢失,则可以创建它;参考:Oracle—用户管理的完全恢复(一) 3.更新控制文件里面的信息; 4.更新所有当前的数据文件,联机重做日志文件和相关的归档日志文件并用新的SCN号开始。 所以你使用备份的控制文件或者不完全恢复,则必须使用resetlogs来打开数据库。 在归档文件名格式中有个参数%... 阅读全文
posted @ 2013-08-04 21:14 jlins 阅读(304) 评论(0) 推荐(0) 编辑
摘要: 废话不多说,就讲一下这个背景吧:事情是这个样子的~ 本着好学的精神,咱就买了本书,学习python结果呢,发现python的教程都是一个样子滴,上来的第一个hello world 都是通过IDLE来实现的。这个就比较让我头疼了,这个太简单了啊。可是我该肿么脱离IDLE来编写自己的python模块呢。于是乎,就有了这个文章一、先讲一下我的操作步骤吧,后面再统一简单介绍下这个内容(只适合初学者,高手们略过~~):前提是你电脑装了python哈,没有装python是不可以运行滴~~1.新建一个文本文件: 将文件名称更改为 HelloWorld.py(文件名随便起) 注意要修改文件的后缀名字哦,大家应 阅读全文
posted @ 2013-08-04 21:12 jlins 阅读(3758) 评论(0) 推荐(0) 编辑
摘要: 来源:点击打开链接 看路径记录的BFS之前,再看一遍优先队列的用法。优先队列的排序规则可以用运算符重载的方式完成,通常意义下,应该用friend bool operator #include #include #include using namespace std;class hospital{ public: int level; int id; friend bool operator c2.id; }};int main(){ int testcase; while(cin>>testcase) { int ... 阅读全文
posted @ 2013-08-04 21:10 jlins 阅读(179) 评论(0) 推荐(0) 编辑
摘要: 接口一:1:QQ群信息统计 地址:http://localhost:8080/webServices/messageSort 注意:连接地址提交的是一个txt文件,返回是一个list的json字符串,解释json字符串网上例子很多,请自行解释。2:接口实例:知识网 接口一: 1:QQ群信息统计 地址:http://localhost:8080/webServiceTest/webServices/messageSort 在线统计QQ群信息: 文件提交方式1:uploadify控件 文件提交方式2:jquery.from.js控件 ... 阅读全文
posted @ 2013-08-04 21:08 jlins 阅读(1372) 评论(0) 推荐(0) 编辑
摘要: 题目:http://acm.hdu.edu.cn/showproblem.php?pid=1050 求区间上点的最大重叠次数。 #include #include int main(){ int t, s, e, i, n, max, tmp; int mark[205]; scanf("%d", &t); while (t--) { scanf("%d", &n); memset(mark, 0, sizeof(mark)); while (n--) { scanf("%d%d", &s, &e); 阅读全文
posted @ 2013-08-04 21:06 jlins 阅读(139) 评论(0) 推荐(0) 编辑
上一页 1 ··· 24 25 26 27 28 29 30 31 32 ··· 329 下一页