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
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、导入POI的jar包新建一个项目,在根目录在新建一个lib文件夹,将jar包复制粘贴到lib文件夹后,右键将其添加到项目的build path中,最后的结果如图所示:2、编写java类,新建一个实体类例如(电脑、电视)public Computer{ private int id; priva....
分类:
其他好文 时间:
2014-08-27 16:30:27
阅读次数:
157
Non-blocking algorithm
In computer science, a non-blocking algorithm ensures that threads competing
for a shared resource do not have their execution indefinitely
postponed by mutual ex...
分类:
其他好文 时间:
2014-08-26 09:52:09
阅读次数:
270
Problem Description
In mathematics and computer science, an algorithm describes a set of procedures or instructions that define a procedure. The term has become increasing popular since the adven...
分类:
其他好文 时间:
2014-08-25 22:54:25
阅读次数:
408
PalindromeTime Limit:15000MSMemory Limit:65536KB64bit IO Format:%I64d & %I64uDescriptionAndy the smart computer science student was attending an algor...
分类:
其他好文 时间:
2014-08-25 14:39:54
阅读次数:
182
Consistency model
From Wikipedia, the free encyclopedia
In computer science, consistency
models are used in distributed systems like distributed
shared memory systems or distributed da...
分类:
其他好文 时间:
2014-08-25 11:53:34
阅读次数:
359
1. INTRODUCTION The main goal of the National Computer Security Center is to encourage the widespread availability of trusted computer systems. In sup...
分类:
数据库 时间:
2014-08-24 23:27:33
阅读次数:
365
Network of Schools
Time Limit: 1000MS
Memory Limit: 10000K
Total Submissions: 11180
Accepted: 4448
Description
A number of schools are connected to a computer netwo...
分类:
Web程序 时间:
2014-08-24 09:10:22
阅读次数:
309
题目链接:uva 12096 - The SetStack Computer
题目大意:一个栈,有5种操作;
PUSH:向栈中放一个空集合。DUP:复制栈顶集合。UNION:取栈顶的两个集合,取并集后放回。INTERSECT:取栈顶的两个集合,取交集后放回。ADD:取栈顶两个集合,将第一个集合作为元素放到第二个集合中,并将第二个集合放回栈。
每次操作后输出栈定集合中元素的个数。...
分类:
其他好文 时间:
2014-08-24 00:22:41
阅读次数:
288